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

Public Member Functions

 item_type (const std::string &text, const nana::paint::image &img, tool_type type)
 

Public Attributes

std::string text
 
nana::paint::image image
 
unsigned pixels { 0 }
 
unsigned position { 0 }
 
nana::size textsize
 
bool enable { true }
 
tool_type type { tool_type::button }
 
bool toggle { false }
 
std::string group
 
bool textout { false }
 

Constructor & Destructor Documentation

nana::drawerbase::toolbar::item_type::item_type ( const std::string text,
const nana::paint::image img,
tool_type  type 
)
inline

Member Data Documentation

bool nana::drawerbase::toolbar::item_type::enable { true }
std::string nana::drawerbase::toolbar::item_type::group
nana::paint::image nana::drawerbase::toolbar::item_type::image
unsigned nana::drawerbase::toolbar::item_type::pixels { 0 }
unsigned nana::drawerbase::toolbar::item_type::position { 0 }
std::string nana::drawerbase::toolbar::item_type::text
bool nana::drawerbase::toolbar::item_type::textout { false }
nana::size nana::drawerbase::toolbar::item_type::textsize
bool nana::drawerbase::toolbar::item_type::toggle { false }
tool_type nana::drawerbase::toolbar::item_type::type { tool_type::button }