diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-12 12:08:16 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-12 12:08:16 +0800 |
commit | 410e8fb0a4aa39503f9f01f433b7112238308281 (patch) | |
tree | bf561bde5a9557685ad1bf7940d5950eb0fb1000 /shell/ChangeLog | |
parent | 54e2fae377ffccc0ae3c3987a8a15d2b47e98575 (diff) | |
download | gsoc2013-evolution-410e8fb0a4aa39503f9f01f433b7112238308281.tar.gz gsoc2013-evolution-410e8fb0a4aa39503f9f01f433b7112238308281.tar.zst gsoc2013-evolution-410e8fb0a4aa39503f9f01f433b7112238308281.zip |
track hbox and label widget (button_free): unref them
2004-01-11 JP Rosevear <jpr@ximian.com>
* e-sidebar.c (button_new): track hbox and label widget
(button_free): unref them
(do_layout_text_buttons): layout buttons with text
(do_layout_icon_buttons): layout icon only buttons
(do_layout): layout based on mode
(impl_size_request): distinguish between horizontal and vertical
padding
(init): set a default mode
(e_sidebar_add_button): align the button text to the left, only
add the text if we are in the text mode
(e_sidebar_get_mode): accessor
(e_sidebar_set_mode): accessor
* e-sidebar.h: add prototype and mode enum
svn path=/trunk/; revision=24163
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d20af2349f..7ee15bda30 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,22 @@ 2004-01-11 JP Rosevear <jpr@ximian.com> + * e-sidebar.c (button_new): track hbox and label widget + (button_free): unref them + (do_layout_text_buttons): layout buttons with text + (do_layout_icon_buttons): layout icon only buttons + (do_layout): layout based on mode + (impl_size_request): distinguish between horizontal and vertical + padding + (init): set a default mode + (e_sidebar_add_button): align the button text to the left, only + add the text if we are in the text mode + (e_sidebar_get_mode): accessor + (e_sidebar_set_mode): accessor + + * e-sidebar.h: add prototype and mode enum + +2004-01-11 JP Rosevear <jpr@ximian.com> + * GNOME_Evolution_Test.server.in.in: proper server file for test components |