home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- @interface PrefControl:Object
- {
- id panel;
- id pcdBright;
- id pcdSize;
- id origSW;
- id adIntSlider;
- id adIntText;
- int pcdBrightValue;
- int pcdSizeValue;
- BOOL origSWValue;
- int adIntervalValue;
- }
-
- - init;
- - makeKeyAndOrderFront:sender;
- - changeValue:sender;
- - pcdSize:(int *)base bright:(int *)bright;
-
- - changeSlider:sender;
- - (int) autoDisplayInterval;
- - (BOOL) originUpperLeft;
-
- @end
-