Home | All Classes | Grouped Classes | Index | Search

CL_ListBox::insert_item

Inserts text into the list at index.

	int insert_item(
		const std::string& text, int index = -1);

Detailed description:

If index is negative, text is inserted at the end of the list. Returns the index of the text

See also:

CL_ListBox



Questions or comments, write to the ClanLib mailing list.