PyCListCtrl.InsertItem

int = InsertItem(item)

Inserts an item into the list.

Parameters

item : LV_ITEM

A tuple describing the new item.

Alternative Parameters

item

The index of the item.

text

The text of the item.

image

The index of the image to use.

Alternative Parameters

item

The index of the item.

text

The text of the item.