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

  1. #ifndef __MiscTableScrollPalette_h
  2. #define __MiscTableScrollPalette_h
  3. //=============================================================================
  4. //
  5. //    Copyright (C) 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. // MiscTableScrollPalette.h
  19. //
  20. //    Subclass of IBPalette for the MiscTableScroll palette.
  21. //
  22. //-----------------------------------------------------------------------------
  23. //-----------------------------------------------------------------------------
  24. // $Id: MiscTableScrollPalette.h,v 1.4 96/04/30 05:39:58 sunshine Exp $
  25. // $Log:    MiscTableScrollPalette.h,v $
  26. // Revision 1.4  96/04/30  05:39:58  sunshine
  27. // Ported to OpenStep 4.0 for Mach PR2.
  28. // 
  29. //-----------------------------------------------------------------------------
  30. extern "Objective-C" {
  31. #import <InterfaceBuilder/InterfaceBuilder.h>
  32. }
  33.  
  34. @class MiscTableScroll;
  35.  
  36. @interface MiscTableScrollPalette : IBPalette
  37.     {
  38.     MiscTableScroll* tableScroll;
  39.     }
  40.  
  41. - (void) finishInstantiate;
  42.  
  43. @end
  44.  
  45. #endif // __MiscTableScrollPalette_h
  46.