AGW Logo

agw_title StdDialogButtonSizer

wxWidgets standard dialog button sizer.

hierarchy Inheritance Diagram

Inheritance diagram for: StdDialogButtonSizer

Inheritance diagram of StdDialogButtonSizer


method_summary Methods Summary

__init__Default class constructor.
AddButtonAdd a button to the sizer.
RealizeRealizes the sizer depending on the platform.
SetAffirmativeButtonSets the affirmative button.
SetCancelButtonSets the cancel button.
SetNegativeButtonSets the negative button.

API Class API

class StdDialogButtonSizer(wx.BoxSizer)[source]

wxWidgets standard dialog button sizer.



__init__()[source]

Default class constructor.



AddButton(mybutton)[source]

Add a button to the sizer.

Parameters:mybutton – the button to add.


Realize()[source]

Realizes the sizer depending on the platform.



SetAffirmativeButton(button)[source]

Sets the affirmative button.

Parameters:button – the button to set as affirmative one.


SetCancelButton(button)[source]

Sets the cancel button.

Parameters:button – the button to set as cancel one.


SetNegativeButton(button)[source]

Sets the negative button.

Parameters:button – the button to set as negative one.
Tree

Table Of Contents

Previous topic

GenericMessageDialog

Next topic

SVN Revision 68346 For genericmessagedialog