From: Dana Jansens Date: Fri, 17 Jan 2003 07:04:12 +0000 (+0000) Subject: add the Frame class X-Git-Tag: openbox-2_3_0~326 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6f0581627ad9e08bb0345c1f6e55dd64a113405b;p=dana%2Fopenbox.git add the Frame class --- diff --git a/src/openbox.i b/src/openbox.i index f4385607..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" @@ -131,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