CEF4Delphi/docs/html/uCEFTypes.TCefBoxLayoutSettings.html
2024-05-28 15:50:48 +02:00

162 lines
8.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>cef4delphi: uCEFTypes: Record TCefBoxLayoutSettings</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="PasDoc 0.16.0-snapshot">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<span id="TCefBoxLayoutSettings"></span><h1 class="cio">Record TCefBoxLayoutSettings</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Hierarchy</div><div class="one_section"><a class="section" href="#PasDoc-Fields">Fields</a></div><div class="one_section">Methods</div><div class="one_section">Properties</div></div>
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
<p class="unitlink">
<a href="uCEFTypes.html">uCEFTypes</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type TCefBoxLayoutSettings = record</code></p>
<h2 class="description">Description</h2>
<p>
Initialization settings. Specify NULL or 0 to get the recommended default values. Many of these and other settings can also configured using command- line switches. </p>
<p>
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_box_layout_settings_t))</p>
<h2 class="overview">Overview</h2>
<span id="PasDoc-Fields"></span><h3 class="summary">Fields</h3>
<table class="summary wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#horizontal">horizontal</a></strong>: Integer;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#inside_border_horizontal_spacing">inside_border_horizontal_spacing</a></strong>: Integer;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#inside_border_vertical_spacing">inside_border_vertical_spacing</a></strong>: Integer;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#inside_border_insets">inside_border_insets</a></strong>: <a href="uCEFTypes.TCefInsets.html">TCefInsets</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#between_child_spacing">between_child_spacing</a></strong>: Integer;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#main_axis_alignment">main_axis_alignment</a></strong>: <a href="uCEFTypes.html#TCefAxisAlignment">TCefAxisAlignment</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#cross_axis_alignment">cross_axis_alignment</a></strong>: <a href="uCEFTypes.html#TCefAxisAlignment">TCefAxisAlignment</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#minimum_cross_axis_size">minimum_cross_axis_size</a></strong>: Integer;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefBoxLayoutSettings.html#default_flex">default_flex</a></strong>: Integer;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Fields</h3>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="horizontal"></span><code><strong>horizontal</strong>: Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
If true (1) the layout will be horizontal, otherwise the layout will be vertical. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="inside_border_horizontal_spacing"></span><code><strong>inside_border_horizontal_spacing</strong>: Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
Adds additional horizontal space between the child view area and the host view border. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="inside_border_vertical_spacing"></span><code><strong>inside_border_vertical_spacing</strong>: Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
Adds additional vertical space between the child view area and the host view border. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="inside_border_insets"></span><code><strong>inside_border_insets</strong>: <a href="uCEFTypes.TCefInsets.html">TCefInsets</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Adds additional space around the child view area. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="between_child_spacing"></span><code><strong>between_child_spacing</strong>: Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
Adds additional space between child views. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="main_axis_alignment"></span><code><strong>main_axis_alignment</strong>: <a href="uCEFTypes.html#TCefAxisAlignment">TCefAxisAlignment</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Specifies where along the main axis the child views should be laid out. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="cross_axis_alignment"></span><code><strong>cross_axis_alignment</strong>: <a href="uCEFTypes.html#TCefAxisAlignment">TCefAxisAlignment</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Specifies where along the cross axis the child views should be laid out. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="minimum_cross_axis_size"></span><code><strong>minimum_cross_axis_size</strong>: Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
Minimum cross axis size. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="default_flex"></span><code><strong>default_flex</strong>: Integer;</code></td>
</tr>
<tr><td colspan="2">
<p>
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. </p>
</td></tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
</span>
</body></html>