add the Frame class
This commit is contained in:
parent
d911b4b154
commit
6f0581627a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue