.. 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.propgrid.PGChoicesData: ========================================================================================================================================== |phoenix_title| **wx.propgrid.PGChoicesData** ========================================================================================================================================== | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class PGChoicesData:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.propgrid.PGChoicesData.__init__` :meth:`~wx.propgrid.PGChoicesData.Clear` :meth:`~wx.propgrid.PGChoicesData.CopyDataFrom` :meth:`~wx.propgrid.PGChoicesData.GetCount` :meth:`~wx.propgrid.PGChoicesData.Insert` :meth:`~wx.propgrid.PGChoicesData.Item` :meth:`~wx.propgrid.PGChoicesData.~wxPGChoicesData` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.propgrid.PGChoicesData.Count` See :meth:`~wx.propgrid.PGChoicesData.GetCount` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.propgrid.PGChoicesData(RefCounter) **Possible constructors**:: PGChoicesData() .. method:: __init__(self) .. method:: Clear(self) .. method:: CopyDataFrom(self, data) :param `data`: :type `data`: wx.propgrid.PGChoicesData .. method:: GetCount(self) :rtype: `int` .. method:: Insert(self, index, item) :param `index`: :type `index`: int :param `item`: :type `item`: wx.propgrid.PGChoiceEntry :rtype: :ref:`wx.propgrid.PGChoiceEntry` .. method:: Item(self, i) :param `i`: :type `i`: int :rtype: :ref:`wx.propgrid.PGChoiceEntry` .. method:: ~wxPGChoicesData(self) .. attribute:: Count See :meth:`~wx.propgrid.PGChoicesData.GetCount`