wxRect* typemap

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-06-02 23:46:09 +00:00
parent f00702242f
commit f1828885d3

View File

@@ -172,6 +172,9 @@ MAKE_INT_ARRAY_TYPEMAPS(styles, styles_field)
$1 = wxPySimple_typecheck($input, wxT("wxRect"), 4); $1 = wxPySimple_typecheck($input, wxT("wxRect"), 4);
} }
%apply wxRect& { wxRect* };
%typemap(in) wxPoint2D& (wxPoint2D temp) { %typemap(in) wxPoint2D& (wxPoint2D temp) {
$1 = &temp; $1 = &temp;