|
Nana C++ Library. Reference for users.
What we need to use nana
|
Public Attributes | |
| ::nana::window | window_handle |
| A handle to the event window. More... | |
| window_border | border |
| the window is being resized by moving border More... | |
| unsigned | width |
| new width in pixels. If it is modified, the window's width will be the modified value More... | |
| unsigned | height |
| new height in pixels. If it is modified, the window's height will be the modified value More... | |
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 |
| window_border nana::arg_resizing::border |
the window is being resized by moving border
|
mutable |
new height in pixels. If it is modified, the window's height will be the modified value
|
mutable |
new width in pixels. If it is modified, the window's width will be the modified value
| ::nana::window nana::arg_resizing::window_handle |
A handle to the event window.