Sizing is now in, with appropriate UI. Still working on the last of the positioning...
[MenuTunes.git] / PreferencesController.h
index 97c5b92..5b01b28 100755 (executable)
@@ -23,6 +23,9 @@
     IBOutlet NSPopUpButton *appearanceEffectPopup;
     IBOutlet NSSlider *appearanceSpeedSlider;
     IBOutlet NSButton *artistCheckbox;
+    IBOutlet NSPopUpButton *backgroundStylePopup;
+    IBOutlet NSColorWell *backgroundColorWell;
+    IBOutlet NSPopUpButton *backgroundColorPopup;
     IBOutlet NSTextField *clientPasswordTextField;
     IBOutlet NSTextField *hostTextField;
     IBOutlet NSTableView *hotKeysTableView;
@@ -57,6 +60,7 @@
     IBOutlet NSPopUpButton *vanishEffectPopup;
     IBOutlet NSSlider *vanishSpeedSlider;
     IBOutlet NSWindow *window;
+    IBOutlet NSPopUpButton *windowSizingPopup;
     IBOutlet NSView *zeroConfView;
 
     MainController *controller;
@@ -85,6 +89,7 @@
 - (IBAction)clearHotKey:(id)sender;
 - (IBAction)editHotKey:(id)sender;
 - (IBAction)showPrefsWindow:(id)sender;
+- (IBAction)showTestWindow:(id)sender;
 
 - (void)registerDefaults;
 - (void)deletePressedInTableView:(NSTableView *)tableView;