X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9f7fea29e3f8bb61861f52984b7943512346ac..2421eb827857325ff4886131c337391365986d6b:/wxPython/src/_sizers.i?ds=sidebyside diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 5084609c1e..b4da96010a 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -274,7 +274,7 @@ public: childinfo = (childinfo, ) self.Add(*childinfo) - # for backwards compatibility only, do not use in new code + %# for backwards compatibility only, please do not use in new code AddWindow = AddSizer = AddSpacer = Add PrependWindow = PrependSizer = PrependSpacer = Prepend InsertWindow = InsertSizer = InsertSpacer = Insert @@ -290,7 +290,7 @@ public: void SetDimension( int x, int y, int width, int height ); - void SetMinSize(wxSize size); + void SetMinSize( const wxSize &size ); wxSize GetSize(); wxPoint GetPosition();