Nana - a C++ framework project The Programmer's Guide |
nana::gui::API::show_window Description Sets a window visible state. Prototype void show_window(nana::gui::window wnd, bool show); Parameters wnd: a handle to the window to set. show: visible state. Return Value None. Remarks None. See also None. Move to The Nana Programmer's Guide Application Programming Interface Overviews |