|
Parents: public CL_Component
Description
Class members
static CL_Combobox *create(
const CL_Rect &pos,
CL_Component *parent,
CL_StyleManager *style = NULL)
static CL_Combobox *create(
const CL_Rect &pos,
CL_Component *parent,
CL_StyleManager *style = NULL)
CL_Combobox(
const CL_ComponentOptions &options,
CL_Component *parent)
CL_Combobox(CL_Component *parent)
virtual ~CL_Combobox()
std::list<std::string> &options()
const std::string &cur_selected()
int cur_selected()
void change_selection(int new_selection)
thSignal_v1<int> sig_changed
thSignal_v0 sig_activated
thSignal_v0 sig_deactivated
std::list<std::string> m_options
void set_select_button(CL_Button *select_button)
bool activated
bool skip_next_activation
int cur_selection
See Also
None
Back to index
|