This is TSIconViewShelfItem.h in view mode; [Download] [Up]
/* TSIconViewShelfItem.h created by tsengel on Fri 15-Aug-1997 */
#import <TSShelfItem.h>
@interface TSIconViewShelfItem : TSShelfItem
{
BOOL contentLoaded;
int _pendingClickEvent;
int _mouseDraggedAfterClick;
}
- (id)initWithContentsOfFile:(NSString *)aString;
- (void)revert:(id)sender;
- (void)updateShelfContent;
- (void)selectShelfEntry:(id)sender;
- (void)reallySelectCell:aCell;
- (void)_detachedFileSelect:(id)thePath;
- (void)openShelfEntry:(id)sender;
- (void)_detachedAppLaunch:(id)thePath;
- (void)_detachedFileOpen:(id)thePath;
- (void)save;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.