This is Passwd.h in view mode; [Download] [Up]
/* * Filename: Passwd.h * Created : Sat Jan 4 20:52:56 1992 * Author : Vince DeMarco * <vince@whatnxt.cuc.ab.ca> */ /* Generated by Interface Builder */ #import <objc/Object.h> #import <dpsclient/event.h> // for NXCoord #import <pwd.h> @interface Passwd:Object { id contentBox; id infoText; id passwdText; id window; id attemptsField; NXCoord xpos; // x position of the the passwd entry box in window NXCoord ypos; // y position of the the passwd entry box in window int nubmerOfattempts; struct passwd *passwdEntry; } - init; - free; - passwdEntered:sender; - requestPasswd:sender; - incorrectPasswd; - clearPasswdField; - orderWindowFront; - orderWindowOut; - createWindow; - disableMainMenu; - enableMainMenu; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.