projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e46a39
)
make some of otk::property work
author
Dana Jansens
<danakj@orodu.net>
Mon, 10 Feb 2003 22:45:23 +0000
(22:45 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 10 Feb 2003 22:45:23 +0000
(22:45 +0000)
wrap/otk.i
patch
|
blob
|
history
diff --git
a/wrap/otk.i
b/wrap/otk.i
index 2d87fb82607dc7025cc811af3c19ea16e5374a73..92c8edf31e340d9c8feebe26f184855dabbc85b2 100644
(file)
--- a/
wrap/otk.i
+++ b/
wrap/otk.i
@@
-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"