X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0b83e13fdd374e0ac55397663cedb94bf8df197f..b69eee35badf2aaca494fe27250fcd3f5f077cbb:/PreferencesController.h diff --git a/PreferencesController.h b/PreferencesController.h index 9e71df2..58b97e5 100755 --- a/PreferencesController.h +++ b/PreferencesController.h @@ -25,6 +25,7 @@ IBOutlet NSButton *artistCheckbox; IBOutlet NSPopUpButton *backgroundStylePopup; IBOutlet NSColorWell *backgroundColorWell; + IBOutlet NSPopUpButton *backgroundColorPopup; IBOutlet NSTextField *clientPasswordTextField; IBOutlet NSTextField *hostTextField; IBOutlet NSTableView *hotKeysTableView; @@ -41,6 +42,7 @@ IBOutlet NSTextField *passwordPanelTextField; IBOutlet NSTextField *passwordPanelTitle; IBOutlet NSTextField *passwordTextField; + IBOutlet NSMatrix *positionMatrix; IBOutlet NSButton *ratingCheckbox; IBOutlet NSTextField *selectedPlayerTextField; IBOutlet NSBox *selectPlayerBox; @@ -59,6 +61,7 @@ IBOutlet NSPopUpButton *vanishEffectPopup; IBOutlet NSSlider *vanishSpeedSlider; IBOutlet NSWindow *window; + IBOutlet NSPopUpButton *windowSizingPopup; IBOutlet NSView *zeroConfView; MainController *controller; @@ -66,6 +69,7 @@ NSMutableArray *availableItems; NSMutableArray *myItems; NSArray *submenuItems; + NSArray *effectClasses; NSArray *hotKeysArray, *hotKeyNamesArray; NSMutableDictionary *hotKeysDictionary;