|
Parents: public CL_Component
Description
Class members
static CL_MenuItem *create(
const CL_ComponentOptions &options,
CL_Component *parent,
CL_StyleManager *style)
CL_MenuItem(
const CL_ComponentOptions &options,
CL_Component *parent)
virtual ~CL_MenuItem()
virtual void add_child(CL_Component *child)
bool is_checkable()
bool is_separator()
bool is_checked()
bool is_highlighted()
bool has_submenu()
const std::string &get_text()
void set_text(const std::string &text)
thSignal_v0 sig_clicked
void set_impl(CL_ComponentStyle *impl)
CL_ComponentStyle *get_impl()
See Also
None
Back to index
|