.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.agw.genericmessagedialog
.. highlight:: python
.. _wx.lib.agw.genericmessagedialog.StdDialogButtonSizer:
==========================================================================================================================================
|phoenix_title| **wx.lib.agw.genericmessagedialog.StdDialogButtonSizer**
==========================================================================================================================================
wxWidgets standard dialog button sizer.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
StdDialogButtonSizer:
|
|super_classes| Known Superclasses
==================================
:class:`wx.BoxSizer`
|
|method_summary| Methods Summary
================================
================================================================================== ================================================================================
:meth:`~wx.lib.agw.genericmessagedialog.StdDialogButtonSizer.__init__` Default class constructor.
:meth:`~wx.lib.agw.genericmessagedialog.StdDialogButtonSizer.AddButton` Add a button to the sizer.
:meth:`~wx.lib.agw.genericmessagedialog.StdDialogButtonSizer.Realize` Realizes the sizer depending on the platform.
:meth:`~wx.lib.agw.genericmessagedialog.StdDialogButtonSizer.SetAffirmativeButton` Sets the affirmative button.
:meth:`~wx.lib.agw.genericmessagedialog.StdDialogButtonSizer.SetCancelButton` Sets the cancel button.
:meth:`~wx.lib.agw.genericmessagedialog.StdDialogButtonSizer.SetNegativeButton` Sets the negative button.
================================================================================== ================================================================================
|
|api| Class API
===============
.. class:: StdDialogButtonSizer(wx.BoxSizer)
wxWidgets standard dialog button sizer.
.. method:: __init__(self)
Default class constructor.
.. method:: AddButton(self, mybutton)
Add a button to the sizer.
:param `mybutton`: the button to add.
.. method:: Realize(self)
Realizes the sizer depending on the platform.
.. method:: SetAffirmativeButton(self, button)
Sets the affirmative button.
:param `button`: the button to set as affirmative one.
.. method:: SetCancelButton(self, button)
Sets the cancel button.
:param `button`: the button to set as cancel one.
.. method:: SetNegativeButton(self, button)
Sets the negative button.
:param `button`: the button to set as negative one.