diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-17 21:27:07 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-17 21:27:07 +0000 |
| commit | 2f95a7e0acca73c5039276c1596337c75276e17a (patch) | |
| tree | bbf1b24d3a3e24fac375654f028438ed0bc92599 /wrap | |
| parent | 4534151926c4f3887ba9e37ae67df16f1eb039ef (diff) | |
'final' cleanup for the new otk wrapper .i's
Diffstat (limited to 'wrap')
| -rw-r--r-- | wrap/otk.i | 5 | ||||
| -rw-r--r-- | wrap/otk_property.i | 2 |
2 files changed, 2 insertions, 5 deletions
@@ -22,11 +22,6 @@ %include "otk_property.i" %include "otk_timer.i" -%immutable otk::Property::atoms; - -%ignore TimerLessThan; - - // for Window etc %import "X11/X.h" diff --git a/wrap/otk_property.i b/wrap/otk_property.i index 118f8c5c..8a8fdd37 100644 --- a/wrap/otk_property.i +++ b/wrap/otk_property.i @@ -149,6 +149,8 @@ namespace otk { +%immutable otk::Property::atoms; + %ignore Property::NUM_STRING_TYPE; %ignore Property::initialize(); |
