ftp.nice.ch/pub/next/tools/frontends/Emacs.3.0.1.s.tar.gz#/Emacs-3.0.1/PanelLoader.h

This is PanelLoader.h in view mode; [Download] [Up]

/* Interface for PanelLoader.

   For legal stuff see the file COPYRIGHT.  */

#import <appkit/appkit.h>

@interface PanelLoader: Object
{
  id helpPanel;
  id infoPanel;
  id legalPanel;
  id prefPanel;
}

-showHelp: sender;
-showInfo: sender;
-showPref: sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.