This is PopUpScrollView.h in view mode; [Download] [Up]
/* * Copyright (C) 1993 Robert Davis * * This program is free software; you can redistribute it and/or * modify it under the terms of Version 2, or any later version, of * the GNU General Public License as published by the Free Software * Foundation. */ /* $Id: PopUpScrollView.h,v 1.3 1993/05/04 16:22:35 davis Exp $ */ #import <appkit/ScrollView.h> @interface PopUpScrollView:ScrollView { id popUpButton; float oldTag; } - initFrame:(const NXRect *)frameRect; /* Overridden from View */ - free; - tile; /* Overridden from ScrollView */ - update; /* Make sure scale matches popup button */ - changeScale:sender; /* Target/Action */ - changeScaleTo: (float)scaleFactor; /* 1.00 == 100% */ - setCurrentTag:(int)aTag; /* Returns nil if no tag aTag */ - (int)currentTag; /* Returns tag of current button shown */ /* by popuplist */ @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.