summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkiconview.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkiconview.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkiconview.sgml18
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/reference/gtk/tmpl/gtkiconview.sgml b/docs/reference/gtk/tmpl/gtkiconview.sgml
index 9d609e2313..bc4969a5cc 100644
--- a/docs/reference/gtk/tmpl/gtkiconview.sgml
+++ b/docs/reference/gtk/tmpl/gtkiconview.sgml
@@ -180,11 +180,9 @@ A function used by gtk_icon_view_selected_foreach() to map all
selected rows. It will be called on every selected row in the view.
</para>
-@icon_view:
+@icon_view: a #GtkIconView
@path: The #GtkTreePath of a selected row
@data: user data
-<!-- # Unused Parameters # -->
-@model: The #GtkTreeModel being viewed
<!-- ##### FUNCTION gtk_icon_view_new ##### -->
@@ -563,15 +561,15 @@ selected rows. It will be called on every selected row in the view.
<!-- ##### ENUM GtkIconViewDropPosition ##### -->
<para>
-
+An enum for determining where a dropped item goes.
</para>
-@GTK_ICON_VIEW_NO_DROP:
-@GTK_ICON_VIEW_DROP_INTO:
-@GTK_ICON_VIEW_DROP_LEFT:
-@GTK_ICON_VIEW_DROP_RIGHT:
-@GTK_ICON_VIEW_DROP_ABOVE:
-@GTK_ICON_VIEW_DROP_BELOW:
+@GTK_ICON_VIEW_NO_DROP: no drop possible
+@GTK_ICON_VIEW_DROP_INTO: dropped item replaces the item
+@GTK_ICON_VIEW_DROP_LEFT: droppped item is inserted to the left
+@GTK_ICON_VIEW_DROP_RIGHT: dropped item is inserted to the right
+@GTK_ICON_VIEW_DROP_ABOVE: dropped item is inserted above
+@GTK_ICON_VIEW_DROP_BELOW: dropped item is inserted below
<!-- ##### FUNCTION gtk_icon_view_enable_model_drag_source ##### -->
<para>