aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-07 09:08:12 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-07 09:08:12 +0800
commitfbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2 (patch)
treeecf43d1242064bd35c8a14014818e99721e06d3c /shell/ChangeLog
parent9d8f94804917a0338a08be9f36a8e047ccedd939 (diff)
downloadgsoc2013-evolution-fbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2.tar
gsoc2013-evolution-fbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2.tar.gz
gsoc2013-evolution-fbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2.tar.bz2
gsoc2013-evolution-fbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2.tar.lz
gsoc2013-evolution-fbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2.tar.xz
gsoc2013-evolution-fbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2.tar.zst
gsoc2013-evolution-fbf4f214b5c7460e2f35ff45ca41fcbeab6ebdd2.zip
Remove member `hbox' from `struct _EShellFolderTitleBarPrivate'.
* e-shell-folder-title-bar.c: Remove member `hbox' from `struct _EShellFolderTitleBarPrivate'. (make_icon_pixmap): Removed. (rgb_from_gdk_color): Removed. (endarken_style): Removed. (set_style_cb): Removed. (create_arrow_pixmap): Renamed from `create_icon_pixmap'. (get_max_clipped_label_width): New helper function. (size_allocate_icon): New helper function. (size_allocate_button): New helper function. (size_allocate_label): New helper function. (add_icon_widget): New helper function. (realize): Changed to use `add_icon_widget()'. (size_allocate): New function, handler for the ::size_allocate method. (class_init): Install it. (e_shell_folder_title_bar_construct): Changed so that the widget get added to this widget instead of adding an hbox to it and adding the widgets to the hbox. (e_shell_folder_title_bar_set_icon): Changed to use `add_icon_widget()'. * e-shell-folder-title-bar.h, e-shell-folder-title-bar.c: Changed to derive from GtkHBox, not GtkEventBox. svn path=/trunk/; revision=11718
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 1317e34e7c..0643956f6c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,30 @@
+2001-08-06 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-shell-folder-title-bar.c: Remove member `hbox' from `struct
+ _EShellFolderTitleBarPrivate'.
+ (make_icon_pixmap): Removed.
+ (rgb_from_gdk_color): Removed.
+ (endarken_style): Removed.
+ (set_style_cb): Removed.
+ (create_arrow_pixmap): Renamed from `create_icon_pixmap'.
+ (get_max_clipped_label_width): New helper function.
+ (size_allocate_icon): New helper function.
+ (size_allocate_button): New helper function.
+ (size_allocate_label): New helper function.
+ (add_icon_widget): New helper function.
+ (realize): Changed to use `add_icon_widget()'.
+ (size_allocate): New function, handler for the ::size_allocate
+ method.
+ (class_init): Install it.
+ (e_shell_folder_title_bar_construct): Changed so that the widget
+ get added to this widget instead of adding an hbox to it and
+ adding the widgets to the hbox.
+ (e_shell_folder_title_bar_set_icon): Changed to use
+ `add_icon_widget()'.
+
+ * e-shell-folder-title-bar.h, e-shell-folder-title-bar.c: Changed
+ to derive from GtkHBox, not GtkEventBox.
+
2001-08-06 Christopher James Lahey <clahey@ximian.com>
* e-storage-set-view.c (tree_drag_motion): Turn on highlighting on