New upstream version 3.24.14
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="ScrollingWidgets.html" title="Scrolling">
|
||||
<link rel="prev" href="GtkScrolledWindow.html" title="GtkScrolledWindow">
|
||||
<link rel="next" href="Printing.html" title="Printing">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -39,8 +39,8 @@
|
||||
<a name="GtkScrollable.functions"></a><h2>Functions</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="functions_return">
|
||||
<col class="functions_name">
|
||||
<col width="150px" class="functions_proto_type">
|
||||
<col class="functions_proto_name">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -77,7 +77,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="returnvalue">GtkScrollablePolicy</span></a>
|
||||
<a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="returnvalue">GtkScrollablePolicy</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkScrollable.html#gtk-scrollable-get-hscroll-policy" title="gtk_scrollable_get_hscroll_policy ()">gtk_scrollable_get_hscroll_policy</a> <span class="c_punctuation">()</span>
|
||||
@ -93,7 +93,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="returnvalue">GtkScrollablePolicy</span></a>
|
||||
<a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="returnvalue">GtkScrollablePolicy</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkScrollable.html#gtk-scrollable-get-vscroll-policy" title="gtk_scrollable_get_vscroll_policy ()">gtk_scrollable_get_vscroll_policy</a> <span class="c_punctuation">()</span>
|
||||
@ -134,7 +134,7 @@
|
||||
<td class="property_flags">Read / Write / Construct</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkScrollable.html#GtkScrollable--hscroll-policy" title="The “hscroll-policy” property">hscroll-policy</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -145,7 +145,7 @@
|
||||
<td class="property_flags">Read / Write / Construct</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></td>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkScrollable.html#GtkScrollable--vscroll-policy" title="The “vscroll-policy” property">vscroll-policy</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -156,17 +156,17 @@
|
||||
<a name="GtkScrollable.other"></a><h2>Types and Values</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="name">
|
||||
<col class="description">
|
||||
<col width="150px" class="other_proto_type">
|
||||
<col class="other_proto_name">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="datatype_keyword"> </td>
|
||||
<td class="function_name"><a class="link" href="GtkScrollable.html#GtkScrollable-struct" title="GtkScrollable">GtkScrollable</a></td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollable-struct">GtkScrollable</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="datatype_keyword">enum</td>
|
||||
<td class="function_name"><a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy">GtkScrollablePolicy</a></td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy">GtkScrollablePolicy</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -213,7 +213,7 @@ the widget should populate the adjustments’
|
||||
<li class="listitem"><p>Because its preferred size is the size for a fully expanded widget,
|
||||
the scrollable widget must be able to cope with underallocations.
|
||||
This means that it must accept any value passed to its
|
||||
<a class="link" href="GtkWidget.html#GtkWidgetClass.size-allocate"><code class="function">GtkWidgetClass.size_allocate()</code></a> function.</p></li>
|
||||
<a href="https://developer.gnome.org/gtk4/GtkWidget.html#GtkWidgetClass.size-allocate"><code class="function">GtkWidgetClass.size_allocate()</code></a> function.</p></li>
|
||||
<li class="listitem"><p>When the parent allocates space to the scrollable child widget,
|
||||
the widget should update the adjustments’ properties with new values.</p></li>
|
||||
<li class="listitem"><p>When any of the adjustments emits the <a class="link" href="GtkAdjustment.html#GtkAdjustment-value-changed" title="The “value-changed” signal"><span class="type">“value-changed”</span></a> signal,
|
||||
@ -343,9 +343,9 @@ gtk_scrollable_set_vadjustment (<em class="parameter"><code><a class="link" href
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-scrollable-get-hscroll-policy"></a><h3>gtk_scrollable_get_hscroll_policy ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="returnvalue">GtkScrollablePolicy</span></a>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="returnvalue">GtkScrollablePolicy</span></a>
|
||||
gtk_scrollable_get_hscroll_policy (<em class="parameter"><code><a class="link" href="GtkScrollable.html" title="GtkScrollable"><span class="type">GtkScrollable</span></a> *scrollable</code></em>);</pre>
|
||||
<p>Gets the horizontal <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a>.</p>
|
||||
<p>Gets the horizontal <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-scrollable-get-hscroll-policy.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -363,7 +363,7 @@ gtk_scrollable_get_hscroll_policy (<em class="parameter"><code><a class="link" h
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-scrollable-get-hscroll-policy.returns"></a><h4>Returns</h4>
|
||||
<p> The horizontal <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a>.</p>
|
||||
<p> The horizontal <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a>.</p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
</div>
|
||||
@ -372,8 +372,8 @@ gtk_scrollable_get_hscroll_policy (<em class="parameter"><code><a class="link" h
|
||||
<a name="gtk-scrollable-set-hscroll-policy"></a><h3>gtk_scrollable_set_hscroll_policy ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_scrollable_set_hscroll_policy (<em class="parameter"><code><a class="link" href="GtkScrollable.html" title="GtkScrollable"><span class="type">GtkScrollable</span></a> *scrollable</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a> policy</code></em>);</pre>
|
||||
<p>Sets the <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a> to determine whether
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a> policy</code></em>);</pre>
|
||||
<p>Sets the <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a> to determine whether
|
||||
horizontal scrolling should start below the minimum width or
|
||||
below the natural width.</p>
|
||||
<div class="refsect3">
|
||||
@ -392,7 +392,7 @@ below the natural width.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>policy</p></td>
|
||||
<td class="parameter_description"><p>the horizontal <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></p></td>
|
||||
<td class="parameter_description"><p>the horizontal <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -403,9 +403,9 @@ below the natural width.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-scrollable-get-vscroll-policy"></a><h3>gtk_scrollable_get_vscroll_policy ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="returnvalue">GtkScrollablePolicy</span></a>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="returnvalue">GtkScrollablePolicy</span></a>
|
||||
gtk_scrollable_get_vscroll_policy (<em class="parameter"><code><a class="link" href="GtkScrollable.html" title="GtkScrollable"><span class="type">GtkScrollable</span></a> *scrollable</code></em>);</pre>
|
||||
<p>Gets the vertical <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a>.</p>
|
||||
<p>Gets the vertical <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-scrollable-get-vscroll-policy.parameters"></a><h4>Parameters</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
@ -423,7 +423,7 @@ gtk_scrollable_get_vscroll_policy (<em class="parameter"><code><a class="link" h
|
||||
</div>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-scrollable-get-vscroll-policy.returns"></a><h4>Returns</h4>
|
||||
<p> The vertical <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a>.</p>
|
||||
<p> The vertical <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a>.</p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
</div>
|
||||
@ -432,8 +432,8 @@ gtk_scrollable_get_vscroll_policy (<em class="parameter"><code><a class="link" h
|
||||
<a name="gtk-scrollable-set-vscroll-policy"></a><h3>gtk_scrollable_set_vscroll_policy ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_scrollable_set_vscroll_policy (<em class="parameter"><code><a class="link" href="GtkScrollable.html" title="GtkScrollable"><span class="type">GtkScrollable</span></a> *scrollable</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a> policy</code></em>);</pre>
|
||||
<p>Sets the <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a> to determine whether
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a> policy</code></em>);</pre>
|
||||
<p>Sets the <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a> to determine whether
|
||||
vertical scrolling should start below the minimum height or
|
||||
below the natural height.</p>
|
||||
<div class="refsect3">
|
||||
@ -452,7 +452,7 @@ below the natural height.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>policy</p></td>
|
||||
<td class="parameter_description"><p>the vertical <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></p></td>
|
||||
<td class="parameter_description"><p>the vertical <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></p></td>
|
||||
<td class="parameter_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -502,60 +502,23 @@ has been set</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkScrollable.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrollable-struct"></a><h3>GtkScrollable</h3>
|
||||
<pre class="programlisting">typedef struct _GtkScrollable GtkScrollable;</pre>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrollablePolicy"></a><h3>enum GtkScrollablePolicy</h3>
|
||||
<p>Defines the policy to be used in a scrollable widget when updating
|
||||
the scrolled window adjustments in a given orientation.</p>
|
||||
<div class="refsect3">
|
||||
<a name="GtkScrollablePolicy.members"></a><h4>Members</h4>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="300px" class="enum_members_name">
|
||||
<col class="enum_members_description">
|
||||
<col width="200px" class="enum_members_annotations">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GTK-SCROLL-MINIMUM:CAPS"></a>GTK_SCROLL_MINIMUM</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Scrollable adjustments are based on the minimum size</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="enum_member_name"><p><a name="GTK-SCROLL-NATURAL:CAPS"></a>GTK_SCROLL_NATURAL</p></td>
|
||||
<td class="enum_member_description">
|
||||
<p>Scrollable adjustments are based on the natural size</p>
|
||||
</td>
|
||||
<td class="enum_member_annotations"> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkScrollable.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrollable--hadjustment"></a><h3>The <code class="literal">“hadjustment”</code> property</h3>
|
||||
<pre class="programlisting"> “hadjustment” <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *</pre>
|
||||
<p>Horizontal <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> of the scrollable widget. This adjustment is
|
||||
shared between the scrollable widget and its parent.</p>
|
||||
<p>Owner: GtkScrollable</p>
|
||||
<p>Flags: Read / Write / Construct</p>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrollable--hscroll-policy"></a><h3>The <code class="literal">“hscroll-policy”</code> property</h3>
|
||||
<pre class="programlisting"> “hscroll-policy” <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></pre>
|
||||
<pre class="programlisting"> “hscroll-policy” <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></pre>
|
||||
<p>Determines whether horizontal scrolling should start once the scrollable
|
||||
widget is allocated less than its minimum width or less than its natural width.</p>
|
||||
<p>Owner: GtkScrollable</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: GTK_SCROLL_MINIMUM</p>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
@ -566,15 +529,17 @@ widget is allocated less than its minimum width or less than its natural width.<
|
||||
<pre class="programlisting"> “vadjustment” <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *</pre>
|
||||
<p>Verical <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> of the scrollable widget. This adjustment is shared
|
||||
between the scrollable widget and its parent.</p>
|
||||
<p>Owner: GtkScrollable</p>
|
||||
<p>Flags: Read / Write / Construct</p>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkScrollable--vscroll-policy"></a><h3>The <code class="literal">“vscroll-policy”</code> property</h3>
|
||||
<pre class="programlisting"> “vscroll-policy” <a class="link" href="GtkScrollable.html#GtkScrollablePolicy" title="enum GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></pre>
|
||||
<pre class="programlisting"> “vscroll-policy” <a href="https://developer.gnome.org/gtk4/GtkScrollable.html#GtkScrollablePolicy"><span class="type">GtkScrollablePolicy</span></a></pre>
|
||||
<p>Determines whether vertical scrolling should start once the scrollable
|
||||
widget is allocated less than its minimum height or less than its natural height.</p>
|
||||
<p>Owner: GtkScrollable</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: GTK_SCROLL_MINIMUM</p>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
@ -582,6 +547,6 @@ widget is allocated less than its minimum height or less than its natural height
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
<hr>Generated by GTK-Doc V1.32.1</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user