More methods for wxStdDialogButtonSizer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1290,6 +1290,10 @@ method in the base class.", "");
|
|||||||
to the sizer. It will reorder them and position them in a platform
|
to the sizer. It will reorder them and position them in a platform
|
||||||
specifc manner.", "");
|
specifc manner.", "");
|
||||||
|
|
||||||
|
void SetAffirmativeButton( wxButton *button );
|
||||||
|
void SetNegativeButton( wxButton *button );
|
||||||
|
void SetCancelButton( wxButton *button );
|
||||||
|
|
||||||
wxButton* GetAffirmativeButton() const;
|
wxButton* GetAffirmativeButton() const;
|
||||||
wxButton* GetApplyButton() const;
|
wxButton* GetApplyButton() const;
|
||||||
wxButton* GetNegativeButton() const;
|
wxButton* GetNegativeButton() const;
|
||||||
|
Reference in New Issue
Block a user