This is PrefPanel.h in view mode; [Download] [Up]
/***(PrefPanel .h)*************************************************************
*H* WideScreen's Preference Panel class definition file V0.4, 91-MAY-92 *
*C* V0.4 19-MAY-92 Correct Current Preferences actions --MDM *
*C* V0.1 26-APR-92 Initial version --MDM *
******************************************************************************/
#import <objc/Object.h>
@interface PrefPanel:Object
{
id IVborderGrayFCell; /* Border Gray FormCell */
id IVdhRadioBox; /* VDT Dock Handling radio box */
id IVheightFCell; /* VDT Size height FormCell */
id IVigRadioBox; /* VDT Icon Gravity radio box */
id IVimmobileSwitch; /* Switch button of immobile preference */
id IVpanDeltaFCell; /* VDT Pan Delta FormCell */
id IVpanGridFCell; /* VDT Pan Grid FormCell */
id IVpanJumpSwitch; /* Switch button of Pan Jump preference */
id IVprefPanel; /* ID of window containing the help panel */
id IVresizeBarSwitch; /* Switch button of resize bar preference */
id IVscaleFCell; /* VDT Scale factor FormCell */
id IVwidthFCell; /* VDT Size width FormCell */
id IVwlRadioBox; /* VDT Window Level radio box */
id IVwmRadioBox; /* VDT Window Motion radio box */
id IVxOriginFCell; /* VDT View Origin X coordinate FormCell */
id IVxWinLocFCell; /* VDT Window X Location coordinate FormCell */
id IVyOriginFCell; /* VDT View Origin Y coordinate FormCell */
id IVyWinLocFCell; /* VDT Window Y Location coordinate FormCell */
}
- init;
- currentDefaults:sender;
- displayCurrentPrefs:sender;
- ExposeAndFocus:sender;
- revertDefaults:sender;
- saveDefaults:sender;
- setBorderGray:sender;
- setDockHandling:sender;
- setIconGravity:sender;
- setImmobile:sender;
- setOriginX:sender;
- setOriginY:sender;
- setPanDelta:sender;
- setResizeBar:sender;
- setScale:sender;
- setSizeHeight:sender;
- setSizeWidth:sender;
- setWindowLevel:sender;
- setWindowMotion:sender;
- setWinLocX:sender;
- setWinLocY:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.