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_rect.i | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 wrap/otk_rect.i (limited to 'wrap/otk_rect.i') diff --git a/wrap/otk_rect.i b/wrap/otk_rect.i new file mode 100644 index 00000000..2ff54d94 --- /dev/null +++ b/wrap/otk_rect.i @@ -0,0 +1,13 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +%module otk_rect + +%{ +#include "config.h" +#include "rect.hh" +%} + +%include "otk_point.i" +%include "otk_size.i" + +%include "rect.hh" -- cgit v1.2.3