This is InfoPanel.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 InfoPanel:Panel { id versionText; id panel; id personalButton; id quitButton; id personalMatrix; id personalName; id personalCompany; id personalDate; id myInfoPanel; } /* class methods */ + new; /* instance methods */ - show; - timeBombCheck; - setupVersionText; - checkRegistration:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.