Chromium Embedded Framework (CEF)
135.0.1+gd336310+chromium-135.0.7049.3
|
Class representing CefBoxLayout settings. More...
#include "include/internal/cef_types_wrappers.h"
Public Types | |
using | base_type = CefStructBaseSimple< cef_box_layout_settings_t > |
Public Member Functions | |
CefBoxLayoutSettings () | |
![]() | |
CefStructBaseSimple () | |
CefStructBaseSimple (const cef_box_layout_settings_t &r) | |
CefStructBaseSimple & | operator= (const cef_box_layout_settings_t &r) |
Additional Inherited Members | |
![]() | |
size_t | size |
Size of this structure. More... | |
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_axis_alignment_t | main_axis_alignment |
Specifies where along the main axis the child views should be laid out. More... | |
cef_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... | |
Class representing CefBoxLayout settings.
|
inline |