- as_browser_view
cef_browser_view_t* function(cef_view_t*) as_browser_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.
- as_button
cef_button_t* function(cef_view_t*) as_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.
- as_panel
cef_panel_t* function(cef_view_t*) as_panel;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- as_scroll_view
cef_scroll_view_t* function(cef_view_t*) as_scroll_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.
- as_textfield
cef_textfield_t* function(cef_view_t*) as_textfield;
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_base_t base;
Undocumented in source.
- convert_point_from_screen
int function(cef_view_t*, cef_point_t*) convert_point_from_screen;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- convert_point_from_view
int function(cef_view_t*, cef_view_t*, cef_point_t*) convert_point_from_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.
- convert_point_from_window
int function(cef_view_t*, cef_point_t*) convert_point_from_window;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- convert_point_to_screen
int function(cef_view_t*, cef_point_t*) convert_point_to_screen;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- convert_point_to_view
int function(cef_view_t*, cef_view_t*, cef_point_t*) convert_point_to_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.
- convert_point_to_window
int function(cef_view_t*, cef_point_t*) convert_point_to_window;
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_background_color
cef_color_t function(cef_view_t*) get_background_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.
- get_bounds
cef_rect_t function(cef_view_t*) get_bounds;
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_bounds_in_screen
cef_rect_t function(cef_view_t*) get_bounds_in_screen;
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_delegate
cef_view_delegate_t* function(cef_view_t*) get_delegate;
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_group_id
int function(cef_view_t*) get_group_id;
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_height_for_width
int function(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_id
int function(cef_view_t*) get_id;
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_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_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_parent_view
cef_view_t* function(cef_view_t*) get_parent_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_position
cef_point_t function(cef_view_t*) get_position;
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_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.
- get_size
cef_size_t function(cef_view_t*) get_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_type_string
cef_string_userfree_t function(cef_view_t*) get_type_string;
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_for_id
cef_view_t* function(cef_view_t*, int) get_view_for_id;
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_window
cef_window_t* function(cef_view_t*) get_window;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- invalidate_layout
void function(cef_view_t*) invalidate_layout;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_accessibility_focusable
int function(cef_view_t*) is_accessibility_focusable;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_attached
int function(cef_view_t*) is_attached;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_drawn
int function(cef_view_t*) is_drawn;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_enabled
int function(cef_view_t*) is_enabled;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_focusable
int function(cef_view_t*) is_focusable;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_same
int function(cef_view_t*, cef_view_t*) is_same;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_valid
int function(cef_view_t*) is_valid;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_visible
int function(cef_view_t*) is_visible;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- request_focus
void function(cef_view_t*) request_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.
- set_background_color
void function(cef_view_t*, cef_color_t) set_background_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.
- set_bounds
void function(cef_view_t*, const(cef_rect_t)*) set_bounds;
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
void function(cef_view_t*, int) set_enabled;
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_focusable
void function(cef_view_t*, int) set_focusable;
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_group_id
void function(cef_view_t*, int) set_group_id;
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_id
void function(cef_view_t*, int) set_id;
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_position
void function(cef_view_t*, const(cef_point_t)*) set_position;
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_size
void function(cef_view_t*, const(cef_size_t)*) set_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_visible
void function(cef_view_t*, int) set_visible;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- size_to_preferred_size
void function(cef_view_t*) size_to_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.
- to_string
cef_string_userfree_t function(cef_view_t*, int) to_string;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.