cef_panel_t

Undocumented in source.

Members

Variables

add_child_view
void function(cef_panel_t*, cef_view_t*) add_child_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.
add_child_view_at
void function(cef_panel_t*, cef_view_t*, int) add_child_view_at;
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_window
cef_window_t* function(cef_panel_t*) as_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.
base
cef_view_t base;
Undocumented in source.
get_child_view_at
cef_view_t* function(cef_panel_t*, int) get_child_view_at;
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_child_view_count
size_t function(cef_panel_t*) get_child_view_count;
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_layout
cef_layout_t* function(cef_panel_t*) get_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.
layout
void function(cef_panel_t*) 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.
remove_all_child_views
void function(cef_panel_t*) remove_all_child_views;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
remove_child_view
void function(cef_panel_t*, cef_view_t*) remove_child_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.
reorder_child_view
void function(cef_panel_t*, cef_view_t*, int) reorder_child_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.
set_to_box_layout
cef_box_layout_t* function(cef_panel_t*, const(cef_box_layout_settings_t)*) set_to_box_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.
set_to_fill_layout
cef_fill_layout_t* function(cef_panel_t*) set_to_fill_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.

Meta