
wx.lib.agw.genericmessagedialog.StdDialogButtonSizer¶wxWidgets standard dialog button sizer.
Class Hierarchy¶
Inheritance diagram for class StdDialogButtonSizer:
Known Superclasses¶
Methods Summary¶Default class constructor. |
|
Add a button to the sizer. |
|
Realizes the sizer depending on the platform. |
|
Sets the affirmative button. |
|
Sets the cancel button. |
|
Sets the negative button. |
Class API¶wxWidgets standard dialog button sizer.
Default class constructor.
Add a button to the sizer.
mybutton – the button to add.
Realizes the sizer depending on the platform.
Sets the affirmative button.
button – the button to set as affirmative one.
Sets the cancel button.
button – the button to set as cancel one.
Sets the negative button.
button – the button to set as negative one.