home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Tutorial / Cookbook / 23.popup / popup.h < prev    next >
Encoding:
Text File  |  1993-01-18  |  183 b   |  16 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface popup:Object
  7. {
  8.     id    pulButton;
  9. }
  10.  
  11. - appDidInit:sender;
  12. - setPulButton:anObject;
  13. - itsPushed:sender;
  14.  
  15. @end
  16.