This is Preferences.h in view mode; [Download] [Up]
/* * For legal stuff see the file COPYRIGHT */ #import <appkit/appkit.h> #define OWNER "Stopwatch" /* Attribute names */ #define INVOICE_NUM "InvoiceNum" #define INVOICE_DIR "InvoiceDir" #define HIDE_ON_AUTO "HideOnAutoLaunch" #define PUT_DEFAULT(attr,value) NXWriteDefault(OWNER, attr, value) #define GET_DEFAULT(attr) NXGetDefaultValue(OWNER, attr) @interface Preferences:Object { id directoryText; id invoiceNumberText; id hideButton; id window; } - ok:sender; - revert:sender; - reset:sender; - chooseDir:sender; - display; - (BOOL)hideOnAutoLaunch; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.