cef_display_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
on_address_change
void function(cef_display_handler_t*, cef_browser_t*, cef_frame_t*, const(cef_string_t)*) on_address_change;
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_auto_resize
int function(cef_display_handler_t*, cef_browser_t*, const(cef_size_t)*) on_auto_resize;
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_console_message
int function(cef_display_handler_t*, cef_browser_t*, const(cef_string_t)*, const(cef_string_t)*, int) on_console_message;
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_favicon_urlchange
void function(cef_display_handler_t*, cef_browser_t*, cef_string_list_t) on_favicon_urlchange;
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_fullscreen_mode_change
void function(cef_display_handler_t*, cef_browser_t*, int) on_fullscreen_mode_change;
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_loading_progress_change
void function(cef_display_handler_t*, cef_browser_t*, double) on_loading_progress_change;
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_status_message
void function(cef_display_handler_t*, cef_browser_t*, const(cef_string_t)*) on_status_message;
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_title_change
void function(cef_display_handler_t*, cef_browser_t*, const(cef_string_t)*) on_title_change;
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_tooltip
int function(cef_display_handler_t*, cef_browser_t, cef_string_t*) on_tooltip;
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