diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 06:16:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 06:16:42 +0000 |
| commit | c8e246f8de5af9963b22cc104d22ca10772028dd (patch) | |
| tree | 217eb7e90aa102fdf72bb8713fc5d30ecf4fc2f8 /src/openbox.i | |
| parent | e0878c9fc2db8843891816e65917fbcfd1e94cbb (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.i | 9 |
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" |
