]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
dont build the otk wrappers for now
[chaz/openbox] / src / openbox.i
index 23b50c3c640a9d7cc96f6fc8b62b8061088f7907..dd1368a06e78be074ad5962b1ac9250a0ca80bcb 100644 (file)
@@ -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"
This page took 0.021957 seconds and 4 git commands to generate.