// // AFSMenuExtraView.h // AFSCommander // // Created by Claudio Bisegni on 11/07/07. // Copyright 2007 INFN - National Institute of Nuclear Physics. All rights reserved. // #import #import "AFSBackgrounderDelegate.h" @interface AFSMenuExtraView : NSView { AFSBackgrounderDelegate *backgrounderDelegator; NSStatusItem *statusItem; NSMenu *statusItemMenu; BOOL isMenuVisible; } - initWithFrame:(NSRect)myRect backgrounder:(AFSBackgrounderDelegate*)backgrounder menu:(NSMenu*)menu; - (NSAttributedString*) makeKerberosIndicator:(int*)fontHeight; @end