cef_textfield_delegate_t

Undocumented in source.

Members

Variables

base
cef_view_delegate_t base;
Undocumented in source.
on_after_user_action
void function(cef_textfield_delegate_t*, cef_textfield_t*) on_after_user_action;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
on_key_event
int function(cef_textfield_delegate_t*, cef_textfield_t*, const(cef_key_event_t)*) on_key_event;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta