MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Minimize

Method Minimize

LibLemon/include/lemon/gui/window.h:118–118  ·  view source on GitHub ↗

//////////////////////// \brief Minimize window Show/hide the window on screen \param minimized Whether to show/hide the window ////////////////////////

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected