]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
check for the python cflags and libs
[chaz/openbox] / src / openbox.i
index 23b50c3c640a9d7cc96f6fc8b62b8061088f7907..7422d0a198f16d4b7ccec3e747f358a4f4f0a284 100644 (file)
@@ -107,7 +107,25 @@ void python_callback(PyObject *func, KeyData *data)
   }
 };
 
-%import "../otk/otk.i"
+%ignore otk::OBDisplay::display;
+%inline %{
+  Display *OBDisplay_display() { return otk::OBDisplay::display; }
+%};
+
+%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.023307 seconds and 4 git commands to generate.