]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.i
cleanups for how we display iconic state in the hints, and choose it in the mapping...
[chaz/openbox] / src / openbox.i
index 657e31b741e2640a4e6c70a74ee67b5b626f73dd..66ec8ee6b4dc0912280c4d280aa535a5d880e540 100644 (file)
@@ -7,6 +7,7 @@
 #  include "../config.h"
 #endif
 
+#include "frame.hh"
 #include "openbox.hh"
 #include "screen.hh"
 #include "client.hh"
@@ -109,12 +110,17 @@ void python_callback(PyObject *func, KeyData *data)
   }
 };
 
+%include "../otk/ustring.i"
+
 %ignore otk::display;
 %inline %{
   otk::Display *Display_instance() { return otk::display; }
 %};
 
-%include "../otk/ustring.i"
+%ignore otk::Property::atoms;
+%inline %{
+  const otk::Atoms& Property_atoms() { return otk::Property::atoms; }
+%};
 
 %include "../otk/display.hh"
 %include "../otk/point.hh"
@@ -126,12 +132,14 @@ void python_callback(PyObject *func, KeyData *data)
 %include "../otk/eventhandler.hh"
 %include "../otk/eventdispatcher.hh"
 
+%import "../otk/widget.hh"
 %import "widgetbase.hh"
 %import "actions.hh"
 
 %include "openbox.hh"
 %include "screen.hh"
 %include "client.hh"
+%include "frame.hh"
 %include "python.hh"
 
 // for Mod1Mask etc
This page took 0.021409 seconds and 4 git commands to generate.