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:
parent
09e28f7f8d
commit
b6222be998
@ -121,7 +121,7 @@ of item.", "");
|
||||
needed by borders.", "");
|
||||
|
||||
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
|
||||
sizer, and adjust the position and size of the item (window or
|
||||
subsizer) to be within that space taking alignment and borders into
|
||||
|
Loading…
Reference in New Issue
Block a user