New upstream version 3.22.28

This commit is contained in:
Jeremy Bicha
2018-02-15 04:41:25 -05:00
652 changed files with 498643 additions and 49781 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="MiscObjects.html" title="Miscellaneous">
<link rel="prev" href="GtkIMMulticontext.html" title="GtkIMMulticontext">
<link rel="next" href="GtkTooltip.html" title="GtkTooltip">
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -76,7 +76,7 @@
</tr>
<tr>
<td class="function_type">
<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<span class="returnvalue">gboolean</span>
</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">
<a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
<span class="returnvalue">GSList</span> *
</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"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
<td class="property_type"><span class="type">gboolean</span></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"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<pre class="screen"> GObject
<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 <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. If the
the initial reference to the size group with <code class="function">g_object_unref()</code>. 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
@ -228,13 +228,13 @@ size group. The ”name” attribute gives the id of the widget.</p>
5
6
7</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="gtkdoc opt">&lt;</span>object <span class="gtkdoc kwc">class</span><span class="gtkdoc opt">=</span><span class="string">&quot;GtkSizeGroup&quot;</span><span class="gtkdoc opt">&gt;</span>
<span class="gtkdoc opt">&lt;</span>property name<span class="gtkdoc opt">=</span><span class="string">&quot;mode&quot;</span><span class="gtkdoc opt">&gt;</span>GTK_SIZE_GROUP_HORIZONTAL<span class="gtkdoc opt">&lt;/</span>property<span class="gtkdoc opt">&gt;</span>
<span class="gtkdoc opt">&lt;</span>widgets<span class="gtkdoc opt">&gt;</span>
<span class="gtkdoc opt">&lt;</span>widget name<span class="gtkdoc opt">=</span><span class="string">&quot;radio1&quot;</span><span class="gtkdoc opt">/&gt;</span>
<span class="gtkdoc opt">&lt;</span>widget name<span class="gtkdoc opt">=</span><span class="string">&quot;radio2&quot;</span><span class="gtkdoc opt">/&gt;</span>
<span class="gtkdoc opt">&lt;/</span>widgets<span class="gtkdoc opt">&gt;</span>
<span class="gtkdoc opt">&lt;/</span>object<span class="gtkdoc opt">&gt;</span></pre></td>
<td class="listing_code"><pre class="programlisting"><span class="symbol">&lt;</span><span class="usertype">object</span><span class="normal"> class</span><span class="symbol">=</span><span class="string">"GtkSizeGroup"</span><span class="symbol">&gt;</span>
<span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">property</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"mode"</span><span class="symbol">&gt;</span><span class="normal"><a href="GtkSizeGroup.html#GTK-SIZE-GROUP-HORIZONTAL:CAPS">GTK_SIZE_GROUP_HORIZONTAL</a></span><span class="symbol">&lt;/</span><span class="normal">property</span><span class="symbol">&gt;</span>
<span class="normal"> </span><span class="symbol">&lt;</span><span class="normal">widgets</span><span class="symbol">&gt;</span>
<span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">widget</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"radio1"</span><span class="symbol">/&gt;</span>
<span class="normal"> </span><span class="symbol">&lt;</span><span class="usertype">widget</span><span class="normal"> name</span><span class="symbol">=</span><span class="string">"radio2"</span><span class="symbol">/&gt;</span>
<span class="normal"> </span><span class="symbol">&lt;/</span><span class="normal">widgets</span><span class="symbol">&gt;</span>
<span class="symbol">&lt;/</span><span class="normal">object</span><span class="symbol">&gt;</span></pre></td>
</tr>
</tbody>
</table>
@ -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><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> ignore_hidden</code></em>);</pre>
<em class="parameter"><code><span class="type">gboolean</span> 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 <a href="../glib/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
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
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"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
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 <a href="../glib/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
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
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> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if invisible widgets are ignored.</p>
<p> <code class="literal">TRUE</code> 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"><a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
<pre class="programlisting"><span class="returnvalue">GSList</span> *
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 <a href="../glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of
<p>a <span class="type">GSList</span> 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” <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
<p>If <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, unmapped widgets are ignored when determining
<pre class="programlisting"> “ignore-hidden” <span class="type">gboolean</span></pre>
<p>If <code class="literal">TRUE</code>, 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 <a href="../glib/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
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
widgets while still having their size taken into account.</p>
</div>
<p>Flags: Read / Write</p>
@ -590,6 +590,6 @@ the size of the group.</p>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25.1</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>