Contents
|
PyCListBox
.AddString
int =
AddString(
object
)
Adds a string to a listbox.
Parameters
object
: any
Any object. If not a string, __str__, __repr__ or a default repr() will be used
MFC References
CListBox::AddString
Return Value
The zero based index of the new string.