cef_button_t

Undocumented in source.

Members

Variables

as_label_button
cef_label_button_t* function(cef_button_t*) as_label_button;
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.
get_state
cef_button_state_t function(cef_button_t*) get_state;
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_button_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_ink_drop_enabled
void function(cef_button_t*, int) set_ink_drop_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.
set_state
void function(cef_button_t*, cef_button_state_t) set_state;
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_tooltip_text
void function(cef_button_t*, const(cef_string_t)*) set_tooltip_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.

Meta