This is PreferencesDel.h in view mode; [Download] [Up]
#import <appkit/appkit.h> typedef enum { FB_FACES, FB_WIREFRAME, FB_POINTCLOUD, FB_NULL } fallback_t; @interface PreferencesDel:Object { id preferencesPanel; id fallbackMatrix; fallback_t fallbackState; } - init; - awakeFromNib; - display; - selectFallback:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.