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

Public Attributes

bool ime_enabled { false }
 
bool lazy_update { false }
 Indicates whether the window is in lazy-updating mode. More...
 
container update_requesters
 Container for lazy-updating requesting windows. More...
 
container tabstop
 
std::vector< edge_nimbus_actioneffects_edge_nimbus
 
basic_windowfocus {nullptr}
 
basic_windowmenubar {nullptr}
 
cursor state_cursor {nana::cursor::arrow}
 
basic_windowstate_cursor_window { nullptr }
 
std::function< void()> draw_through
 A draw through renderer for root widgets. More...
 

Member Data Documentation

std::function<void()> nana::detail::basic_window::other_tag::attr_root_tag::draw_through

A draw through renderer for root widgets.

std::vector<edge_nimbus_action> nana::detail::basic_window::other_tag::attr_root_tag::effects_edge_nimbus
basic_window* nana::detail::basic_window::other_tag::attr_root_tag::focus {nullptr}
bool nana::detail::basic_window::other_tag::attr_root_tag::ime_enabled { false }
bool nana::detail::basic_window::other_tag::attr_root_tag::lazy_update { false }

Indicates whether the window is in lazy-updating mode.

basic_window* nana::detail::basic_window::other_tag::attr_root_tag::menubar {nullptr}
cursor nana::detail::basic_window::other_tag::attr_root_tag::state_cursor {nana::cursor::arrow}
basic_window* nana::detail::basic_window::other_tag::attr_root_tag::state_cursor_window { nullptr }
container nana::detail::basic_window::other_tag::attr_root_tag::tabstop
container nana::detail::basic_window::other_tag::attr_root_tag::update_requesters

Container for lazy-updating requesting windows.