From 6f0581627ad9e08bb0345c1f6e55dd64a113405b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 17 Jan 2003 07:04:12 +0000 Subject: [PATCH] add the Frame class --- src/openbox.i | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2