diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-25 02:31:59 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-04-25 02:31:59 +0000 |
commit | eee5ae75685181d357f4485681068b4c7d86c6ec (patch) | |
tree | 896cff02a53670c1789f453105e0456c5c75ab89 /docs/reference/gtk/tmpl/gtkiconview.sgml | |
parent | 92723e10a6c5146fd0dcea841c445ba0ebcd1ca6 (diff) | |
download | gtk+-eee5ae75685181d357f4485681068b4c7d86c6ec.tar.gz |
additions
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkiconview.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkiconview.sgml | 18 |
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> |