home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 (1993) / nebula.bin / SourceCode / MiniExamples / FindIt / InfoPanel.h < prev    next >
Encoding:
Text File  |  1991-10-09  |  426 b   |  27 lines

  1. /* 
  2.  * InfoPanel.h
  3.  *
  4.  * Purpose:
  5.  *        Deals with the info panel.
  6.  *
  7.  * You may freely copy, distribute, and reuse the code in this example.
  8.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  9.  * fitness for any particular use.
  10.  *
  11.  * Written by: Mary McNabb
  12.  * Created: Apr 91
  13.  *
  14.  */
  15.  
  16. #import <objc/Object.h>
  17.  
  18. @interface InfoPanel:Object
  19. {
  20.     id infoPanel;
  21. }
  22.  
  23. - init;
  24. - orderInfoPanelFront:sender;
  25.  
  26. @end
  27.