New upstream version 3.24.18

This commit is contained in:
Simon McVittie
2020-04-10 15:23:16 +01:00
386 changed files with 78008 additions and 6390 deletions

View File

@ -139,7 +139,7 @@
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkIconSize"><span class="type">GtkIconSize</span></a></td>
<td class="property_type"><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a></td>
<td class="property_name"><a class="link" href="GtkScaleButton.html#GtkScaleButton--size" title="The “size” property">size</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -187,7 +187,7 @@
</colgroup>
<tbody><tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkScaleButton.html#GtkScaleButton-struct">GtkScaleButton</a></td>
<td class="function_name"><a class="link" href="GtkScaleButton.html#GtkScaleButton-struct" title="struct GtkScaleButton">GtkScaleButton</a></td>
</tr></tbody>
</table></div>
</div>
@ -232,7 +232,7 @@ it from a plain <a class="link" href="GtkButton.html" title="GtkButton"><span cl
<div class="refsect2">
<a name="gtk-scale-button-new"></a><h3>gtk_scale_button_new ()</h3>
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
gtk_scale_button_new (<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>,
gtk_scale_button_new (<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> min</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> max</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> step</code></em>,
@ -253,7 +253,7 @@ a stepping of <em class="parameter"><code>step</code></em>
<tbody>
<tr>
<td class="parameter_name"><p>size</p></td>
<td class="parameter_description"><p>a stock icon size (<a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
<td class="parameter_description"><p>a stock icon size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>). </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
</tr>
<tr>
@ -529,6 +529,13 @@ gtk_scale_button_get_minus_button (<em class="parameter"><code><a class="link" h
</div>
</div>
<div class="refsect1">
<a name="GtkScaleButton.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GtkScaleButton-struct"></a><h3>struct GtkScaleButton</h3>
<pre class="programlisting">struct GtkScaleButton;</pre>
</div>
</div>
<div class="refsect1">
<a name="GtkScaleButton.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkScaleButton--adjustment"></a><h3>The <code class="literal">“adjustment”</code> property</h3>
@ -563,7 +570,7 @@ better for the users.</p>
<hr>
<div class="refsect2">
<a name="GtkScaleButton--size"></a><h3>The <code class="literal">“size”</code> property</h3>
<pre class="programlisting"> “size” <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkIconSize"><span class="type">GtkIconSize</span></a></pre>
<pre class="programlisting"> “size” <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a></pre>
<p>The icon size.</p>
<p>Owner: GtkScaleButton</p>
<p>Flags: Read / Write</p>
@ -587,7 +594,7 @@ better for the users.</p>
user_function (<a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button,
<span class="type">gpointer</span> user_data)</pre>
<p>The ::popdown signal is a
keybinding signal
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted to popdown the scale widget.</p>
<p>The default binding for this signal is Escape.</p>
<div class="refsect3">
@ -622,7 +629,7 @@ which gets emitted to popdown the scale widget.</p>
user_function (<a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button,
<span class="type">gpointer</span> user_data)</pre>
<p>The ::popup signal is a
keybinding signal
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted to popup the scale widget.</p>
<p>The default bindings for this signal are Space, Enter and Return.</p>
<div class="refsect3">