ftp.nice.ch/Attic/openStep/tools/workspace/TheShelf.0.3.3.sd.tgz#/TheShelf.0.3.3.sd/Source/TSShelfItem.h

This is TSShelfItem.h in view mode; [Download] [Up]

/* TSShelfItem.h created by tsengel on Fri 15-Aug-1997 */

#import <MiscAppKit/MiscAppKit.h>

@interface TSShelfItem : MiscSwapViewItem
{
    id		title;
    id		path;

    BOOL	unsavedChanges;
    BOOL	sharedShelf;
}

- (id)init;
- (id)initWithContentsOfFile:(NSString *)aString;

- (void)setTitle:(NSString *)aString;
- (NSString *)title;

- (NSString *)path;

- (void)setSharedShelf:(BOOL)flag;
- (BOOL)isSharedShelf;

- (void)setContentDidChange:(BOOL)flag;
- (BOOL)contentDidChange;

- (void)save;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.