From 5face4c6f35172761367f63ac0b6eaf62d84e532 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 27 Jan 2003 13:42:41 +0000 Subject: use otk objects in the ob scripts by importing otk --- src/openbox.i | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/openbox.i') diff --git a/src/openbox.i b/src/openbox.i index 7ab588e1..b3d1a9ed 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -110,6 +110,7 @@ void python_callback(PyObject *func, KeyData *data) } }; +/* %include "../otk/ustring.i" %ignore otk::display; @@ -133,6 +134,9 @@ void python_callback(PyObject *func, KeyData *data) %include "../otk/eventdispatcher.hh" %import "../otk/widget.hh" +*/ +%import "../otk/otk.i" + %import "widgetbase.hh" %import "actions.hh" -- cgit v1.2.3