ftp.nice.ch/pub/next/graphics/vector/Wood.0.72.s.tar.gz#/Wood/Sources/IPFlyPanel.h

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

#import "IPPanel.h"

@interface IPFlyPanel:IPPanel
{
	char *_floatingName;
}

- initContent:(const NXRect *)contentRect
        style:(int)aStyle
      backing:(int)bufferingType
   buttonMask:(int)mask
        defer:(BOOL)flag;
- free;

- miniaturize:sender;
- setFloatingPanel:(BOOL)flag;

- (BOOL)setFloatingAutosaveName:(const char *)name;
- (BOOL)setFloatingAutosaveLikeFrameName;
- (const char *)floatingAutosaveName;
- (void)saveFloatingUsingName:(const char *)name;
- (BOOL)setFloatingUsingName:(const char *)name;

@end

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