home *** CD-ROM | disk | FTP | other *** search
-
- /* You may freely copy, distribute and reuse the code in this example.
- * Eric Tremblay disclaims any warranty of any kind, expressed or implied, as to
- * its fitness for any particular use.
- * May 31, 1992
- */
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- @interface WhatButton:Object
- {
- id ButtonBox; /* This is the Radio Button matrix, labeled ButtonBox */
- id ActionDisplay; /* This is the text field found in the box ActionBox */
- id NSelectedButton; /* This is the form found in the find the selected button box */
- }
-
- - selectButton0:sender; /* Used by the popup list found in the select a button box */
- - selectButton1:sender; /* Used by the popup list found in the select a button box */
- - selectButton2:sender; /* Used by the popup list found in the select a button box */
- - selectButton3:sender; /* Used by the popup list found in the select a button box */
- - selectButton4:sender; /* Used by the popup list found in the select a button box */
-
- - AddARadioButton:sender; /* Used by the button found in add a radio button box */
-
- - RemoveARadioButton:sender; /* used by the button found in remove a radio button box */
-
- - FindButton:sender; /* This button activates the method that will return the number of */
- /* the "tag" of the currently selected radio button */
-
- - ButtonA:sender; /* Activates an action and displays the selected button in the text field */
- - ButtonB:sender; /* Activates an action and displays the selected button in the text field */
- - ButtonC:sender; /* Activates an action and displays the selected button in the text field */
-
- @end
-