New upstream version 3.22.30

This commit is contained in:
Jeremy Bicha
2018-04-16 18:09:45 -04:00
252 changed files with 239978 additions and 237042 deletions

View File

@ -1198,7 +1198,7 @@ gtk_range_get_min_slider_size (<em class="parameter"><code><a class="link" href=
<a name="gtk-range-get-range-rect"></a><h3>gtk_range_get_range_rect ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_range_get_range_rect (<em class="parameter"><code><a class="link" href="GtkRange.html" title="GtkRange"><span class="type">GtkRange</span></a> *range</code></em>,
<em class="parameter"><code><a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *range_rect</code></em>);</pre>
<em class="parameter"><code><span class="type">GdkRectangle</span> *range_rect</code></em>);</pre>
<p>This function returns the area that contains the ranges trough
and its steppers, in widget-&gt;window coordinates.</p>
<p>This function is useful mainly for <a class="link" href="GtkRange.html" title="GtkRange"><span class="type">GtkRange</span></a> subclasses.</p>