|
nana::any & | at (std::size_t i) |
|
iterator | iterator_at (std::size_t pos) |
|
const_iterator | iterator_at (std::size_t pos) const |
|
nana::any & | at_no_bound_check (std::size_t pos) |
|
const nana::any & | at (std::size_t pos) const |
|
const nana::any & | at_no_bound_check (std::size_t pos) const |
|
toolbox & | toolbox_object () |
|
window | widget_handle () const |
|
void | attach (window wd, nana::paint::graphics &graph) |
|
void | detach () |
|
const pat::cloneable
< item_renderer > & | ext_renderer () const |
|
void | ext_renderer (const pat::cloneable< item_renderer > &ir) |
|
void | event_agent (event_agent_interface *evt) |
|
void | insert (std::size_t pos, native_string_type &&text, nana::any &&value) |
|
std::size_t | length () const |
|
bool | erase (std::size_t pos) |
|
void | render () |
|
bool | press () |
|
bool | active_by_trace (const arg_mouse &arg) |
|
bool | release () |
|
bool | leave () |
|
void | track () |
|
bool | trace (int x, int y) |
|
bool | activate (std::size_t pos) |
|
std::size_t | active () const |
|
window | attach (std::size_t pos, window wd, bool drop_other) |
|
bool | tab_color (std::size_t pos, bool is_bgcolor, const ::nana::color &clr) |
|
void | tab_image (std::size_t pos, const nana::paint::image &img) |
|
bool | text (std::size_t pos, const native_string_type &str) |
|
native_string_type | text (std::size_t pos) const |
|
bool | toolbox_answer (const arg_mouse &arg) |
|