From b67f5e702e3cc12e4217dd31e2c522dde1ee19b0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 03:11:48 +0000 Subject: new python interface! using the .py shadow wrappers from swig --- src/bindings.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings.hh') 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); -- cgit v1.2.3