This is AppIconView.h in view mode; [Download] [Up]
// AppIconView.h /* * 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/View.h> #define FIRST_IMAGE 0 @interface AppIconView:View { id imageList; int currentImage; } /* instance methods */ - drawImage:(int)imageNumber; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.