X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.i;h=b3d1a9ed725650c70954521d4273298662011feb;hb=5face4c6f35172761367f63ac0b6eaf62d84e532;hp=66ec8ee6b4dc0912280c4d280aa535a5d880e540;hpb=6f0581627ad9e08bb0345c1f6e55dd64a113405b;p=chaz%2Fopenbox diff --git a/src/openbox.i b/src/openbox.i index 66ec8ee6..b3d1a9ed 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -1,6 +1,6 @@ // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- -%module openbox +%module ob %{ #ifdef HAVE_CONFIG_H @@ -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"