{
ACTIONS = {
buildStatusWindow = id;
- showStatusWindow = id;
+ changeBevelViewSetting = id;
+ changeWindowSetting = id;
toggleCastsShadow = id;
+ toggleCommandDragging = id;
+ toggleControlDragging = id;
toggleImage = id;
toggleInvertedImage = id;
+ toggleOptionDragging = id;
+ toggleShiftDragging = id;
toggleStatusItem = id;
+ toggleStatusWindow = id;
+ toggleTabDragging = id;
toggleTitle = id;
};
CLASS = Controller;
LANGUAGE = ObjC;
OUTLETS = {
+ bevelView = ITBevelView;
showImageCheckBox = NSButton;
showStatusItemCheckBox = NSButton;
showTitleCheckBox = NSButton;
swBackgroundTypePopup = NSPopUpButton;
swDefinedPositionPopup = NSPopUpButton;
swSampleTextView = NSTextView;
+ swSpeedSlider = NSSlider;
swVanishDelay = NSTextField;
swVanishModePopup = NSPopUpButton;
- swVanishOnClick = NSMatrix;
tabView = ITTabView;
testTextField = ITTextField;
useInvertedCheckBox = NSButton;
SUPERCLASS = NSObject;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {CLASS = ITBevelView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{
ACTIONS = {start = id; stop = id; };
CLASS = ITChasingArrowsView;