]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
updated Joystick demo, is now wxDesigner-less
[wxWidgets.git] / wxPython / src / _sizers.i
index 5084609c1e3ab71d9b85690b73691b95aa0dd300..b4da96010a143c71dfc89cd13a4a546eabe874f7 100644 (file)
@@ -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();