#include <python.hh>
Collaboration diagram for ob::EventData:

Public Methods | |
| EventData (int screen, Client *client, EventAction::EA action, unsigned int state) | |
Public Attributes | |
| int | screen |
| Client * | client |
| unsigned int | state |
| EventAction::EA | action |
|
||||||||||||||||||||
|
Definition at line 195 of file python.hh.
00196 {
00197 this->screen = screen;
00198 this->client = client;
00199 this->action = action;
00200 this->state = state;
00201 }
|
|
|
Definition at line 193 of file python.hh. Referenced by ob::Bindings::fireEvent(). |
|
|
|
|
|
|
|
|
|
1.3-rc2