diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-10 22:45:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-10 22:45:23 +0000 |
| commit | 63646b38c40365d09194782c4bac9782963cd61f (patch) | |
| tree | f33e64d833bb7a52c056ebedbeb0270b752cb432 | |
| parent | 1e46a39dc305fe92b0c0eca1e60e76fded3e5214 (diff) | |
make some of otk::property work
| -rw-r--r-- | wrap/otk.i | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -7,6 +7,7 @@ %} %include "stl.i" +%include "typemaps.i" //%include std_list.i %include "ustring.i" @@ -63,10 +64,13 @@ namespace otk { %include "button.hh" %include "display.hh" %include "rendercontrol.hh" -%include "property.hh" %include "screeninfo.hh" %include "strut.hh" +%apply unsigned long *INOUT { unsigned long *nelements }; +%apply unsigned long *OUTPUT { unsigned long *value }; +%include "property.hh" + // for Window etc %import "X11/X.h" |
