Chromium Embedded Framework (CEF)
114.2.1+gd70a0a8+chromium-114.0.5735.45
|
Settings used when initializing a CefBoxLayout. More...
#include "include/internal/cef_types.h"
Public Attributes | |
int | horizontal |
If true (1) the layout will be horizontal, otherwise the layout will be vertical. More... | |
int | inside_border_horizontal_spacing |
Adds additional horizontal space between the child view area and the host view border. More... | |
int | inside_border_vertical_spacing |
Adds additional vertical space between the child view area and the host view border. More... | |
cef_insets_t | inside_border_insets |
Adds additional space around the child view area. More... | |
int | between_child_spacing |
Adds additional space between child views. More... | |
cef_main_axis_alignment_t | main_axis_alignment |
Specifies where along the main axis the child views should be laid out. More... | |
cef_cross_axis_alignment_t | cross_axis_alignment |
Specifies where along the cross axis the child views should be laid out. More... | |
int | minimum_cross_axis_size |
Minimum cross axis size. More... | |
int | default_flex |
Default flex for views when none is specified via CefBoxLayout methods. More... | |
Settings used when initializing a CefBoxLayout.
int cef_box_layout_settings_t::between_child_spacing |
Adds additional space between child views.
cef_cross_axis_alignment_t cef_box_layout_settings_t::cross_axis_alignment |
Specifies where along the cross axis the child views should be laid out.
int cef_box_layout_settings_t::default_flex |
Default flex for views when none is specified via CefBoxLayout methods.
Using the preferred size as the basis, free space along the main axis is distributed to views in the ratio of their flex weights. Similarly, if the views will overflow the parent, space is subtracted in these ratios. A flex of 0 means this view is not resized. Flex values must not be negative.
int cef_box_layout_settings_t::horizontal |
If true (1) the layout will be horizontal, otherwise the layout will be vertical.
int cef_box_layout_settings_t::inside_border_horizontal_spacing |
Adds additional horizontal space between the child view area and the host view border.
cef_insets_t cef_box_layout_settings_t::inside_border_insets |
Adds additional space around the child view area.
int cef_box_layout_settings_t::inside_border_vertical_spacing |
Adds additional vertical space between the child view area and the host view border.
cef_main_axis_alignment_t cef_box_layout_settings_t::main_axis_alignment |
Specifies where along the main axis the child views should be laid out.
int cef_box_layout_settings_t::minimum_cross_axis_size |
Minimum cross axis size.