- append_text
void function(cef_textfield_t*, const(cef_string_t)*) append_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- apply_text_color
void function(cef_textfield_t*, cef_color_t, const(cef_range_t)*) apply_text_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- apply_text_style
void function(cef_textfield_t*, cef_text_style_t, int, const(cef_range_t)*) apply_text_style;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- base
cef_view_t base;
Undocumented in source.
- clear_edit_history
void function(cef_textfield_t*) clear_edit_history;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- clear_selection
void function(cef_textfield_t*) clear_selection;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- execute_command
void function(cef_textfield_t*, int) execute_command;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_cursor_position
size_t function(cef_textfield_t*) get_cursor_position;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_placeholder_text
cef_string_userfree_t function(cef_textfield_t*) get_placeholder_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_selected_range
cef_range_t function(cef_textfield_t*) get_selected_range;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_selected_text
cef_string_userfree_t function(cef_textfield_t*) get_selected_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_selection_background_color
cef_color_t function(cef_textfield_t*) get_selection_background_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_selection_text_color
cef_color_t function(cef_textfield_t*) get_selection_text_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_text
cef_string_userfree_t function(cef_textfield_t*) get_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_text_color
cef_color_t function(cef_textfield_t*) get_text_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_selection
int function(cef_textfield_t*) has_selection;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- insert_or_replace_text
void function(cef_textfield_t*, const(cef_string_t)*) insert_or_replace_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_command_enabled
int function(cef_textfield_t*, int) is_command_enabled;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_password_input
int function(cef_textfield_t*) is_password_input;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_read_only
int function(cef_textfield_t*) is_read_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- select_all
void function(cef_textfield_t*, int) select_all;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- select_range
void function(cef_textfield_t*, const(cef_range_t)*) select_range;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_accessible_name
void function(cef_textfield_t*, const(cef_string_t)*) set_accessible_name;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_font_list
void function(cef_textfield_t*, cef_string_t*) set_font_list;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_password_input
void function(cef_textfield_t*, int) set_password_input;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_placeholder_text
void function(cef_textfield_t*, const(cef_string_t)* text) set_placeholder_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_placeholder_text_color
void function(cef_textfield_t*, cef_color_t) set_placeholder_text_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_read_only
void function(cef_textfield_t*, int) set_read_only;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_selection_background_color
void function(cef_textfield_t*, cef_color_t) set_selection_background_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_selection_text_color
void function(cef_textfield_t*, cef_color_t) set_selection_text_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_text
void function(cef_textfield_t*, const(cef_string_t)*) set_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- set_text_color
void function(cef_textfield_t*, cef_color_t) set_text_color;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.