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