Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
using | container_type = std::vector< item_type * > |
using | size_type = container_type::size_type |
Public Member Functions | |
~item_container () | |
void | insert (size_type pos, std::string text, const nana::paint::image &img, tool_type type) |
void | push_back (const std::string &text, const nana::paint::image &img) |
void | push_back (const std::string &text) |
void | go_right () noexcept |
size_t | right () const noexcept |
void | insert (size_type pos) |
void | separate () |
size_type | size () const noexcept |
container_type & | container () noexcept |
item_type * | at (size_type pos) |
void | clear () |
void | update_toggle_group (item_type *item, bool toggle_state, bool clicked=true) |
using nana::drawerbase::toolbar::item_container::size_type = container_type::size_type |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inline |