The hotkey for showing track info now calls a different method that will hide the...
[MenuTunes.git] / MTBlingController.h
1 //
2 //  MTBlingController.h
3 //  MenuTunes
4 //
5 //  Created by Matthew L. Judy on Tue Aug 19 2003.
6 //  Copyright (c) 2003 iThink Software. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import "MTShizzleWindow.h"
11
12 @interface MTBlingController : NSObject {
13
14     MTShizzleWindow *window;
15
16     int checkDone;
17
18 }
19
20
21 - (void)showPanel;
22 - (void)showPanelIfNeeded;
23
24 - (void)goToTheStore:(id)sender;
25 - (void)registerLater:(id)sender;
26 - (void)verifyKey:(id)sender;
27
28 - (int)checkKeyFile;
29 - (int)checkDone;
30
31
32 @end