ftp.nice.ch/pub/next/tools/screen/SpotLight.1.03.N.bs.tar.gz#/SpotLight-1.03/ScreenDim.h

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

/*
 *    Filename:	ScreenDim.h 
 *    Created :	Tue Sep 24 22:22:06 1991 
 *    Author  :	Vince DeMarco
 *		<vince@whatnxt.cuc.ab.ca>
 */

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <dpsclient/dpsclient.h>

#define SPOTLIGHT 1
#define BLACKOUT 2

@interface ScreenDim:Object
{
    id            eyes;
    id            passwd;

    int           dimtime;
    int           savetype;
    int           passwdlck;

    BOOL          isLocked;
    int           idleTime;
    int           lastDimTime;
    int           evsfd;
    DPSTimedEntry timedEntry;

}

- init;
- free;
- setEyes:anObject;

- setDimTime:(int)dimTime;
- (int)dimTime;

- setSaveType:(int)value;
- (int)saveType;

- setpasswdOn:(int)value;
- (int)passwd;

- dimScreen:sender;
- idle;

- disableMainMenu;
- enableMainMenu;

- printerOff:sender;

@end

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