]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
moved fatal exception handling code to msw/main.cpp from common code
[wxWidgets.git] / wxPython / src / _sizers.i
index 157024fb7d38aede0da45c3af9eb93f128f9876c..017d394fa5b965222b0555a912c5fb44d108fb7e 100644 (file)
@@ -841,7 +841,7 @@ as well.", "");
     // wxList& GetChildren();
     %extend {
         DocAStr(GetChildren,
-                "GetChildren(sefl) -> list",
+                "GetChildren(self) -> list",
                 "Returns a list of all the `wx.SizerItem` objects managed by the sizer.", "");
         PyObject* GetChildren() {
             wxSizerItemList& list = self->GetChildren();
@@ -1289,6 +1289,10 @@ method in the base class.", "");
         "This funciton needs to be called after all the buttons have been added
 to the sizer.  It will reorder them and position them in a platform
 specifc manner.", "");
+
+    void SetAffirmativeButton( wxButton *button );
+    void SetNegativeButton( wxButton *button );
+    void SetCancelButton( wxButton *button );
     
     wxButton* GetAffirmativeButton() const;
     wxButton* GetApplyButton() const;