Home | All Classes | Grouped Classes | Index | Search

CL_ListBox::CL_ListBox

Listbox constructor Listbox constructor Creates a listbox with max_visible_items visible. It auto-calculates the height of the listbox.

	CL_ListBox(
		CL_Component* parent, CL_StyleManager* style = NULL);

	CL_ListBox(
		const CL_Rect& pos, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_ListBox(
		const CL_Rect& pos, int max_visible_items, CL_Component* parent, CL_StyleManager* style = NULL);

See also:

CL_ListBox



Questions or comments, write to the ClanLib mailing list.