#import <GNUstepGUI/GSTitleView.h>

@interface EtoileMenuTitleView : GSTitleView
{
  float fontHeight;
  BOOL titleVisible;

  NSDictionary * titleDrawingAttributes;
}

- (BOOL) isTitleVisible;
- (void) setTitleVisible: (BOOL)visible;

@end


syntax highlighted by Code2HTML, v. 0.9.1