{
ACTIONS = {
buildStatusWindow = id;
- hideStatusWindow = id;
- setRotation = id;
- showStatusWindow = id;
+ changeBevelViewSetting = id;
+ changeWindowSetting = id;
toggleCastsShadow = id;
toggleCommandDragging = id;
toggleControlDragging = 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;
tabView = ITTabView;
SUPERCLASS = NSObject;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {CLASS = ITBevelView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{
ACTIONS = {start = id; stop = id; };
CLASS = ITChasingArrowsView;