summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-17 07:04:12 +0000
committerDana Jansens <danakj@orodu.net>2003-01-17 07:04:12 +0000
commit6f0581627ad9e08bb0345c1f6e55dd64a113405b (patch)
tree35439565b37ac1c7db4e6735f8bba7ca09b41710 /src
parentd911b4b15424aa283a7a309a38d0033a61f151b1 (diff)
add the Frame class
Diffstat (limited to 'src')
-rw-r--r--src/openbox.i3
1 files changed, 3 insertions, 0 deletions
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