From 1e87b7cd205c2cd43fef015b7d75dce2c3c7553c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 30 Mar 2000 18:23:03 +0000 Subject: Fix the comment at the top of the file: it was describing EShortcutBar, not EGroupBar. (EGroupBar description taken from e-group-bar.h). svn path=/trunk/; revision=2259 --- widgets/shortcut-bar/e-group-bar.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'widgets/shortcut-bar') diff --git a/widgets/shortcut-bar/e-group-bar.c b/widgets/shortcut-bar/e-group-bar.c index de6c0cbbaf..8f686c1d7e 100644 --- a/widgets/shortcut-bar/e-group-bar.c +++ b/widgets/shortcut-bar/e-group-bar.c @@ -23,9 +23,15 @@ */ /* - * ShortcutBar displays a vertical bar with a number of Groups, each of which - * contains any number of icons. It is used on the left of the main application - * window so users can easily access items such as folders and files. + * EGroupBar displays a vertical bar with a number of Groups, which are viewed + * one at a time by selecting the Group's button. When a different Group is + * selected, it slides into view, and the old Group slides out. + * It is typically used on the left of the main application window so users + * can easily access particular features. + * + * It is implemented like GtkNotebook, i.e. the main widgets are the children + * of the EGroupBar and the button widgets are treated specially like the + * GtkNotebook tab labels. */ #include -- cgit v1.2.3