Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Struct _cef_box_layout_settings_t

   in cef_types.h

struct _cef_box_layout_settings_t

Settings used when initializing a CefBoxLayout.


Field Summary
 int between_child_spacing
          Adds additional space between child views.
 cef_cross_axis_alignment_t cross_axis_alignment
          Specifies where along the cross axis the child views should be laid out.
 int default_flex
          Default flex for views when none is specified via CefBoxLayout methods.
 int horizontal
          If true (1) the layout will be horizontal, otherwise the layout will be vertical.
 int inside_border_horizontal_spacing
          Adds additional horizontal space between the child view area and the host view border.
 cef_insets_t inside_border_insets
          Adds additional space around the child view area.
 int inside_border_vertical_spacing
          Adds additional vertical space between the child view area and the host view border.
 cef_main_axis_alignment_t main_axis_alignment
          Specifies where along the main axis the child views should be laid out.
 int minimum_cross_axis_size
          Minimum cross axis size.
 

Field Detail

between_child_spacing

public int between_child_spacing;
Adds additional space between child views.

cross_axis_alignment

public cef_cross_axis_alignment_t cross_axis_alignment;
Specifies where along the cross axis the child views should be laid out.

default_flex

public int 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.

horizontal

public int horizontal;
If true (1) the layout will be horizontal, otherwise the layout will be vertical.

inside_border_horizontal_spacing

public int inside_border_horizontal_spacing;
Adds additional horizontal space between the child view area and the host view border.

inside_border_insets

public cef_insets_t inside_border_insets;
Adds additional space around the child view area.

inside_border_vertical_spacing

public int inside_border_vertical_spacing;
Adds additional vertical space between the child view area and the host view border.

main_axis_alignment

public cef_main_axis_alignment_t main_axis_alignment;
Specifies where along the main axis the child views should be laid out.

minimum_cross_axis_size

public int minimum_cross_axis_size;
Minimum cross axis size.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt