|
Laxkit
0.0.7.1
|
A EventData with a new'd char[] (copied from nstr in constructor), since they are so common. More...

Public Member Functions | |
| StrEventData (unsigned long t, unsigned long f, unsigned long tp, const char *newmes=NULL) | |
| StrEventData (const char *nstr, int i1, int i2, int i3, int i4, const char *message=NULL, unsigned long fromwindow=0, unsigned long towindow=0) | |
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 | |
| char * | str |
| int | info1 |
| int | info2 |
| int | info3 |
| int | info4 |
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 |
A EventData with a new'd char[] (copied from nstr in constructor), since they are so common.
Sent with app->SendMessage(senddata,atom) <– app fills in time and window.
info can be any number, for instance could indicate the type of thing in str.