From 4534151926c4f3887ba9e37ae67df16f1eb039ef Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Feb 2003 21:25:52 +0000 Subject: split up the otk stuff into separate files. wrap otk::Property properly with typemaps so that it is usable. wrap otk::Timer properly so that you can use it with a python callback --- wrap/otk_application.i | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 wrap/otk_application.i (limited to 'wrap/otk_application.i') diff --git a/wrap/otk_application.i b/wrap/otk_application.i new file mode 100644 index 00000000..68780553 --- /dev/null +++ b/wrap/otk_application.i @@ -0,0 +1,13 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +%module otk_application + +%{ +#include "config.h" +#include "application.hh" +%} + +%include "otk_widget.i" + +%import "../otk/eventdispatcher.hh" +%include "application.hh" -- cgit v1.2.3