diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-29 22:05:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-29 22:05:10 +0800 |
commit | 7d63b93c516dd80bfc703e92c1502e55ae3c1f97 (patch) | |
tree | e3db1a2c5489a69d1beb6c66ede9766550d3e937 /widgets/misc/ChangeLog | |
parent | 95412cfb1362752168923e5cd7e663cc6db5c4e8 (diff) | |
download | gsoc2013-evolution-7d63b93c516dd80bfc703e92c1502e55ae3c1f97.tar gsoc2013-evolution-7d63b93c516dd80bfc703e92c1502e55ae3c1f97.tar.gz gsoc2013-evolution-7d63b93c516dd80bfc703e92c1502e55ae3c1f97.tar.bz2 gsoc2013-evolution-7d63b93c516dd80bfc703e92c1502e55ae3c1f97.tar.lz gsoc2013-evolution-7d63b93c516dd80bfc703e92c1502e55ae3c1f97.tar.xz gsoc2013-evolution-7d63b93c516dd80bfc703e92c1502e55ae3c1f97.tar.zst gsoc2013-evolution-7d63b93c516dd80bfc703e92c1502e55ae3c1f97.zip |
Get the title bar for the folder view to use TigerT's pin icon for the
button when appropriate.
svn path=/trunk/; revision=5636
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 1261de9ef8..a50bbd1dfd 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,17 @@ +2000-09-29 Ettore Perazzoli <ettore@helixcode.com> + + * e-title-bar.c: New member `pin_gtk_pixmap' in + `ETitleBarPrivate'. Signal "close_button_clicked" renamed to + "button_clicked". Signal "title_button_press_event" renamed to + "label_button_press_event". + (init): Init new members. + (close_button_realize_cb): Create the pin pixmap. Call + `show_and_hide_pixmaps_according_to_mode()'. + (e_title_bar_show_close_button): Renamed to + `e_title_bar_show_button'. + (e_title_bar_get_button_mode): New. + (e_title_bar_set_button_mode): New. + 2000-09-23 Damon Chaplin <damon@helixcode.com> * e-calendar.c: use pixmaps instead of GtkArrows to look better. |