Nana C++ Library. Reference for users.
What we need to use nana
|
Public Member Functions | |
arg_textbox (textbox &, const std::vector< upoint > &) | |
Public Member Functions inherited from nana::event_arg | |
virtual | ~event_arg ()=default |
void | stop_propagation () const |
ignorable handlers behind the current one in a chain of event handlers will not get called. More... | |
bool | propagation_stopped () const |
Public Attributes | |
textbox & | widget |
const std::vector< upoint > & | text_position |
position of characters that the first character of line which are displayed More... | |
nana::arg_textbox::arg_textbox | ( | textbox & | wdg, |
const std::vector< upoint > & | text_pos | ||
) |
const std::vector<upoint>& nana::arg_textbox::text_position |
position of characters that the first character of line which are displayed
textbox& nana::arg_textbox::widget |