clearHotKey = id;
editHotKey = id;
showPrefsWindow = id;
+ showTestWindow = id;
};
CLASS = PreferencesController;
LANGUAGE = ObjC;
appearanceEffectPopup = NSPopUpButton;
appearanceSpeedSlider = NSSlider;
artistCheckbox = NSButton;
+ backgroundColorPopup = NSPopUpButton;
+ backgroundColorWell = NSColorWell;
+ backgroundStylePopup = NSPopUpButton;
+ clientPasswordTextField = NSTextField;
hostTextField = NSTextField;
hotKeysTableView = NSTableView;
launchAtLoginCheckbox = NSButton;
launchPlayerAtLaunchCheckbox = NSButton;
+ locationTextField = NSTextField;
manualView = NSView;
menuTableView = CustomMenuTableView;
nameCheckbox = NSButton;
+ nameTextField = NSTextField;
+ passwordPanel = NSPanel;
+ passwordPanelMessage = NSTextField;
+ passwordPanelOKButton = NSButton;
+ passwordPanelTextField = NSTextField;
+ passwordPanelTitle = NSTextField;
+ passwordTextField = NSTextField;
+ positionMatrix = NSMatrix;
ratingCheckbox = NSButton;
selectPlayerBox = NSBox;
selectPlayerSheet = NSPanel;
selectSharedPlayerButton = NSButton;
+ selectedPlayerTextField = NSTextField;
shareMenuTunesCheckbox = NSButton;
- sharePasswordCheckbox = NSButton;
- sharePasswordTextField = NSTextField;
+ sharingPanelOKButton = NSButton;
sharingTableView = NSTableView;
showOnChangeCheckbox = NSButton;
songsInAdvance = NSTextField;
vanishEffectPopup = NSPopUpButton;
vanishSpeedSlider = NSSlider;
window = NSWindow;
+ windowSizingPopup = NSPopUpButton;
zeroConfView = NSView;
};
SUPERCLASS = NSObject;