wx.dataview.DataViewIconText is used by wx.dataview.DataViewIconTextRenderer for data transfer.
This class can be converted to and from a Variant .
Constructor. |
|
Gets the icon. |
|
Gets the text. |
|
Set the icon. |
|
Set the text. |
Possible constructors:
DataViewIconText(text="", icon=NullIcon)
DataViewIconText(other)
DataViewIconText is used by DataViewIconTextRenderer for data transfer.
Constructor.
__init__ (self, text=””, icon=NullIcon)
text (string) –
icon (wx.Icon) –
__init__ (self, other)
other (wx.dataview.DataViewIconText) –
Gets the text.
string
Set the text.
text (string) –