home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Connectivity / GateKeeper-2.1 / ToolBarView.h < prev    next >
Encoding:
Text File  |  1995-09-30  |  746 b   |  35 lines

  1. //************************************************************************
  2. //
  3. //    ToolBarView.h.  
  4. //
  5. //    by    Felipe A. Rodriguez        
  6. //
  7. //
  8. //    This code is supplied "as is" the author makes no warranty as to its 
  9. //    suitability for any purpose.  This code is free and may be distributed 
  10. //    in accordance with the terms of the:
  11. //        
  12. //            GNU GENERAL PUBLIC LICENSE
  13. //            Version 2, June 1991
  14. //            copyright (C) 1989, 1991 Free Software Foundation, Inc.
  15. //             675 Mass Ave, Cambridge, MA 02139, USA
  16. //
  17. //************************************************************************
  18.  
  19.  
  20. #import <appkit/appkit.h>
  21.  
  22. @interface ToolBarView:View
  23. {
  24.     id    Image;
  25.     NXRect aRect;
  26.     id    playButton;
  27.     id    stopButton;
  28.     id    minusButton;
  29.     id    nextButton;
  30.     id    closeButton;
  31. }
  32.  
  33.  
  34. @end
  35.