Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::widgets::detail::compset< Component, ItemAttribute >::comp_attribute_t Struct Reference

A type of a componenet state for rendering. More...

Public Attributes

nana::rectangle area
 
bool mouse_pointed
 

Detailed Description

template<typename Component, typename ItemAttribute>
struct nana::widgets::detail::compset< Component, ItemAttribute >::comp_attribute_t

A type of a componenet state for rendering.

Member Data Documentation

template<typename Component , typename ItemAttribute >
nana::rectangle nana::widgets::detail::compset< Component, ItemAttribute >::comp_attribute_t::area
template<typename Component , typename ItemAttribute >
bool nana::widgets::detail::compset< Component, ItemAttribute >::comp_attribute_t::mouse_pointed