/* Use this to override methods of the GSTheme class below.
 * You may also add entirely new methods here.
 */

/*
- (Class) colorClass
{
  [super colorClass];
}
 */

/*
- (void) dealloc
{
  [super dealloc];
}
 */

/*
- (Class) imageClass
{
  [super imageClass];
}
 */

/*
- (id) initWithBundle: (NSBundle*)myBundle
{
  self = [super initWithBundle: myBundle];
  return self;
}
 */

- (BOOL) menuShouldShowIcon
{
  return NO;
}
