//////////////////////// \brief Minimize window Show/hide the window on screen \param minimized Whether to show/hide the window ////////////////////////
| 116 | /// \param minimized Whether to show/hide the window |
| 117 | ///////////////////////////// |
| 118 | inline void Minimize(bool minimized = true) const { WMClient::Minimize(minimized); } |
| 119 | |
| 120 | ///////////////////////////// |
| 121 | /// \brief Minimize a window |
nothing calls this directly
no outgoing calls
no test coverage detected