This is Dial.h in view mode; [Download] [Up]
#import <appkit/appkit.h> typedef struct { char cmd [MAXPATHLEN+1] ; char port [20] ; char number [40] ; TextField *reportField ; Button *button ; int dialpid ; } ChildParam ; @interface Dial: Object { id myWindow ; id myNumberField ; id myReportField ; id myDialButton ; ChildParam param ; } - init ; - newNumber: (const char*)number ; - doDial: sender ; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.