2005-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_class_init): (gtk_icon_view_get_dest_item_at_pos): Fix typos in the docs. (#316008, #316027, #316121, Guillaume Cottenceau)
This commit is contained in:

committed by
Matthias Clasen

parent
e6589d4e7d
commit
d30ba09733
@ -1,5 +1,9 @@
|
||||
2005-09-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconview.c (gtk_icon_view_class_init):
|
||||
(gtk_icon_view_get_dest_item_at_pos): Fix typos in the
|
||||
docs. (#316008, #316027, #316121, Guillaume Cottenceau)
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
|
||||
(#316001, Guillaume Cottenceau)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2005-09-13 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkiconview.c (gtk_icon_view_class_init):
|
||||
(gtk_icon_view_get_dest_item_at_pos): Fix typos in the
|
||||
docs. (#316008, #316027, #316121, Guillaume Cottenceau)
|
||||
|
||||
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
|
||||
(#316001, Guillaume Cottenceau)
|
||||
|
||||
|
@ -697,7 +697,7 @@ gtk_icon_view_class_init (GtkIconViewClass *klass)
|
||||
GTK_PARAM_READWRITE));
|
||||
|
||||
/**
|
||||
* GtkIconView:orientation:
|
||||
* GtkIconView:reorderable:
|
||||
*
|
||||
* The reorderable property specifies if the items can be reordered
|
||||
* by DND.
|
||||
@ -6576,7 +6576,7 @@ gtk_icon_view_get_drag_dest_item (GtkIconView *icon_view,
|
||||
* @icon_view: a #GtkIconView
|
||||
* @drag_x: the position to determine the destination item for
|
||||
* @drag_y: the position to determine the destination item for
|
||||
* @path: Return location for the path of the highlighted item, or %NULL.
|
||||
* @path: Return location for the path of the item, or %NULL.
|
||||
* @pos: Return location for the drop position, or %NULL
|
||||
*
|
||||
* Determines the destination item for a given position.
|
||||
|
Reference in New Issue
Block a user