Home | All Classes | Grouped Classes | Index | Search

CL_ListBox::change_item

Replaces the item at position index with new item. Replaces the item at position index with text.

	void change_item(
		CL_ListItem* item, int index);

	void change_item(
		const std::string& text, int index);

See also:

CL_ListBox | CL_ListItem



Questions or comments, write to the ClanLib mailing list.