From 88b7de4aaa417512552003ccf20344766234e0e3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 07:43:42 +0000 Subject: the openbox module has to include shit from otk that it uses, swigs shit doesnt work across modules in the shadow wrappers --- src/openbox.i | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/openbox.i') 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" -- cgit v1.2.3