Nana - a C++ framework project The Programmer's Guide |
nana::gui::API::is_window_zoomed Description Determines whether the specified window is maximized or minimized. Prototype bool is_window_zoomed(nana::gui::window wd, bool ask_for_max); Parameters wd: A handle to the window to be tested. ask_for_max: indicates whether the maximun or minimun to be tested. Return Value If the window is maximized and ask_for_max is true, it returns true. If the window is minimized and ask_for_max is false, it returns true. Otherwise it returns false. Remarks None. See also None. Move to The Nana Programmer's Guide Application Programming Interface Overviews |