add wxSizer::SetDimension() overload taking wxPoint/wxSize instead of 4 ints

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-05-08 18:58:04 +00:00
parent fd6939a6d2
commit 49dcc246bf
3 changed files with 10 additions and 259 deletions

View File

@@ -1297,6 +1297,7 @@ public:
rules defined by the parameter in the Add() and Prepend() methods.
*/
void SetDimension(int x, int y, int width, int height);
void SetDimension(const wxPoint& pos, const wxSize& size);
//@{
/**