diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-31 02:23:03 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-31 02:23:03 +0800 |
commit | 1e87b7cd205c2cd43fef015b7d75dce2c3c7553c (patch) | |
tree | 9ac05e364c2ec2fa9445da4b606b04f81e17cf1b | |
parent | 90d2ce7c4559c3fe82437387786e1b5fdc70086c (diff) | |
download | gsoc2013-evolution-1e87b7cd205c2cd43fef015b7d75dce2c3c7553c.tar gsoc2013-evolution-1e87b7cd205c2cd43fef015b7d75dce2c3c7553c.tar.gz gsoc2013-evolution-1e87b7cd205c2cd43fef015b7d75dce2c3c7553c.tar.bz2 gsoc2013-evolution-1e87b7cd205c2cd43fef015b7d75dce2c3c7553c.tar.lz gsoc2013-evolution-1e87b7cd205c2cd43fef015b7d75dce2c3c7553c.tar.xz gsoc2013-evolution-1e87b7cd205c2cd43fef015b7d75dce2c3c7553c.tar.zst gsoc2013-evolution-1e87b7cd205c2cd43fef015b7d75dce2c3c7553c.zip |
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
-rw-r--r-- | widgets/shortcut-bar/e-group-bar.c | 12 |
1 files changed, 9 insertions, 3 deletions
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 <math.h> |