Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
CefBoxLayoutSettings Class Reference

Class representing CefBoxLayout settings. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefBoxLayoutSettings:
CefStructBaseSimple< cef_box_layout_settings_t > cef_box_layout_settings_t

Public Types

using base_type = CefStructBaseSimple< cef_box_layout_settings_t >
 

Public Member Functions

 CefBoxLayoutSettings ()
 
- Public Member Functions inherited from CefStructBaseSimple< cef_box_layout_settings_t >
 CefStructBaseSimple ()
 
 CefStructBaseSimple (const cef_box_layout_settings_t &r)
 
CefStructBaseSimpleoperator= (const cef_box_layout_settings_t &r)
 

Additional Inherited Members

- Public Attributes inherited from cef_box_layout_settings_t
size_t size
 Size of this structure.
 
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.
 
int inside_border_vertical_spacing
 Adds additional vertical 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 between_child_spacing
 Adds additional space between child views.
 
cef_axis_alignment_t main_axis_alignment
 Specifies where along the main axis the child views should be laid out.
 
cef_axis_alignment_t cross_axis_alignment
 Specifies where along the cross axis the child views should be laid out.
 
int minimum_cross_axis_size
 Minimum cross axis size.
 
int default_flex
 Default flex for views when none is specified via CefBoxLayout methods.
 

Detailed Description

Class representing CefBoxLayout settings.

Member Typedef Documentation

◆ base_type

Constructor & Destructor Documentation

◆ CefBoxLayoutSettings()

CefBoxLayoutSettings::CefBoxLayoutSettings ( )
inline

The documentation for this class was generated from the following file: