New upstream version 3.24.8
This commit is contained in:
@ -75,8 +75,8 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkHScale.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
||||
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
||||
<pre class="screen"> GObject
|
||||
<span class="lineart">╰──</span> GInitiallyUnowned
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkRange.html" title="GtkRange">GtkRange</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkScale.html" title="GtkScale">GtkScale</a>
|
||||
@ -138,9 +138,9 @@ the scale. </p></td>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-hscale-new-with-range"></a><h3>gtk_hscale_new_with_range ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
||||
gtk_hscale_new_with_range (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> min</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> max</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> step</code></em>);</pre>
|
||||
gtk_hscale_new_with_range (<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>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_hscale_new_with_range</code> has been deprecated since version 3.2 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkScale.html#gtk-scale-new-with-range" title="gtk_scale_new_with_range ()"><code class="function">gtk_scale_new_with_range()</code></a> with <a class="link" href="gtk3-Standard-Enumerations.html#GTK-ORIENTATION-HORIZONTAL:CAPS"><code class="literal">GTK_ORIENTATION_HORIZONTAL</code></a> instead</p>
|
||||
|
||||
Reference in New Issue
Block a user