Stop listening to the content client events. */
| 207 | |
| 208 | /** Stop listening to the content client events. */ |
| 209 | void Close([[maybe_unused]] int data = 0) override |
| 210 | { |
| 211 | _network_content_client.RemoveCallback(this); |
| 212 | this->Window::Close(); |
| 213 | } |
| 214 | |
| 215 | void UpdateWidgetSize(WidgetID widget, Dimension &size, [[maybe_unused]] const Dimension &padding, [[maybe_unused]] Dimension &fill, [[maybe_unused]] Dimension &resize) override |
| 216 | { |
no test coverage detected