ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/bin/geomview/next/PreferencesDel.h

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.