home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / WhatButton / WhatButton.h < prev    next >
Text File  |  1993-01-19  |  2KB  |  37 lines

  1.  
  2. /*    You may freely copy, distribute and reuse the code in this example.
  3.  *    Eric Tremblay disclaims any warranty of any kind, expressed or implied, as to
  4.  *    its fitness for any particular use.
  5.  *     May 31, 1992
  6.  */
  7.  
  8. /* Generated by Interface Builder */
  9.  
  10. #import <objc/Object.h>
  11.  
  12. @interface WhatButton:Object
  13. {
  14.     id    ButtonBox; /* This is the Radio Button matrix, labeled ButtonBox */
  15.     id ActionDisplay; /* This is the text field found in the box ActionBox */
  16.     id NSelectedButton; /* This is the form found in the find the selected button box */
  17. }
  18.  
  19. - selectButton0:sender; /* Used by the popup list found in the select a button box */
  20. - selectButton1:sender; /* Used by the popup list found in the select a button box */
  21. - selectButton2:sender; /* Used by the popup list found in the select a button box */
  22. - selectButton3:sender; /* Used by the popup list found in the select a button box */
  23. - selectButton4:sender; /* Used by the popup list found in the select a button box */
  24.  
  25. - AddARadioButton:sender; /* Used by the button found in add a radio button box */
  26.  
  27. - RemoveARadioButton:sender; /* used by the button found in remove a radio button box */
  28.  
  29. - FindButton:sender; /* This button activates the method that will return the number of */
  30.                                   /* the "tag" of the currently selected radio button */
  31.                   
  32. - ButtonA:sender; /* Activates an action and displays the selected button in the text field */
  33. - ButtonB:sender; /* Activates an action and displays the selected button in the text field */
  34. - ButtonC:sender; /* Activates an action and displays the selected button in the text field */
  35.  
  36. @end
  37.