|
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... | |
| ::nana::point | pos |
| cursor position in the event window More... | |
| std::vector < std::filesystem::path > | files |
| external filenames 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 |
| std::vector<std::filesystem::path> nana::arg_dropfiles::files |
external filenames
| ::nana::point nana::arg_dropfiles::pos |
cursor position in the event window
| ::nana::window nana::arg_dropfiles::window_handle |
A handle to the event window.