This is GdbBrowserCell.h in view mode; [Download] [Up]
/* GdbBrowserCell.h created by ovidiu on Sat 05-Apr-1997 */ #import <AppKit/NSBrowserCell.h> #import "Variable.h" @interface GdbBrowserCell : NSBrowserCell { id<GdbDisplayValue,NSObject> displayableObject; int state; BOOL isHighlighted; BOOL objectIsArrayComponent; } - (void)setObjectToDisplay:(id<GdbDisplayValue,NSObject>)obj; - (void)setObjectIsArrayComponent:(BOOL)flag; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.