home *** CD-ROM | disk | FTP | other *** search
-
- /* $Id: PopUpScrollView.h,v 1.1.1.1 1993/03/18 03:35:14 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
-