]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
use otk objects in the ob scripts by importing otk
[chaz/openbox] / src / openbox.i
index 7ab588e1c4516a751de50bcd75bf8a2aed1e2763..b3d1a9ed725650c70954521d4273298662011feb 100644 (file)
@@ -110,6 +110,7 @@ void python_callback(PyObject *func, KeyData *data)
   }
 };
 
+/*
 %include "../otk/ustring.i"
 
 %ignore otk::display;
@@ -133,6 +134,9 @@ void python_callback(PyObject *func, KeyData *data)
 %include "../otk/eventdispatcher.hh"
 
 %import "../otk/widget.hh"
+*/
+%import "../otk/otk.i"
+
 %import "widgetbase.hh"
 %import "actions.hh"
 
This page took 0.022882 seconds and 4 git commands to generate.