LANGUAGE = ObjC;
OUTLETS = {
bevelView = ITBevelView;
+ button = ITButton;
+ entryEffectPopup = NSPopUpButton;
+ exitEffectPopup = NSPopUpButton;
showImageCheckBox = NSButton;
showStatusItemCheckBox = NSButton;
showTitleCheckBox = NSButton;
statusItemMenu = NSMenu;
swBackgroundTypePopup = NSPopUpButton;
swDefinedPositionPopup = NSPopUpButton;
+ swEntrySpeedSlider = NSSlider;
+ swExitSpeedSlider = NSSlider;
swSampleTextView = NSTextView;
- swSpeedSlider = NSSlider;
+ swShadowSaturation = NSTextField;
swVanishDelay = NSTextField;
swVanishModePopup = NSPopUpButton;
tabView = ITTabView;
+ tableView = NSTableView;
testTextField = ITTextField;
useInvertedCheckBox = NSButton;
window = NSWindow;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = ITBevelView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {
- ACTIONS = {start = id; stop = id; };
- CLASS = ITChasingArrowsView;
- LANGUAGE = ObjC;
- SUPERCLASS = NSView;
- },
+ {CLASS = ITButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
+ {CLASS = ITButtonCell; LANGUAGE = ObjC; SUPERCLASS = NSButtonCell; },
+ {CLASS = ITLEDCell; LANGUAGE = ObjC; SUPERCLASS = NSActionCell; },
+ {CLASS = ITTSWBackgroundView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
{CLASS = ITTabView; LANGUAGE = ObjC; SUPERCLASS = NSTabView; },
- {CLASS = ITTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }
+ {CLASS = ITTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
+ {CLASS = ITTextFieldCell; LANGUAGE = ObjC; SUPERCLASS = NSTextFieldCell; }
);
IBVersion = 1;
}
\ No newline at end of file