diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 07:43:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 07:43:42 +0000 |
| commit | 88b7de4aaa417512552003ccf20344766234e0e3 (patch) | |
| tree | d119e6314fa5985a76d3e10dd109dc7be2a71372 /src/openbox.i | |
| parent | 623de3b0eeede876cf111f380b27795e92604972 (diff) | |
the openbox module has to include shit from otk that it uses, swigs shit doesnt work across modules in the shadow wrappers
Diffstat (limited to 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/openbox.i b/src/openbox.i index 23b50c3c..dd1368a0 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -107,7 +107,20 @@ void python_callback(PyObject *func, KeyData *data) } }; -%import "../otk/otk.i" +%include "../otk/display.hh" +%include "../otk/point.hh" +%include "../otk/property.hh" +%include "../otk/rect.hh" +%include "../otk/screeninfo.hh" +%include "../otk/strut.hh" + +%rename(itostring_unsigned) itostring(unsigned int); +%rename(itostring_long) itostring(long); +%rename(itostring_unsigned_long) itostring(unsigned long); +%include "../otk/util.hh" + +%include "../otk/eventhandler.hh" +%include "../otk/eventdispatcher.hh" %import "widgetbase.hh" %import "actions.hh" |
