New upstream version 3.24.5

This commit is contained in:
Jeremy Bicha
2019-02-04 16:36:47 -05:00
512 changed files with 389739 additions and 466248 deletions

View File

@ -76,7 +76,7 @@
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gboolean</span>
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GtkSizeGroup.html#gtk-size-group-get-ignore-hidden" title="gtk_size_group_get_ignore_hidden ()">gtk_size_group_get_ignore_hidden</a> <span class="c_punctuation">()</span>
@ -100,7 +100,7 @@
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">GSList</span> *
<a href="https://developer.gnome.org/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
</td>
<td class="function_name">
<a class="link" href="GtkSizeGroup.html#gtk-size-group-get-widgets" title="gtk_size_group_get_widgets ()">gtk_size_group_get_widgets</a> <span class="c_punctuation">()</span>
@ -119,7 +119,7 @@
</colgroup>
<tbody>
<tr>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_name"><a class="link" href="GtkSizeGroup.html#GtkSizeGroup--ignore-hidden" title="The “ignore-hidden” property">ignore-hidden</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -152,7 +152,7 @@
</div>
<div class="refsect1">
<a name="GtkSizeGroup.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> GObject
<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> GtkSizeGroup
</pre>
</div>
@ -186,7 +186,7 @@ example, if you are packing your widgets into a table, you would not
include the <a class="link" href="GtkTable.html#GTK-FILL:CAPS"><code class="literal">GTK_FILL</code></a> flag.</p>
<p><a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a> objects are referenced by each widget in the size group,
so once you have added all widgets to a <a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a>, you can drop
the initial reference to the size group with <code class="function">g_object_unref()</code>. If the
the initial reference to the size group with <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. If the
widgets in the size group are subsequently destroyed, then they will
be removed from the size group and drop their references on the size
group; when all widgets have been removed, the size group will be
@ -336,14 +336,14 @@ gtk_size_group_get_mode (<em class="parameter"><code><a class="link" href="GtkSi
<a name="gtk-size-group-set-ignore-hidden"></a><h3>gtk_size_group_set_ignore_hidden ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_size_group_set_ignore_hidden (<em class="parameter"><code><a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a> *size_group</code></em>,
<em class="parameter"><code><span class="type">gboolean</span> ignore_hidden</code></em>);</pre>
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ignore_hidden</code></em>);</pre>
<div class="warning">
<p><code class="literal">gtk_size_group_set_ignore_hidden</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
<p>Measuring the size of hidden widgets has not worked
reliably for a long time. In most cases, they will report a size
of 0 nowadays, and thus, their size will not affect the other
size group members. In effect, size groups will always operate
as if this property was <code class="literal">TRUE</code>. Use a <a class="link" href="GtkStack.html" title="GtkStack"><span class="type">GtkStack</span></a> instead to hide
as if this property was <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Use a <a class="link" href="GtkStack.html" title="GtkStack"><span class="type">GtkStack</span></a> instead to hide
widgets while still having their size taken into account.</p>
</div>
<p>Sets whether unmapped widgets should be ignored when
@ -376,7 +376,7 @@ when calculating the size</p></td>
<hr>
<div class="refsect2">
<a name="gtk-size-group-get-ignore-hidden"></a><h3>gtk_size_group_get_ignore_hidden ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gtk_size_group_get_ignore_hidden (<em class="parameter"><code><a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a> *size_group</code></em>);</pre>
<div class="warning">
<p><code class="literal">gtk_size_group_get_ignore_hidden</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
@ -384,7 +384,7 @@ gtk_size_group_get_ignore_hidden (<em class="parameter"><code><a class="link" hr
reliably for a long time. In most cases, they will report a size
of 0 nowadays, and thus, their size will not affect the other
size group members. In effect, size groups will always operate
as if this property was <code class="literal">TRUE</code>. Use a <a class="link" href="GtkStack.html" title="GtkStack"><span class="type">GtkStack</span></a> instead to hide
as if this property was <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Use a <a class="link" href="GtkStack.html" title="GtkStack"><span class="type">GtkStack</span></a> instead to hide
widgets while still having their size taken into account.</p>
</div>
<p>Returns if invisible widgets are ignored when calculating the size.</p>
@ -405,7 +405,7 @@ gtk_size_group_get_ignore_hidden (<em class="parameter"><code><a class="link" hr
</div>
<div class="refsect3">
<a name="gtk-size-group-get-ignore-hidden.returns"></a><h4>Returns</h4>
<p> <code class="literal">TRUE</code> if invisible widgets are ignored.</p>
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if invisible widgets are ignored.</p>
</div>
<p class="since">Since: 2.8</p>
</div>
@ -478,7 +478,7 @@ gtk_size_group_remove_widget (<em class="parameter"><code><a class="link" href="
<hr>
<div class="refsect2">
<a name="gtk-size-group-get-widgets"></a><h3>gtk_size_group_get_widgets ()</h3>
<pre class="programlisting"><span class="returnvalue">GSList</span> *
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
gtk_size_group_get_widgets (<em class="parameter"><code><a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a> *size_group</code></em>);</pre>
<p>Returns the list of widgets associated with <em class="parameter"><code>size_group</code></em>
.</p>
@ -499,7 +499,7 @@ gtk_size_group_get_widgets (<em class="parameter"><code><a class="link" href="Gt
</div>
<div class="refsect3">
<a name="gtk-size-group-get-widgets.returns"></a><h4>Returns</h4>
<p>a <span class="type">GSList</span> of
<p>a <a href="https://developer.gnome.org/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of
widgets. The list is owned by GTK+ and should not be modified. </p>
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
@ -563,8 +563,8 @@ group affects the requested sizes of its component widgets.</p>
<a name="GtkSizeGroup.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkSizeGroup--ignore-hidden"></a><h3>The <code class="literal">“ignore-hidden”</code> property</h3>
<pre class="programlisting"> “ignore-hidden” <span class="type">gboolean</span></pre>
<p>If <code class="literal">TRUE</code>, unmapped widgets are ignored when determining
<pre class="programlisting"> “ignore-hidden” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>If <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, unmapped widgets are ignored when determining
the size of the group.</p>
<div class="warning">
<p><code class="literal">GtkSizeGroup:ignore-hidden</code> has been deprecated since version 3.22 and should not be used in newly-written code.</p>
@ -572,7 +572,7 @@ the size of the group.</p>
reliably for a long time. In most cases, they will report a size
of 0 nowadays, and thus, their size will not affect the other
size group members. In effect, size groups will always operate
as if this property was <code class="literal">TRUE</code>. Use a <a class="link" href="GtkStack.html" title="GtkStack"><span class="type">GtkStack</span></a> instead to hide
as if this property was <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>. Use a <a class="link" href="GtkStack.html" title="GtkStack"><span class="type">GtkStack</span></a> instead to hide
widgets while still having their size taken into account.</p>
</div>
<p>Flags: Read / Write</p>