]> Dogcows Code - chaz/openbox/commitdiff
make some of otk::property work
authorDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 22:45:23 +0000 (22:45 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 22:45:23 +0000 (22:45 +0000)
wrap/otk.i

index 2d87fb82607dc7025cc811af3c19ea16e5374a73..92c8edf31e340d9c8feebe26f184855dabbc85b2 100644 (file)
@@ -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"
 
This page took 0.023844 seconds and 4 git commands to generate.