home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscShell / MiscShellPalette.h < prev    next >
Encoding:
Text File  |  1995-04-12  |  274 b   |  17 lines

  1. // Copyright (C) 1995 Steve Hayman
  2. // Use is governed by the MiscKit license
  3.  
  4. #import <apps/InterfaceBuilder.h>
  5.  
  6. @interface MiscShellPalette:IBPalette {
  7.     id aButton;
  8.     id aMiscShell;
  9.     
  10.     id anotherButton;
  11.     id anAwakeAction;
  12.     
  13.     id emacsScrollView;
  14. }
  15.  
  16. @end
  17.