Use reference types on SetDimension so the proper typemaps are used.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -121,7 +121,7 @@ of item.", "");
|
|||||||
needed by borders.", "");
|
needed by borders.", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
void , SetDimension( wxPoint pos, wxSize size ),
|
void , SetDimension( const wxPoint& pos, const wxSize& size ),
|
||||||
"Set the position and size of the space allocated for this item by the
|
"Set the position and size of the space allocated for this item by the
|
||||||
sizer, and adjust the position and size of the item (window or
|
sizer, and adjust the position and size of the item (window or
|
||||||
subsizer) to be within that space taking alignment and borders into
|
subsizer) to be within that space taking alignment and borders into
|
||||||
|
Reference in New Issue
Block a user