Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module genericmessagedialog :: Class StdDialogButtonSizer |
|
object
--+ |Object
--+ |Sizer
--+ |BoxSizer
--+ | StdDialogButtonSizer
wxWidgets standard dialog button sizer.
Method 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. |
Property Summary |
---|
Method Details |
---|
__init__(self)
|
AddButton(self, mybutton)Add a button to the sizer. @param mybutton: the button to add. |
Realize(self)Realizes the sizer depending on the Platform. |
SetAffirmativeButton(self, button)Sets the affirmative button. |
SetCancelButton(self, button)Sets the cancel button. |
SetNegativeButton(self, button)Sets the negative button. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:09 2009 | http://epydoc.sf.net |