Nana C++ Library. Reference for users.
What we need to use nana
|
Create an appearance of a window with "decoration" in non-client area, such as title bar. More...
Public Types | |
typedef meta::fixed_type_set < Minimize, Maximize, Sizable, Floating, NoActive > | set_type |
Public Member Functions | |
operator appearance () const | |
Create an appearance of a window with "decoration" in non-client area, such as title bar.
We can create a form without min/max button and sizable border like this:
The appearance created by appear::decorate<>() has a titlebar and borders that are draw by the platform- window manager. If a window needs a minimize button, it should be:
typedef meta::fixed_type_set<Minimize, Maximize, Sizable, Floating, NoActive> nana::appear::decorate< Minimize, Maximize, Sizable, Floating, NoActive >::set_type |
|
inline |