]> Dogcows Code - chaz/openbox/commitdiff
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 f43856072a006b139dfd94768635d2dabd1c0616..66ec8ee6b4dc0912280c4d280aa535a5d880e540 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
This page took 0.022326 seconds and 4 git commands to generate.