Nana - a C++ framework project  

The Programmer's Guide 
nana::gui::API::modal_window

Description

Blocks the routine till the specified window is closed.

Prototype

void modal_window(nana::gui::window wd);

Parameters

wd:  A handle to the window to be a modal window.

Return Value

None.

Remarks

This function handles all interaction with the user while the specified window is active, the user can not interact with other windows until the specified window is closed. This is what makes the specified window modal.

See also

None.


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