ClanSoft logo
ClanSoft logo

    CL_Inputbox

Accepts keyboard input

Parents: public CL_Component

Description

Class members

static CL_Inputbox *create(
         const CL_Rect &pos,
        CL_Component *parent,
        CL_StyleManager *style = NULL)
static CL_Inputbox *create( const CL_Rect &pos, CL_Component *parent, CL_StyleManager *style = NULL)
CL_Inputbox( const CL_ComponentOptions &options, CL_Component *parent)
CL_Inputbox(CL_Component *parent)
virtual ~CL_Inputbox()
thSignal_v1<const std::string &> sig_changed
const std::string &value()
void set_value(const std::string &new_value)
std::string get_value()

See Also

None


Back to index



This page was built using the Perceps documentation system.