New upstream version 3.24.18

This commit is contained in:
Simon McVittie
2020-04-10 15:23:16 +01:00
386 changed files with 78008 additions and 6390 deletions

View File

@ -198,7 +198,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkSelectionMode"><span class="returnvalue">GtkSelectionMode</span></a>
<a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="returnvalue">GtkSelectionMode</span></a>
</td>
<td class="function_name">
<a class="link" href="GtkIconView.html#gtk-icon-view-get-selection-mode" title="gtk_icon_view_get_selection_mode ()">gtk_icon_view_get_selection_mode</a> <span class="c_punctuation">()</span>
@ -214,7 +214,7 @@
</tr>
<tr>
<td class="function_type">
<a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkOrientation"><span class="returnvalue">GtkOrientation</span></a>
<a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a>
</td>
<td class="function_name">
<a class="link" href="GtkIconView.html#gtk-icon-view-get-item-orientation" title="gtk_icon_view_get_item_orientation ()">gtk_icon_view_get_item_orientation</a> <span class="c_punctuation">()</span>
@ -598,7 +598,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#GtkOrientation"><span class="type">GtkOrientation</span></a></td>
<td class="property_type"><a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a></td>
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--item-orientation" title="The “item-orientation” property">item-orientation</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -644,7 +644,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#GtkSelectionMode"><span class="type">GtkSelectionMode</span></a></td>
<td class="property_type"><a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a></td>
<td class="property_name"><a class="link" href="GtkIconView.html#GtkIconView--selection-mode" title="The “selection-mode” property">selection-mode</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -751,11 +751,11 @@
<tbody>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkIconView.html#GtkIconView-struct">GtkIconView</a></td>
<td class="function_name"><a class="link" href="GtkIconView.html#GtkIconView-struct" title="struct GtkIconView">GtkIconView</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkIconView.html#GtkIconViewDropPosition">GtkIconViewDropPosition</a></td>
<td class="function_name"><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition">GtkIconViewDropPosition</a></td>
</tr>
</tbody>
</table></div>
@ -1483,7 +1483,7 @@ selection cannot be modified from within this function.</p>
<a name="gtk-icon-view-set-selection-mode"></a><h3>gtk_icon_view_set_selection_mode ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_icon_view_set_selection_mode (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);</pre>
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a> mode</code></em>);</pre>
<p>Sets the selection mode of the <em class="parameter"><code>icon_view</code></em>
.</p>
<div class="refsect3">
@ -1513,7 +1513,7 @@ gtk_icon_view_set_selection_mode (<em class="parameter"><code><a class="link" hr
<hr>
<div class="refsect2">
<a name="gtk-icon-view-get-selection-mode"></a><h3>gtk_icon_view_get_selection_mode ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkSelectionMode"><span class="returnvalue">GtkSelectionMode</span></a>
<pre class="programlisting"><a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="returnvalue">GtkSelectionMode</span></a>
gtk_icon_view_get_selection_mode (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
<p>Gets the selection mode of the <em class="parameter"><code>icon_view</code></em>
.</p>
@ -1543,7 +1543,7 @@ gtk_icon_view_get_selection_mode (<em class="parameter"><code><a class="link" hr
<a name="gtk-icon-view-set-item-orientation"></a><h3>gtk_icon_view_set_item_orientation ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_icon_view_set_item_orientation (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
<p>Sets the ::item-orientation property which determines whether the labels
are drawn beside the icons instead of below.</p>
<div class="refsect3">
@ -1573,7 +1573,7 @@ are drawn beside the icons instead of below.</p>
<hr>
<div class="refsect2">
<a name="gtk-icon-view-get-item-orientation"></a><h3>gtk_icon_view_get_item_orientation ()</h3>
<pre class="programlisting"><a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkOrientation"><span class="returnvalue">GtkOrientation</span></a>
<pre class="programlisting"><a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a>
gtk_icon_view_get_item_orientation (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
<p>Returns the value of the ::item-orientation property which determines
whether the labels are drawn beside the icons instead of below.</p>
@ -2285,7 +2285,7 @@ To do this, you can use <a class="link" href="GtkTreeModel.html#gtk-tree-row-ref
gtk_icon_view_select_all (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>);</pre>
<p>Selects all the icons. <em class="parameter"><code>icon_view</code></em>
must has its selection mode set
to <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GTK-SELECTION-MULTIPLE:CAPS"><span class="type">GTK_SELECTION_MULTIPLE</span></a>.</p>
to <a class="link" href="gtk3-Standard-Enumerations.html#GTK-SELECTION-MULTIPLE:CAPS"><span class="type">GTK_SELECTION_MULTIPLE</span></a>.</p>
<div class="refsect3">
<a name="gtk-icon-view-select-all.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
@ -2804,7 +2804,7 @@ displayed. Column numbers start at 0.</p>
gtk_icon_view_enable_model_drag_source
(<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
<em class="parameter"><code><span class="type">GdkModifierType</span> start_button_mask</code></em>,
<em class="parameter"><code>const <span class="type">GtkTargetEntry</span> *targets</code></em>,
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
<em class="parameter"><code><span class="type">GdkDragAction</span> actions</code></em>);</pre>
<p>Turns <em class="parameter"><code>icon_view</code></em>
@ -2857,7 +2857,7 @@ widget</p></td>
<a name="gtk-icon-view-enable-model-drag-dest"></a><h3>gtk_icon_view_enable_model_drag_dest ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_icon_view_enable_model_drag_dest (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
<em class="parameter"><code>const <span class="type">GtkTargetEntry</span> *targets</code></em>,
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
<em class="parameter"><code><span class="type">GdkDragAction</span> actions</code></em>);</pre>
<p>Turns <em class="parameter"><code>icon_view</code></em>
@ -2955,7 +2955,7 @@ method sets <a class="link" href="GtkIconView.html#GtkIconView--reorderable" tit
gtk_icon_view_set_reorderable (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
<em class="parameter"><code><span class="type">gboolean</span> reorderable</code></em>);</pre>
<p>This function is a convenience function to allow you to reorder models that
support the <a href="https://developer.gnome.org/gtk4/gtk4-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface"><span class="type">GtkTreeDragSourceIface</span></a> and the <a href="https://developer.gnome.org/gtk4/gtk4-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface"><span class="type">GtkTreeDragDestIface</span></a>. Both
support the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface" title="struct GtkTreeDragSourceIface"><span class="type">GtkTreeDragSourceIface</span></a> and the <a class="link" href="gtk3-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface" title="struct GtkTreeDragDestIface"><span class="type">GtkTreeDragDestIface</span></a>. Both
<a class="link" href="GtkTreeStore.html" title="GtkTreeStore"><span class="type">GtkTreeStore</span></a> and <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a> support these. If <em class="parameter"><code>reorderable</code></em>
is <code class="literal">TRUE</code>, then
the user can reorder the model by dragging and dropping rows. The
@ -3024,7 +3024,7 @@ See <a class="link" href="GtkIconView.html#gtk-icon-view-set-reorderable" title=
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_icon_view_set_drag_dest_item (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkIconView.html#GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> pos</code></em>);</pre>
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> pos</code></em>);</pre>
<p>Sets the item that is highlighted for feedback.</p>
<div class="refsect3">
<a name="gtk-icon-view-set-drag-dest-item.parameters"></a><h4>Parameters</h4>
@ -3061,7 +3061,7 @@ gtk_icon_view_set_drag_dest_item (<em class="parameter"><code><a class="link" hr
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_icon_view_get_drag_dest_item (<em class="parameter"><code><a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *icon_view</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkIconView.html#GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);</pre>
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);</pre>
<p>Gets information about the item that is highlighted for feedback.</p>
<div class="refsect3">
<a name="gtk-icon-view-get-drag-dest-item.parameters"></a><h4>Parameters</h4>
@ -3101,7 +3101,7 @@ gtk_icon_view_get_dest_item_at_pos (<em class="parameter"><code><a class="link"
<em class="parameter"><code><span class="type">gint</span> drag_x</code></em>,
<em class="parameter"><code><span class="type">gint</span> drag_y</code></em>,
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/gtk4/GtkIconView.html#GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);</pre>
<em class="parameter"><code><a class="link" href="GtkIconView.html#GtkIconViewDropPosition" title="enum GtkIconViewDropPosition"><span class="type">GtkIconViewDropPosition</span></a> *pos</code></em>);</pre>
<p>Determines the destination item for a given position.</p>
<div class="refsect3">
<a name="gtk-icon-view-get-dest-item-at-pos.parameters"></a><h4>Parameters</h4>
@ -3188,6 +3188,72 @@ This image is used for a drag icon.</p>
</div>
</div>
<div class="refsect1">
<a name="GtkIconView.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GtkIconView-struct"></a><h3>struct GtkIconView</h3>
<pre class="programlisting">struct GtkIconView;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GtkIconViewDropPosition"></a><h3>enum GtkIconViewDropPosition</h3>
<p>An enum for determining where a dropped item goes.</p>
<div class="refsect3">
<a name="GtkIconViewDropPosition.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GTK-ICON-VIEW-NO-DROP:CAPS"></a>GTK_ICON_VIEW_NO_DROP</p></td>
<td class="enum_member_description">
<p>no drop possible</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-ICON-VIEW-DROP-INTO:CAPS"></a>GTK_ICON_VIEW_DROP_INTO</p></td>
<td class="enum_member_description">
<p>dropped item replaces the item</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-ICON-VIEW-DROP-LEFT:CAPS"></a>GTK_ICON_VIEW_DROP_LEFT</p></td>
<td class="enum_member_description">
<p>droppped item is inserted to the left</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-ICON-VIEW-DROP-RIGHT:CAPS"></a>GTK_ICON_VIEW_DROP_RIGHT</p></td>
<td class="enum_member_description">
<p>dropped item is inserted to the right</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-ICON-VIEW-DROP-ABOVE:CAPS"></a>GTK_ICON_VIEW_DROP_ABOVE</p></td>
<td class="enum_member_description">
<p>dropped item is inserted above</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GTK-ICON-VIEW-DROP-BELOW:CAPS"></a>GTK_ICON_VIEW_DROP_BELOW</p></td>
<td class="enum_member_description">
<p>dropped item is inserted below</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="GtkIconView.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkIconView--activate-on-single-click"></a><h3>The <code class="literal">“activate-on-single-click”</code> property</h3>
@ -3239,7 +3305,7 @@ be chosen automatically to fill the available area.</p>
<hr>
<div class="refsect2">
<a name="GtkIconView--item-orientation"></a><h3>The <code class="literal">“item-orientation”</code> property</h3>
<pre class="programlisting"> “item-orientation” <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a></pre>
<pre class="programlisting"> “item-orientation” <a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a></pre>
<p>The item-orientation property specifies how the cells (i.e. the icon and
the text) of the item are positioned relative to each other.</p>
<p>Owner: GtkIconView</p>
@ -3353,9 +3419,9 @@ the rows of the icon view.</p>
<hr>
<div class="refsect2">
<a name="GtkIconView--selection-mode"></a><h3>The <code class="literal">“selection-mode”</code> property</h3>
<pre class="programlisting"> “selection-mode” <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkSelectionMode"><span class="type">GtkSelectionMode</span></a></pre>
<pre class="programlisting"> “selection-mode” <a class="link" href="gtk3-Standard-Enumerations.html#GtkSelectionMode" title="enum GtkSelectionMode"><span class="type">GtkSelectionMode</span></a></pre>
<p>The ::selection-mode property specifies the selection mode of
icon view. If the mode is <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GTK-SELECTION-MULTIPLE:CAPS"><span class="type">GTK_SELECTION_MULTIPLE</span></a>, rubberband selection
icon view. If the mode is <a class="link" href="gtk3-Standard-Enumerations.html#GTK-SELECTION-MULTIPLE:CAPS"><span class="type">GTK_SELECTION_MULTIPLE</span></a>, rubberband selection
is enabled, for the other modes, only keyboard selection is possible.</p>
<p>Owner: GtkIconView</p>
<p>Flags: Read / Write</p>
@ -3437,7 +3503,7 @@ property are both set to -1, no texts are displayed.</p>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
<span class="type">gpointer</span> user_data)</pre>
<p>A keybinding signal
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user activates the currently
focused item. </p>
@ -3517,11 +3583,11 @@ Space, Return or Enter is pressed.</p>
<a name="GtkIconView-move-cursor"></a><h3>The <code class="literal">“move-cursor”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
<a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
<a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
<span class="type">gint</span> count,
<span class="type">gpointer</span> user_data)</pre>
<p>The ::move-cursor signal is a
keybinding signal
<a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user initiates a cursor movement.</p>
<p>Applications should not connect to it, but may emit it with
<code class="function">g_signal_emit_by_name()</code> if they need to control the cursor
@ -3550,7 +3616,7 @@ the Shift modifier.</p></li>
</tr>
<tr>
<td class="parameter_name"><p>step</p></td>
<td class="parameter_description"><p>the granularity of the move, as a <a href="https://developer.gnome.org/gtk4/gtk4-Standard-Enumerations.html#GtkMovementStep"><span class="type">GtkMovementStep</span></a></p></td>
<td class="parameter_description"><p>the granularity of the move, as a <a class="link" href="gtk3-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a></p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
@ -3575,7 +3641,7 @@ units to move</p></td>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
<span class="type">gpointer</span> user_data)</pre>
<p>A keybinding signal
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user selects all items.</p>
<p>Applications should not connect to it, but may emit it with
<code class="function">g_signal_emit_by_name()</code> if they need to control selection
@ -3611,7 +3677,7 @@ programmatically.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
<span class="type">gpointer</span> user_data)</pre>
<p>A keybinding signal
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user selects the item that is currently
focused.</p>
<p>Applications should not connect to it, but may emit it with
@ -3680,7 +3746,7 @@ user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
<span class="type">gpointer</span> user_data)</pre>
<p>A keybinding signal
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user toggles whether the currently
focused item is selected or not. The exact effect of this
@ -3719,7 +3785,7 @@ programmatically.</p>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkIconView.html" title="GtkIconView"><span class="type">GtkIconView</span></a> *iconview,
<span class="type">gpointer</span> user_data)</pre>
<p>A keybinding signal
<p>A <a class="link" href="gtk3-Bindings.html#GtkBindingSignal" title="struct GtkBindingSignal">keybinding signal</a>
which gets emitted when the user unselects all items.</p>
<p>Applications should not connect to it, but may emit it with
<code class="function">g_signal_emit_by_name()</code> if they need to control selection