diff --git a/wxPython/src/_sizers.i b/wxPython/src/_sizers.i index 157024fb7d..c438e2ed2e 100644 --- a/wxPython/src/_sizers.i +++ b/wxPython/src/_sizers.i @@ -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;