cef_view_delegate_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_height_for_width
int function(cef_view_delegate_t*, cef_view_t*, int) get_height_for_width;
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_maximum_size
cef_size_t function(cef_view_delegate_t*, cef_view_t*) get_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.
get_minimum_size
cef_size_t function(cef_view_delegate_t*, cef_view_t*) get_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.
get_preferred_size
cef_size_t function(cef_view_delegate_t*, cef_view_t*) get_preferred_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.
on_blur
void function(cef_view_delegate_t*, cef_view_t*) on_blur;
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_child_view_changed
void function(cef_view_delegate_t*, cef_view_t*, int, cef_view_t*) on_child_view_changed;
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_focus
void function(cef_view_delegate_t*, cef_view_t*) on_focus;
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_parent_view_changed
void function(cef_view_delegate_t*, cef_view_t*, int, cef_view_t*) on_parent_view_changed;
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