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
This commit is contained in:
Dan Winship
2000-03-30 18:23:03 +00:00
parent 90d2ce7c45
commit 1e87b7cd20

View File

@ -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>