add the Frame class
authorDana Jansens <danakj@orodu.net>
Fri, 17 Jan 2003 07:04:12 +0000 (07:04 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 17 Jan 2003 07:04:12 +0000 (07:04 +0000)
src/openbox.i

index f438560..66ec8ee 100644 (file)
@@ -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