Nana - a C++ framework project  

The Programmer's Guide 
nana::gui::form

Description

a form is a window that provides a pop-up window.

Model of

Root Window 

Public base classes

class widget_object<root_tag>: public widget

Members

form() Creates a window with default position, default size,  default caption, and default appearance.
form(const rectangle& r, const appearance& = appearance()) Creates a form that owner is desktop.
form(window, const rectangle& = rectangle(), const appearance& = appearace()) Creates a form

File

nana/gui/wvl.hpp

Notes

1. A form is different with other window widgets, its default constructor may create the window.

See also

nana::gui::appearance

Move to The Nana Programmer's Guide Main Page