This is WhatButtonObject.h in view mode; [Download] [Up]
#import <AppKit/AppKit.h> @interface WhatButtonObject : NSObject { id ActionDisplay; // This is the text field found in the box ActionBox id ButtonBox; // This is the Radio Button matrix, labeled ButtonBox id NSelectedButton; // This is the form found in the find the selected button box } - (void)AddARadioButton:(id)sender; // Used by the button found in add a radio button box - (void)ButtonA:(id)sender; // Activates an action and displays the selected button // in the text field - (void)ButtonB:(id)sender;// Activates an action and displays the selected button // in the text field - (void)ButtonC:(id)sender;// Activates an action and displays the selected button // in the text field - (void)FindButton:(id)sender; // This button activates the method that will return the // number of the "tag" of the currently selected radio button. - (void)RemoveARadioButton:(id)sender; // used by the button found in remove a radio button box - (void)selectButton0:(id)sender; // Used by the popup list found in the select a button box - (void)selectButton1:(id)sender; // Used by the popup list found in the select a button box - (void)selectButton2:(id)sender; // Used by the popup list found in the select a button box - (void)selectButton3:(id)sender; // Used by the popup list found in the select a button box - (void)selectButton4:(id)sender; // Used by the popup list found in the select a button box @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.