diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-07-18 03:39:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-07-18 03:39:50 +0000 |
commit | 8ed28a9a1a361142acc550f198f8c609687f49d9 (patch) | |
tree | b10913e561fc46d5b7aa3a06838be6c5188a65db /ChangeLog.pre-2-10 | |
parent | 01d19b81904d703fd74ca651debd4a8c907bbb4e (diff) | |
download | gdk-pixbuf-8ed28a9a1a361142acc550f198f8c609687f49d9.tar.gz |
Add a new :orientation property to determine whether text is positioned
Sat Jul 17 23:11:04 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkiconview.h:
* gtk/gtkiconview.c (gtk_icon_view_class_init):
* gtk/gtkiconview.c (gtk_icon_view_set_orientation):
* gtk/gtkiconview.c (gtk_icon_view_get_orientation):
* gtk/gtkiconview.c (gtk_icon_view_calculate_item_size):
* gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
Add a new :orientation property to determine whether text
is positioned below or beside icons. (#147463)
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 50814bf12..71121c741 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +Sat Jul 17 23:11:04 2004 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkiconview.h: + * gtk/gtkiconview.c (gtk_icon_view_class_init): + * gtk/gtkiconview.c (gtk_icon_view_set_orientation): + * gtk/gtkiconview.c (gtk_icon_view_get_orientation): + * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): + * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): + Add a new :orientation property to determine whether text + is positioned below or beside icons. (#147463) + Sat Jul 17 23:03:30 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkiconview.c (gtk_icon_view_paint_item): |