PyCTreeCtrl
.SetItemText
int =
SetItemText(
item
, text
)
Changes the text of a list view item or subitem.
Parameters
item
: HTREEITEM
The item whose text is to be retrieved.
text
: string
String that contains the new item text.