- base
cef_base_t base;
Undocumented in source.
- get_accessibility_handler
cef_accessibility_handler_t* function(cef_render_handler_t*) get_accessibility_handler;
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_root_screen_rect
int function(cef_render_handler_t*, cef_browser_t*, cef_rect_t*) get_root_screen_rect;
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_screen_info
int function(cef_render_handler_t*, cef_browser_t*, cef_screen_info_t*) get_screen_info;
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_screen_point
int function(cef_render_handler_t*, cef_browser_t*, int, int, int*, int*) get_screen_point;
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_view_rect
int function(cef_render_handler_t*, cef_browser_t*, cef_rect_t*) get_view_rect;
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_accelerated_paint
void function(cef_render_handler_t*, cef_browser_t*, cef_paint_element_type_t, size_t, const(cef_rect_t*), void*) on_accelerated_paint;
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_cursor_change
void function(cef_render_handler_t*, cef_browser_t*, cef_cursor_handle_t) on_cursor_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_ime_composition_range_changed
void function(cef_render_handler_t*, cef_browser_t*, const(cef_range_t)*, size_t, const(cef_rect_t*)) on_ime_composition_range_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_paint
void function(cef_render_handler_t*, cef_browser_t*, cef_paint_element_type_t, size_t, const(cef_rect_t*), const(void)*, int, int) on_paint;
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_popup_show
void function(cef_render_handler_t*, cef_browser_t*, int) on_popup_show;
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_popup_size
void function(cef_render_handler_t*, cef_browser_t*, const(cef_rect_t)*) on_popup_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_scroll_offset_changed
void function(cef_render_handler_t*, cef_browser_t*, double, double) on_scroll_offset_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_text_selection_changed
void function(cef_render_handler_t*, cef_browser_t*, const(cef_string_t)*, const(cef_range_t)*) on_text_selection_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.
- start_dragging
int function(cef_render_handler_t*, cef_browser_t*, cef_drag_data_t*, cef_drag_operations_mask_t, int, int) start_dragging;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- update_drag_cursor
void function(cef_render_handler_t*, cef_browser_t*, cef_drag_operations_mask_t) update_drag_cursor;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.