hgeGUIListbox::AddItem

Adds an item to the listbox.

int AddItem(
  char *item
);

Parameters

item
A string to be used for the item.

Return value

Returns the 0-based index of the item in the listbox.

Remarks

The item text is copied into the listbox.

Requirements

Header: hgeguictrls.h
Import library: hgehelp.lib

See also

DeleteItem