Classes | |
struct | minxlib::event |
A generic X event, i.e., XAnyEvent. More... | |
struct | minxlib::map_request |
Encapsulation of MapRequest events. More... | |
struct | minxlib::configure_request |
Encapsulation of ConfigureRequest events. More... | |
struct | minxlib::circulate_request |
Encapsulation of CirculateRequest events. More... | |
struct | minxlib::create_notify |
Encapsulation of CreateNotify events. More... | |
struct | minxlib::reparent_notify |
Encapsulation of ReparentNotify events. More... | |
struct | minxlib::configure_notify |
Encapsulation of ConfigureNotify events. More... | |
struct | minxlib::gravity_notify |
Encapsulation of GravityNotify events. More... | |
struct | minxlib::map_notify |
Encapsulation of MapNotify events. More... | |
struct | minxlib::unmap_notify |
Encapsulation of UnmapNotify events. More... | |
struct | minxlib::circulate_notify |
Encapsulation of CirculateNotify events. More... | |
struct | minxlib::destroy_notify |
Encapsulation of DestroyNotify events. More... | |
struct | minxlib::key_event_details |
Various attributes common to both key presses and releases. More... | |
struct | minxlib::key_press |
Encapsulation of KeyPress events. More... | |
struct | minxlib::key_release |
Encapsulation of KeyRelease events. More... | |
struct | minxlib::focus_change_details |
Various attributes common to both focus-in and focus-out events. More... | |
struct | minxlib::focus_in |
Encapsulation of FocusIn events. More... | |
struct | minxlib::focus_out |
Encapsulation of FocusOut events. More... | |
This file defines classes that wrap around the various X event structures and provide a Python interface to these structures for the rest of Minx to use.