ClanSoft logo
ClanSoft logo

    CL_Listbox

Parents: public CL_Component

Description

Class members

static CL_Listbox *create(
         const CL_Rect &pos,
        CL_Component *parent,
        CL_StyleManager *style = NULL)
static CL_Listbox *create( const CL_Rect &pos, CL_Component *parent, CL_StyleManager *style = NULL)
CL_Listbox( const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style)
CL_Listbox(CL_Component *parent)
virtual ~CL_Listbox()
unsigned int count()
int insert_item( std::string item, int index = -1)
void remove_item(int index)
void clear()
int get_current_item()
void set_current_item(int index)
std::string get_item_data(int item)
std::string get_current_item_data()
thSignal_v1<int> sig_selected

See Also

None


Back to index



This page was built using the Perceps documentation system.