summaryrefslogtreecommitdiff
path: root/src/openbox.i
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 06:16:42 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 06:16:42 +0000
commitc8e246f8de5af9963b22cc104d22ca10772028dd (patch)
tree217eb7e90aa102fdf72bb8713fc5d30ecf4fc2f8 /src/openbox.i
parente0878c9fc2db8843891816e65917fbcfd1e94cbb (diff)
include the all otk stuff into the openbox python module. rename widget.hh to stop conflicting with the one in otk/
Diffstat (limited to 'src/openbox.i')
-rw-r--r--src/openbox.i9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/openbox.i b/src/openbox.i
index 7322426b..7edc7942 100644
--- a/src/openbox.i
+++ b/src/openbox.i
@@ -107,13 +107,10 @@ void python_callback(PyObject *func, KeyData *data)
}
};
-%import "../otk/eventdispatcher.hh"
-%import "../otk/eventhandler.hh"
-%import "widget.hh"
-%import "actions.hh"
+%include "../otk/otk.i"
-%include "../otk/point.hh"
-%include "../otk/rect.hh"
+%import "widgetbase.hh"
+%import "actions.hh"
%include "openbox.hh"
%include "screen.hh"