- as_menu_button
cef_menu_button_t* function(cef_label_button_t*) as_menu_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_button_t base;
Undocumented in source.
- get_image
cef_image_t* function(cef_label_button_t*, cef_button_state_t) get_image;
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_label_button_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.
- set_enabled_text_colors
void function(cef_label_button_t*, cef_color_t) set_enabled_text_colors;
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_label_button_t*, const(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_horizontal_alignment
void function(cef_label_button_t*, cef_horizontal_alignment_t) set_horizontal_alignment;
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_image
void function(cef_label_button_t*, cef_button_state_t, cef_image_t*) set_image;
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_maximum_size
void function(cef_label_button_t*, const(cef_size_t)*) set_maximum_size;
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_minimum_size
void function(cef_label_button_t*, const(cef_size_t)* size) set_minimum_size;
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_label_button_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_label_button_t*, cef_button_state_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.