Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::appearance Struct Reference

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
 

Detailed Description

Window appearance structure defined to specify the appearance of a form.

Constructor & Destructor Documentation

appearance::appearance ( )
appearance::appearance ( bool  has_decoration,
bool  taskbar,
bool  floating,
bool  no_activate,
bool  min,
bool  max,
bool  sizable 
)

Member Data Documentation

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