| 2149 | } |
| 2150 | |
| 2151 | void Close(int data = 0) override |
| 2152 | { |
| 2153 | if (data == NRWCD_UNHANDLED) _network_coordinator_client.ConnectFailure(this->token, 0); |
| 2154 | this->Window::Close(); |
| 2155 | } |
| 2156 | |
| 2157 | void UpdateWidgetSize(WidgetID widget, Dimension &size, [[maybe_unused]] const Dimension &padding, [[maybe_unused]] Dimension &fill, [[maybe_unused]] Dimension &resize) override |
| 2158 | { |
no test coverage detected