search for: swigtype_p_wxpoint

Displaying 1 result from an estimated 1 matches for "swigtype_p_wxpoint".

Did you mean: swigtype_p_wxfont
2005 Sep 26
0
Fixing class returns
...s tonight and I really didn''t get anywhere. It seemed that using a %typemap(out) would do the trick, according to the swig documentation, but it didn''t affect the warning messages at all. For example: %typemap(out) wxPoint { $result = SWIG_NewPointerObj((void *) &$1, SWIGTYPE_p_wxPoint, 1); } This doesn''t fix, for example, ScreenToClient in wxWindow.h. It''s entirely likely I did something wrong. How are we supposed to fix these? Roy