New upstream version 3.24.18
This commit is contained in:
@ -325,7 +325,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function_type">
|
||||
<a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkPositionType"><span class="returnvalue">GtkPositionType</span></a>
|
||||
<a class="link" href="gtk3-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="returnvalue">GtkPositionType</span></a>
|
||||
</td>
|
||||
<td class="function_name">
|
||||
<a class="link" href="GtkNotebook.html#gtk-notebook-get-tab-pos" title="gtk_notebook_get_tab_pos ()">gtk_notebook_get_tab_pos</a> <span class="c_punctuation">()</span>
|
||||
@ -446,7 +446,7 @@
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="property_type"><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkPositionType"><span class="type">GtkPositionType</span></a></td>
|
||||
<td class="property_type"><a class="link" href="gtk3-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a></td>
|
||||
<td class="property_name"><a class="link" href="GtkNotebook.html#GtkNotebook--tab-pos" title="The “tab-pos” property">tab-pos</a></td>
|
||||
<td class="property_flags">Read / Write</td>
|
||||
</tr>
|
||||
@ -631,7 +631,7 @@
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkNotebook.html#GtkNotebook-struct">GtkNotebook</a></td>
|
||||
<td class="function_name"><a class="link" href="GtkNotebook.html#GtkNotebook-struct" title="struct GtkNotebook">GtkNotebook</a></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -1300,7 +1300,7 @@ of the list.</p>
|
||||
<a name="gtk-notebook-set-tab-pos"></a><h3>gtk_notebook_set_tab_pos ()</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_notebook_set_tab_pos (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkPositionType"><span class="type">GtkPositionType</span></a> pos</code></em>);</pre>
|
||||
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> pos</code></em>);</pre>
|
||||
<p>Sets the edge at which the tabs for switching pages in the
|
||||
notebook are drawn.</p>
|
||||
<div class="refsect3">
|
||||
@ -2098,7 +2098,7 @@ freed. </p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gtk-notebook-get-tab-pos"></a><h3>gtk_notebook_get_tab_pos ()</h3>
|
||||
<pre class="programlisting"><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkPositionType"><span class="returnvalue">GtkPositionType</span></a>
|
||||
<pre class="programlisting"><a class="link" href="gtk3-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="returnvalue">GtkPositionType</span></a>
|
||||
gtk_notebook_get_tab_pos (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>);</pre>
|
||||
<p>Gets the edge at which the tabs for switching pages in the
|
||||
notebook are drawn.</p>
|
||||
@ -2364,7 +2364,7 @@ gtk_notebook_get_group_name (<em class="parameter"><code><a class="link" href="G
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
gtk_notebook_set_action_widget (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
|
||||
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);</pre>
|
||||
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);</pre>
|
||||
<p>Sets <em class="parameter"><code>widget</code></em>
|
||||
as one of the action widgets. Depending on the pack type
|
||||
the widget will be placed before or after the tabs. You can use
|
||||
@ -2405,7 +2405,7 @@ not included in the list returned from <a class="link" href="GtkContainer.html#g
|
||||
<a name="gtk-notebook-get-action-widget"></a><h3>gtk_notebook_get_action_widget ()</h3>
|
||||
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
||||
gtk_notebook_get_action_widget (<em class="parameter"><code><a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook</code></em>,
|
||||
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);</pre>
|
||||
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkPackType" title="enum GtkPackType"><span class="type">GtkPackType</span></a> pack_type</code></em>);</pre>
|
||||
<p>Gets one of the action widgets. See <a class="link" href="GtkNotebook.html#gtk-notebook-set-action-widget" title="gtk_notebook_set_action_widget ()"><code class="function">gtk_notebook_set_action_widget()</code></a>.</p>
|
||||
<div class="refsect3">
|
||||
<a name="gtk-notebook-get-action-widget.parameters"></a><h4>Parameters</h4>
|
||||
@ -2440,6 +2440,13 @@ or <code class="literal">NULL</code> when this action widget has not been set. <
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkNotebook.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkNotebook-struct"></a><h3>struct GtkNotebook</h3>
|
||||
<pre class="programlisting">struct GtkNotebook;</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkNotebook.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkNotebook--enable-popup"></a><h3>The <code class="literal">“enable-popup”</code> property</h3>
|
||||
@ -2499,7 +2506,7 @@ or <code class="literal">NULL</code> when this action widget has not been set. <
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GtkNotebook--tab-pos"></a><h3>The <code class="literal">“tab-pos”</code> property</h3>
|
||||
<pre class="programlisting"> “tab-pos” <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkPositionType"><span class="type">GtkPositionType</span></a></pre>
|
||||
<pre class="programlisting"> “tab-pos” <a class="link" href="gtk3-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a></pre>
|
||||
<p>Which side of the notebook holds the tabs.</p>
|
||||
<p>Owner: GtkNotebook</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
@ -2791,7 +2798,7 @@ user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span
|
||||
<a name="GtkNotebook-move-focus-out"></a><h3>The <code class="literal">“move-focus-out”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">void</span>
|
||||
user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
|
||||
<a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
|
||||
<a class="link" href="gtk3-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Flags: Action</p>
|
||||
</div>
|
||||
@ -2938,7 +2945,7 @@ right after a page has been reordered.</p>
|
||||
<a name="GtkNotebook-reorder-tab"></a><h3>The <code class="literal">“reorder-tab”</code> signal</h3>
|
||||
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
||||
user_function (<a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a> *notebook,
|
||||
<a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
|
||||
<a class="link" href="gtk3-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
|
||||
<span class="type">gboolean</span> arg2,
|
||||
<span class="type">gpointer</span> user_data)</pre>
|
||||
<p>Flags: Action</p>
|
||||
|
||||
Reference in New Issue
Block a user