Contents
|
PyCListCtrl
.SetItemText
int =
SetItemText(
item
, sub
, text
)
Changes the text of a list view item or subitem.
Parameters
item
: int
Index of the item whose text is to be set.
sub
: int
Index of the subitem, or zero to set the item label.
text
: string
String that contains the new item text.