From c8e246f8de5af9963b22cc104d22ca10772028dd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 06:16:42 +0000 Subject: include the all otk stuff into the openbox python module. rename widget.hh to stop conflicting with the one in otk/ --- src/openbox.i | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/openbox.i') diff --git a/src/openbox.i b/src/openbox.i index 7322426b..7edc7942 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -107,13 +107,10 @@ void python_callback(PyObject *func, KeyData *data) } }; -%import "../otk/eventdispatcher.hh" -%import "../otk/eventhandler.hh" -%import "widget.hh" -%import "actions.hh" +%include "../otk/otk.i" -%include "../otk/point.hh" -%include "../otk/rect.hh" +%import "widgetbase.hh" +%import "actions.hh" %include "openbox.hh" %include "screen.hh" -- cgit v1.2.3