Helper class for handling various X events. More...
Public Member Functions | |
| def | __init__ |
| Initialize X event handlers. More... | |
Helper class for handling various X events.
This class encapsulates the X event handlers so that the main window manager object can delegate this low-level functionality. This class is not really meant to be used by end-users; it should be considered internal to Minx.
| def minx.core.xevents.xevents.__init__ | ( | self, | |
| wm | |||
| ) |
Initialize X event handlers.
| wm | The main window manager object. |
This class is meant to be used by minx.core.wm so the main window manager object can delegate all the low-level X event handling. Consequently, the xevents object needs a reference to the main window manager object so it can access and manipulate the window manager's internal state in response to various X events.