New upstream version 3.24.22

This commit is contained in:
Simon McVittie
2020-08-12 10:52:42 +01:00
680 changed files with 105720 additions and 105508 deletions

View File

@ -144,7 +144,7 @@
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gdouble</span></td>
<td class="property_type"><span class="type">double</span></td>
<td class="property_name"><a class="link" href="GtkScaleButton.html#GtkScaleButton--value" title="The “value” property">value</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -579,7 +579,7 @@ better for the users.</p>
<hr>
<div class="refsect2">
<a name="GtkScaleButton--value"></a><h3>The <code class="literal">“value”</code> property</h3>
<pre class="programlisting"> “value” <span class="type">gdouble</span></pre>
<pre class="programlisting"> “value” <span class="type">double</span></pre>
<p>The value of the scale.</p>
<p>Owner: GtkScaleButton</p>
<p>Flags: Read / Write</p>
@ -662,7 +662,7 @@ which gets emitted to popup the scale widget.</p>
<a name="GtkScaleButton-value-changed"></a><h3>The <code class="literal">“value-changed”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkScaleButton.html" title="GtkScaleButton"><span class="type">GtkScaleButton</span></a> *button,
<span class="type">gdouble</span> value,
<span class="type">double</span> value,
<span class="type">gpointer</span> user_data)</pre>
<p>The ::value-changed signal is emitted when the value field has
changed.</p>