Home | All Classes | Grouped Classes | Index | Search

CL_ListBox::get_item

Returns an item. Returns an item index by screen coordinates, or -1 for if no item is found

	CL_ListItem* get_item(
		int index);

	int get_item(
		const CL_Point& pt);

Detailed description:

Returns NULL if item was not found.

S

See also:

CL_ListBox | CL_ListItem | CL_Point



Questions or comments, write to the ClanLib mailing list.