Searched defs:_cef_textfield_t (Results 1 – 1 of 1) sorted by relevance
55 typedef struct _cef_textfield_t { struct64 void(CEF_CALLBACK* set_password_input)(struct _cef_textfield_t* self, argument70 int(CEF_CALLBACK* is_password_input)(struct _cef_textfield_t* self); argument75 void(CEF_CALLBACK* set_read_only)(struct _cef_textfield_t* self, argument81 int(CEF_CALLBACK* is_read_only)(struct _cef_textfield_t* self); argument93 void(CEF_CALLBACK* set_text)(struct _cef_textfield_t* self, argument99 void(CEF_CALLBACK* append_text)(struct _cef_textfield_t* self, argument105 void(CEF_CALLBACK* insert_or_replace_text)(struct _cef_textfield_t* self, argument111 int(CEF_CALLBACK* has_selection)(struct _cef_textfield_t* self); argument125 void(CEF_CALLBACK* select_all)(struct _cef_textfield_t* self, int reversed); argument[all …]