diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-01 23:03:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-01 23:03:48 -0400 |
commit | e4af3782d3046948b937db8651630bebeb148b50 (patch) | |
tree | 0ec04ca8fd595d43e73c8f8b7cb1a3dadec62b65 /gtk/gtkiconview.h | |
parent | 1956cf8d2859f65ce75200dc6c1a605cf1c23a16 (diff) | |
download | gtk+-e4af3782d3046948b937db8651630bebeb148b50.tar.gz |
Rename GtkIconView::orientation property
Rename the ::orientation property of GtkIconView to item-orientation,
which is both clearer and avoids the conflict with the orientation
property of GtkOrientable implementations.
Diffstat (limited to 'gtk/gtkiconview.h')
-rw-r--r-- | gtk/gtkiconview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkiconview.h b/gtk/gtkiconview.h index 5e85fc136b..cdf79b7fc0 100644 --- a/gtk/gtkiconview.h +++ b/gtk/gtkiconview.h @@ -125,9 +125,9 @@ void gtk_icon_view_set_pixbuf_column (GtkIconView *icon_view, gint column); gint gtk_icon_view_get_pixbuf_column (GtkIconView *icon_view); -void gtk_icon_view_set_orientation (GtkIconView *icon_view, - GtkOrientation orientation); -GtkOrientation gtk_icon_view_get_orientation (GtkIconView *icon_view); +void gtk_icon_view_set_item_orientation (GtkIconView *icon_view, + GtkOrientation orientation); +GtkOrientation gtk_icon_view_get_item_orientation (GtkIconView *icon_view); void gtk_icon_view_set_columns (GtkIconView *icon_view, gint columns); gint gtk_icon_view_get_columns (GtkIconView *icon_view); |