Nana C++ Library. Reference for users.
What we need to use nana
|
Window appearance structure defined to specify the appearance of a form. More...
Public Member Functions | |
appearance () | |
appearance (bool has_decoration, bool taskbar, bool floating, bool no_activate, bool min, bool max, bool sizable) | |
Public Attributes | |
bool | taskbar |
bool | floating |
bool | no_activate |
bool | minimize |
bool | maximize |
bool | sizable |
bool | decoration |
Window appearance structure defined to specify the appearance of a form.
appearance::appearance | ( | ) |
appearance::appearance | ( | bool | has_decoration, |
bool | taskbar, | ||
bool | floating, | ||
bool | no_activate, | ||
bool | min, | ||
bool | max, | ||
bool | sizable | ||
) |
bool nana::appearance::decoration |
bool nana::appearance::floating |
bool nana::appearance::maximize |
bool nana::appearance::minimize |
bool nana::appearance::no_activate |
bool nana::appearance::sizable |
bool nana::appearance::taskbar |