Home | All Classes | Grouped Classes | Index | Search
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: