New upstream version 3.24.5
This commit is contained in:
@ -76,7 +76,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="GtkRadioToolButton.html#gtk-radio-tool-button-get-group" title="gtk_radio_tool_button_get_group ()">gtk_radio_tool_button_get_group</a> <span class="c_punctuation">()</span>
|
||||
@ -124,8 +124,8 @@
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkRadioToolButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
||||
<pre class="screen"> GObject
|
||||
<span class="lineart">╰──</span> GInitiallyUnowned
|
||||
<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>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
||||
<span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
|
||||
@ -164,7 +164,7 @@ that is part of the same group as an existing GtkRadioToolButton.</p>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-radio-tool-button-new"></a><h3>gtk_radio_tool_button_new ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *
|
||||
gtk_radio_tool_button_new (<em class="parameter"><code><span class="type">GSList</span> *group</code></em>);</pre>
|
||||
gtk_radio_tool_button_new (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
|
||||
<p>Creates a new <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>, adding it to <em class="parameter"><code>group</code></em>
|
||||
.</p>
|
||||
<div class="refsect3">
|
||||
@ -178,7 +178,7 @@ gtk_radio_tool_button_new (<em class="parameter"><code><span class="type">GSList
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>group</p></td>
|
||||
<td class="parameter_description"><p>An
|
||||
existing radio button group, or <code class="literal">NULL</code> if you are creating a new group. </p></td>
|
||||
existing radio button group, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you are creating a new group. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioButton]</span></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -193,8 +193,8 @@ existing radio button group, or <code class="literal">NULL</code> if you are cre
|
||||
<div class="refsect2">
|
||||
<a name="gtk-radio-tool-button-new-from-stock"></a><h3>gtk_radio_tool_button_new_from_stock ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *
|
||||
gtk_radio_tool_button_new_from_stock (<em class="parameter"><code><span class="type">GSList</span> *group</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *stock_id</code></em>);</pre>
|
||||
gtk_radio_tool_button_new_from_stock (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>,
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_radio_tool_button_new_from_stock</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
||||
<p>Use <a class="link" href="GtkRadioToolButton.html#gtk-radio-tool-button-new" title="gtk_radio_tool_button_new ()"><code class="function">gtk_radio_tool_button_new()</code></a> instead.</p>
|
||||
@ -216,7 +216,7 @@ stock item indicated by <em class="parameter"><code>stock_id</code></em>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>group</p></td>
|
||||
<td class="parameter_description"><p>an existing radio button
|
||||
group, or <code class="literal">NULL</code> if you are creating a new group. </p></td>
|
||||
group, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if you are creating a new group. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioButton]</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -251,7 +251,7 @@ gtk_radio_tool_button_new_from_widget (<em class="parameter"><code><a class="lin
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="parameter_name"><p>group</p></td>
|
||||
<td class="parameter_description"><p>An existing <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>An existing <a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a>, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
@ -269,7 +269,7 @@ gtk_radio_tool_button_new_from_widget (<em class="parameter"><code><a class="lin
|
||||
<pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> *
|
||||
gtk_radio_tool_button_new_with_stock_from_widget
|
||||
(<em class="parameter"><code><a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> *group</code></em>,
|
||||
<em class="parameter"><code>const <span class="type">gchar</span> *stock_id</code></em>);</pre>
|
||||
<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
|
||||
<div class="warning">
|
||||
<p><code class="literal">gtk_radio_tool_button_new_with_stock_from_widget</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
||||
<p>gtk_radio_tool_button_new_from_widget</p>
|
||||
@ -312,7 +312,7 @@ stock item indicated by <em class="parameter"><code>stock_id</code></em>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-radio-tool-button-get-group"></a><h3>gtk_radio_tool_button_get_group ()</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_radio_tool_button_get_group (<em class="parameter"><code><a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> *button</code></em>);</pre>
|
||||
<p>Returns the radio button group <em class="parameter"><code>button</code></em>
|
||||
belongs to.</p>
|
||||
@ -344,7 +344,7 @@ belongs to. </p>
|
||||
<a name="gtk-radio-tool-button-set-group"></a><h3>gtk_radio_tool_button_set_group ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_radio_tool_button_set_group (<em class="parameter"><code><a class="link" href="GtkRadioToolButton.html" title="GtkRadioToolButton"><span class="type">GtkRadioToolButton</span></a> *button</code></em>,
|
||||
<em class="parameter"><code><span class="type">GSList</span> *group</code></em>);</pre>
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *group</code></em>);</pre>
|
||||
<p>Adds <em class="parameter"><code>button</code></em>
|
||||
to <em class="parameter"><code>group</code></em>
|
||||
, removing it from the group it belonged to before.</p>
|
||||
@ -364,7 +364,7 @@ gtk_radio_tool_button_set_group (<em class="parameter"><code><a class="link" hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>group</p></td>
|
||||
<td class="parameter_description"><p>an existing radio button group, or <code class="literal">NULL</code>. </p></td>
|
||||
<td class="parameter_description"><p>an existing radio button group, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkRadioButton][<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user