.. 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 .. _wx.dataview.DataViewCheckIconText: ========================================================================================================================================== |phoenix_title| **wx.dataview.DataViewCheckIconText** ========================================================================================================================================== :ref:`wx.dataview.DataViewCheckIconText` is used by :ref:`wx.dataview.DataViewCheckIconTextRenderer` for data transfer. This class can be converted to and from a `Variant` . | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class DataViewCheckIconText:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.dataview.DataViewCheckIconText.__init__` Constructor. :meth:`~wx.dataview.DataViewCheckIconText.GetCheckedState` Gets the checked state. :meth:`~wx.dataview.DataViewCheckIconText.SetCheckedState` Sets the checked state. ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.dataview.DataViewCheckIconText.CheckedState` See :meth:`~wx.dataview.DataViewCheckIconText.GetCheckedState` and :meth:`~wx.dataview.DataViewCheckIconText.SetCheckedState` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.dataview.DataViewCheckIconText(DataViewIconText) **Possible constructors**:: DataViewCheckIconText(text: str='', icon: BitmapBundle=BitmapBundle(), checkedState: CheckBoxState=CHK_UNDETERMINED) -> None DataViewCheckIconText(other : DataViewCheckIconText) -> None DataViewCheckIconText is used by DataViewCheckIconTextRenderer for data transfer. .. method:: __init__(self, *args, **kw) |overload| **Overloaded Implementations:** :html:`

` **__init__** `(self, text: str='', icon: BitmapBundle=BitmapBundle(), checkedState: CheckBoxState=CHK_UNDETERMINED)` Constructor. :param `text`: :type `text`: string :param `icon`: :type `icon`: wx.BitmapBundle :param `checkedState`: :type `checkedState`: wx.CheckBoxState :rtype: `None` :html:`

` **__init__** `(self, other : DataViewCheckIconText)` :param `other`: :type `other`: wx.dataview.DataViewCheckIconText :rtype: `None` :html:`

` .. method:: GetCheckedState(self) Gets the checked state. :rtype: `CheckBoxState` .. method:: SetCheckedState(self, state : CheckBoxState) Sets the checked state. :param `state`: :type `state`: wx.CheckBoxState :rtype: `None` .. attribute:: CheckedState See :meth:`~wx.dataview.DataViewCheckIconText.GetCheckedState` and :meth:`~wx.dataview.DataViewCheckIconText.SetCheckedState`