wx.dataview.DataViewCheckIconText is used by wx.dataview.DataViewCheckIconTextRenderer for data transfer.
This class can be converted to and from a Variant .
Constructor. |
|
Gets the checked state. |
|
Sets the checked state. |
See |
wx.dataview.
DataViewCheckIconText
(DataViewIconText)¶Possible constructors:
DataViewCheckIconText(text="", icon=BitmapBundle(),
checkedState=CHK_UNDETERMINED)
DataViewCheckIconText(other)
DataViewCheckIconText is used by DataViewCheckIconTextRenderer for data transfer.
__init__
(self, *args, **kw)¶Constructor.
__init__ (self, text=””, icon=BitmapBundle(), checkedState=CHK_UNDETERMINED)
text (string) –
icon (wx.BitmapBundle) –
checkedState (CheckBoxState) –
__init__ (self, other)
other (wx.dataview.DataViewCheckIconText) –
GetCheckedState
(self)¶Gets the checked state.
SetCheckedState
(self, state)¶Sets the checked state.
state (CheckBoxState) –
CheckedState
¶See GetCheckedState
and SetCheckedState