]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtkiconview.sgml
2.9.0
[~andy/gtk] / docs / reference / gtk / tmpl / gtkiconview.sgml
index bc4969a5cc64375ff68aaac8f1f2a1a66fa03e28..42d18d134e87f7be4486982862fb49352ce77034 100644 (file)
@@ -180,7 +180,7 @@ 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: a #GtkIconView 
+@icon_view: a #GtkIconView
 @path: The #GtkTreePath of a selected row
 @data: user data
 
@@ -565,8 +565,8 @@ An enum for determining where a dropped item goes.
 </para>
 
 @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_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