Searched defs:_lv_textarea_t (Results 1 – 1 of 1) sorted by relevance
31 struct _lv_textarea_t { struct32 lv_obj_t obj;33 lv_obj_t * label; /**< Label of the text area */34 char * placeholder_txt; /**< Place holder label. only visible if text is an empty string */35 char * pwd_tmp; /**< Used to store the original text in password mode */36 char * pwd_bullet; /**< Replacement characters displayed in password mode */37 const char * accepted_chars; /**< Only these characters will be accepted. NULL: accept all */38 uint32_t max_length; /**< The max. number of characters. 0: no limit */39 …32_t pwd_show_time; /**< Time to show characters in password mode before change them to '*' */40 struct {[all …]