Nana C++ Library. Reference for users.
What we need to use nana
|
Public Types | |
enum | reason { reason::composition, reason::result } |
Public Attributes | |
::nana::window | window_handle |
A handle to the event window. More... | |
reason | ime_reason |
std::wstring | composition_string |
Additional Inherited Members | |
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 |
|
strong |
std::wstring nana::arg_ime::composition_string |
reason nana::arg_ime::ime_reason |
::nana::window nana::arg_ime::window_handle |
A handle to the event window.