Home | Trees | Index | Help |
|
---|
Package wx :: Class StdDialogButtonSizer |
|
object
--+ |Object
--+ |Sizer
--+ |BoxSizer
--+ | StdDialogButtonSizer
wx.Button
to the sizer, and be sure to create the
buttons using the standard ID's. Then call Realize
and the sizer
will take care of the rest.Method Summary | |
---|---|
BoxSizer |
Constructor for a wx.BoxSizer. |
__repr__(self)
| |
Use this to add the buttons to this sizer. | |
wxButton | GetAffirmativeButton(self)
|
wxButton | GetApplyButton(self)
|
wxButton | GetCancelButton(self)
|
wxButton | GetHelpButton(self)
|
wxButton | GetNegativeButton(self)
|
This funciton needs to be called after all the buttons have been added to the sizer. | |
SetAffirmativeButton(self,
button)
| |
SetCancelButton(self,
button)
| |
SetNegativeButton(self,
button)
|
Method Details |
---|
__init__(self)
Constructor for a wx.BoxSizer. orient may be one of wx.VERTICAL
or wx.HORIZONTAL for creating either a column sizer or a row
sizer. |
AddButton(self, button)Use this to add the buttons to this sizer. Do not use theAdd
method in the base class.
|
Realize(self)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. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:47 2005 | http://epydoc.sf.net |