summaryrefslogtreecommitdiff
path: root/wrap/otk.i
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-21 18:43:51 +0000
committerDana Jansens <danakj@orodu.net>2003-03-21 18:43:51 +0000
commitb2babc8b0a97b68791304ce899d10a4835db45fb (patch)
treef54eb8b0c1139193c6f4d68412aab8bf217e5343 /wrap/otk.i
parenta52a6d96d701c993896f276e4198003317632aaf (diff)
rm the obsetroot tool and the wrap shit from swig
Diffstat (limited to 'wrap/otk.i')
-rw-r--r--wrap/otk.i35
1 files changed, 0 insertions, 35 deletions
diff --git a/wrap/otk.i b/wrap/otk.i
deleted file mode 100644
index 877fad7f..00000000
--- a/wrap/otk.i
+++ /dev/null
@@ -1,35 +0,0 @@
-// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
-
-%module otk
-
-%import "eventhandler.hh"
-%import "eventdispatcher.hh"
-
-%include "otk_strut.i"
-%include "otk_point.i"
-%include "otk_size.i"
-%include "otk_rect.i"
-%include "otk_rendercolor.i"
-%include "otk_rendertexture.i"
-%include "otk_font.i"
-%include "otk_ustring.i"
-%include "otk_renderstyle.i"
-%include "otk_widget.i"
-%include "otk_label.i"
-%include "otk_button.i"
-%include "otk_application.i"
-%include "otk_appwidget.i"
-%include "otk_property.i"
-%include "otk_timer.i"
-
-// for Window etc
-%import "X11/X.h"
-
-// globals
-%pythoncode %{
-atoms = cvar.Property_atoms;
-
-def style(screen):
- return RenderStyle_style(screen)
-
-%}