diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 03:11:48 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 03:11:48 +0000 |
| commit | b67f5e702e3cc12e4217dd31e2c522dde1ee19b0 (patch) | |
| tree | f50e72175b41099cece0ba0311f66e05f341d65c /src/bindings.hh | |
| parent | 0d00827947ef02749d44802613ca13df284e544f (diff) | |
new python interface! using the .py shadow wrappers from swig
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index 00439e1e..02101404 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -125,7 +125,7 @@ public: //! Removes all button bindings void removeAllButtons(); - void fireButton(ButtonData *data); + void fireButton(MouseData *data); //! Bind a callback for an event bool addEvent(EventAction action, PyObject *callback); |
