This is TSApplicationTrayShelfItem.h in view mode; [Download] [Up]
/* TSApplicationTrayShelfItem.h created by tsengel on Fri 15-Aug-1997 */
#import <TSShelfItem.h>
@interface TSApplicationTrayShelfItem : TSShelfItem
{
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)_detachedAppActivation:(id)thePath;
- (void)_detachedAppFullActivation:(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.