]> git.saurik.com Git - wxWidgets.git/commitdiff
More methods for wxStdDialogButtonSizer
authorRobin Dunn <robin@alldunn.com>
Wed, 5 Jan 2005 21:51:50 +0000 (21:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 5 Jan 2005 21:51:50 +0000 (21:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_sizers.i

index 157024fb7d38aede0da45c3af9eb93f128f9876c..c438e2ed2e534bc3dafd9c96db3f9d322fe94b8f 100644 (file)
@@ -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;