Chromium Embedded Framework (CEF)  106.0.15+gbb70d04+chromium-106.0.5249.12
CefBoxLayoutSettings Class Reference

Class representing CefBoxLayout settings. More...

#include "include/internal/cef_types_wrappers.h"

Inheritance diagram for CefBoxLayoutSettings:
cef_box_layout_settings_t

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_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...
 

Detailed Description

Class representing CefBoxLayout settings.

Constructor & Destructor Documentation

◆ CefBoxLayoutSettings() [1/2]

CefBoxLayoutSettings::CefBoxLayoutSettings ( )
inline

◆ CefBoxLayoutSettings() [2/2]

CefBoxLayoutSettings::CefBoxLayoutSettings ( const cef_box_layout_settings_t r)
inline

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