Nana C++ Library  

An open-source C++ framework project
The Programmer's Guide 
nana::gui::API::refresh_window

Description

Refreshs the window and display it immediately.

Prototype

void refresh_window(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_tree, update_window.


Move to The Nana Programmer's Guide Application Programming Interface Overviews