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