This is LineAndCharacterRange.h in view mode; [Download] [Up]
/* LineAndCharacterRange.h created by ovidiu on Sat 29-Mar-1997 */ #import <Foundation/NSObject.h> @interface LineAndCharacterRange : NSObject { id lineCharacterMatrix; id autoUpdateButton; id rangeField; BOOL useLineRange; BOOL autoupdate; } + sharedInstance; - (void)select:sender; - (void)showPanel; - (void)buttonsChanged:sender; - (void)updateInfo; - (BOOL)useLineRange; - (BOOL)autoupdate; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.