add the Frame class

This commit is contained in:
Dana Jansens 2003-01-17 07:04:12 +00:00
parent d911b4b154
commit 6f0581627a

View file

@ -7,6 +7,7 @@
# include "../config.h" # include "../config.h"
#endif #endif
#include "frame.hh"
#include "openbox.hh" #include "openbox.hh"
#include "screen.hh" #include "screen.hh"
#include "client.hh" #include "client.hh"
@ -131,12 +132,14 @@ void python_callback(PyObject *func, KeyData *data)
%include "../otk/eventhandler.hh" %include "../otk/eventhandler.hh"
%include "../otk/eventdispatcher.hh" %include "../otk/eventdispatcher.hh"
%import "../otk/widget.hh"
%import "widgetbase.hh" %import "widgetbase.hh"
%import "actions.hh" %import "actions.hh"
%include "openbox.hh" %include "openbox.hh"
%include "screen.hh" %include "screen.hh"
%include "client.hh" %include "client.hh"
%include "frame.hh"
%include "python.hh" %include "python.hh"
// for Mod1Mask etc // for Mod1Mask etc