X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.i;h=66ec8ee6b4dc0912280c4d280aa535a5d880e540;hb=b99508df011eaf8a264bf5725ac8849f0782ec7b;hp=657e31b741e2640a4e6c70a74ee67b5b626f73dd;hpb=63a74632ac39d445cb15cda510c8267da9ff6bbb;p=chaz%2Fopenbox diff --git a/src/openbox.i b/src/openbox.i index 657e31b7..66ec8ee6 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -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