.. 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.buttonpanel .. highlight:: python .. _wx.lib.agw.buttonpanel.ButtonPanelText: ========================================================================================================================================== |phoenix_title| **wx.lib.agw.buttonpanel.ButtonPanelText** ========================================================================================================================================== This class is used to hold data about the main caption in :class:`ButtonPanel`. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class ButtonPanelText:
| |super_classes| Known Superclasses ================================== :class:`wx.lib.agw.buttonpanel.Control` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.agw.buttonpanel.ButtonPanelText.__init__` Default class constructor. :meth:`~wx.lib.agw.buttonpanel.ButtonPanelText.CreateDC` Convenience function to create a :class:`wx.DC`. :meth:`~wx.lib.agw.buttonpanel.ButtonPanelText.Draw` Draws the main caption. Actually the drawing is done in :class:`BPArt`. :meth:`~wx.lib.agw.buttonpanel.ButtonPanelText.GetBestSize` Returns the best size for the main caption in :class:`ButtonPanel`. :meth:`~wx.lib.agw.buttonpanel.ButtonPanelText.GetText` Returns the caption text. :meth:`~wx.lib.agw.buttonpanel.ButtonPanelText.SetText` Sets the caption text. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ButtonPanelText(Control) This class is used to hold data about the main caption in :class:`ButtonPanel`. .. method:: __init__(self, parent, text="") Default class constructor. :param `parent`: the text parent object, an instance of :class:`ButtonPanel`; :param string `text`: the actual main caption string. .. method:: CreateDC(self) Convenience function to create a :class:`wx.DC`. .. method:: Draw(self, dc, rect) Draws the main caption. Actually the drawing is done in :class:`BPArt`. :param `dc`: an instance of :class:`wx.DC`; :param wx.Rect `rect`: the main caption text client rectangle. .. method:: GetBestSize(self) Returns the best size for the main caption in :class:`ButtonPanel`. :return: An instance of :class:`wx.Size`. .. method:: GetText(self) Returns the caption text. :return: A string representing the caption text. .. method:: SetText(self, text="") Sets the caption text. :param string `text`: the main caption string.