- base
cef_view_t base;
Undocumented in source.
- get_content_view
cef_view_t* function(cef_scroll_view_t*) get_content_view;
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_horizontal_scrollbar_height
int function(cef_scroll_view_t*) get_horizontal_scrollbar_height;
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_vertical_scrollbar_width
int function(cef_scroll_view_t*) get_vertical_scrollbar_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_visible_content_rect
cef_rect_t function(cef_scroll_view_t*) get_visible_content_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.
- has_horizontal_scrollbar
int function(cef_scroll_view_t*) has_horizontal_scrollbar;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- has_vertical_scrollbar
int function(cef_scroll_view_t*) has_vertical_scrollbar;
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_content_view
void function(cef_scroll_view_t*, cef_view_t*) set_content_view;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.