Nana C++ Library An open-source C++ framework project The Programmer's Guide |
nana::gui::API::refresh_window_tree Description Refreshs the specified window and its all children windows, then display it immediately. Prototype void refresh_window_tree(nana::gui::window wd); Parameters wd: a handle to the window which to be refreshed. Return Value None. Remarks This function is only call the refresh method of its drawer_trigger. See also lazy_refresh, refresh_window, update_window. Move to The Nana Programmer's Guide Application Programming Interface Overviews |