wx.dataview.DataViewCheckIconText¶
wx.dataview.DataViewCheckIconText is used by wx.dataview.DataViewCheckIconTextRenderer for data transfer.
This class can be converted to and from a Variant .
Class Hierarchy¶
Methods Summary¶
Constructor. |
|
Gets the checked state. |
|
Sets the checked state. |
Properties Summary¶
See |
Class API¶
- class wx.dataview.DataViewCheckIconText(DataViewIconText)¶
Possible constructors:
DataViewCheckIconText(text='', icon=BitmapBundle(), checkedState=CHK_UNDETERMINED) -> None DataViewCheckIconText(other) -> None
DataViewCheckIconText is used by DataViewCheckIconTextRenderer for data transfer.
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self, text=’’, icon=BitmapBundle(), checkedState=CHK_UNDETERMINED)
Constructor.
- Parameters:
text (string)
icon (wx.BitmapBundle)
checkedState (CheckBoxState)
- Return type:
None
__init__ (self, other)
- Parameters:
- Return type:
None
- GetCheckedState(self)¶
Gets the checked state.
- Return type:
CheckBoxState
- SetCheckedState(self, state)¶
Sets the checked state.
- Parameters:
state (CheckBoxState)
- Return type:
None
Properties¶
- CheckedState¶
See
GetCheckedState
andSetCheckedState