| 
    Chromium Embedded Framework (CEF)
    126.2.0+g5c56e98+chromium-126.0.6478.62
    
   | 
 
Class representing CefBoxLayout settings. More...
#include "include/internal/cef_types_wrappers.h"
  
Public Member Functions | |
| CefBoxLayoutSettings () | |
| CefBoxLayoutSettings (const cef_box_layout_settings_t &r) | |
Additional Inherited Members | |
  Public Attributes inherited from cef_box_layout_settings_t | |
| 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 | 
      
  | 
  inline |