|
Laxkit
0.0.7.1
|
Wrapper for info about a focus on/off, or Enter/Exit for a window or subwindow. More...

Public Member Functions | |
| InOutData (int ntype) | |
Public Member Functions inherited from Laxkit::EventData | |
| EventData (const char *message, unsigned long fromwindow=0, unsigned long towindow=0) | |
| EventData (int message, unsigned long fromwindow=0, unsigned long towindow=0) | |
Public Attributes | |
| LaxDevice * | device |
| anXWindow * | target |
| int | x |
| int | y |
| unsigned long | child |
Public Attributes inherited from Laxkit::EventData | |
| unsigned long | type |
| unsigned long | subtype |
| char * | send_message |
| unsigned long | from |
| unsigned long | to |
| int | propagate |
| clock_t | send_time |
| unsigned long | xlib_time |
| EventData * | next |
Wrapper for info about a focus on/off, or Enter/Exit for a window or subwindow.
ntype can be either LAX_onFocusOn or LAX_onFocusOff.