home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / YellowBox / Kits / MiscTableScroll-138.1 / Palettes / MiscTableScroll / Framework / MiscColView.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-31  |  1.5 KB  |  43 lines

  1. #ifndef __MiscColView_h
  2. #define __MiscColView_h
  3. //=============================================================================
  4. //
  5. //    Copyright (C) 1995, 1996 by Paul S. McCarthy and Eric Sunshine.
  6. //        Written by Paul S. McCarthy and Eric Sunshine.
  7. //                All Rights Reserved.
  8. //
  9. //    This notice may not be removed from this source code.
  10. //
  11. //    This object is included in the MiscKit by permission from the authors
  12. //    and its use is governed by the MiscKit license, found in the file
  13. //    "License.rtf" in the MiscKit distribution.  Please refer to that file
  14. //    for a list of all applicable permissions and restrictions.
  15. //    
  16. //=============================================================================
  17. //-----------------------------------------------------------------------------
  18. // MiscColView.h
  19. //
  20. //    View class for the column headings on an MiscTableScroll.
  21. //
  22. //-----------------------------------------------------------------------------
  23. //-----------------------------------------------------------------------------
  24. // $Id: MiscColView.h,v 1.2 96/04/30 05:38:22 sunshine Exp $
  25. // $Log:    MiscColView.h,v $
  26. //  Revision 1.2  96/04/30  05:38:22  sunshine
  27. //  Ported to OpenStep 4.0 for Mach PR2.
  28. //  
  29. //-----------------------------------------------------------------------------
  30. #import "MiscBorderView.h"
  31.  
  32. @interface MiscColView : MiscBorderView
  33.     {
  34.     }
  35.  
  36. - initWithFrame: (NSRect) frameRect
  37.      scroll: (MiscTableScroll*) scroll
  38.        info: (MiscTableBorder*) info;
  39.  
  40. @end
  41.  
  42. #endif // __MiscColView_h
  43.