ftp.nice.ch/pub/next/tools/dock/LaunchPad.I.bs.tar.gz#/LaunchPad.I.bs/Source/MyPanel.h

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

/*
 * Copyright 1991 RightBrain Software.  All rights reserved.
 *
 * No part of this code may be reproduced in any form, compiled
 * or source code, nor used for any purpose without the express
 * written permission of RightBrain Software.
 * 
 * Entered into the public domain 12/15/93 by RightBrain Software.
 *
 */

#import <appkit/Panel.h>

@interface MyPanel:Panel
{
    NXRect currentFrame;
    char *myListName;
}

- rememberPosition:sender;
- getPosition:(NXRect *)theRect;
- setPosition:(NXRect *)theRect;

@end

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