Added a toggle visualizer hotkey. Not implemented in the prefs fully yet,
[MenuTunes.git] / English.lproj / Preferences.nib / classes.nib
1 {
2     IBClasses = (
3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4         {CLASS = KeyBroadcaster; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
5         {
6             ACTIONS = {
7                 cancelHotKey = id; 
8                 changeGeneralSetting = id; 
9                 changeHotKey = id; 
10                 changeStatusWindowSetting = id; 
11                 clearHotKey = id; 
12                 okHotKey = id; 
13                 showPrefsWindow = id; 
14             }; 
15             CLASS = PreferencesController; 
16             LANGUAGE = ObjC; 
17             OUTLETS = {
18                 albumCheckbox = NSButton; 
19                 allTableView = NSTableView; 
20                 artistCheckbox = NSButton; 
21                 keyComboField = NSTextField; 
22                 keyComboPanel = NSPanel; 
23                 launchAtLoginCheckbox = NSButton; 
24                 menuTableView = NSTableView; 
25                 nameCheckbox = NSButton; 
26                 nextTrackButton = NSButton; 
27                 playPauseButton = NSButton; 
28                 previousTrackButton = NSButton; 
29                 ratingDecrementButton = NSButton; 
30                 ratingIncrementButton = NSButton; 
31                 songsInAdvance = NSTextField; 
32                 toggleLoopButton = NSButton; 
33                 toggleShuffleButton = NSButton; 
34                 trackInfoButton = NSButton; 
35                 trackTimeCheckbox = NSButton; 
36                 upcomingSongsButton = NSButton; 
37                 visualizerButton = NSButton; 
38                 volumeDecrementButton = NSButton; 
39                 volumeIncrementButton = NSButton; 
40                 window = NSWindow; 
41             }; 
42             SUPERCLASS = NSObject; 
43         }
44     ); 
45     IBVersion = 1; 
46 }