| 1087 | } |
| 1088 | |
| 1089 | void Close([[maybe_unused]] int data = 0) override |
| 1090 | { |
| 1091 | if (this->proc != nullptr) this->proc(this->parent, false); |
| 1092 | this->Window::Close(); |
| 1093 | } |
| 1094 | |
| 1095 | void FindWindowPlacementAndResize(int, int, bool) override |
| 1096 | { |
no outgoing calls
no test coverage detected