X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/6e879de483fcc0349bb3720d1eb8ae74dc6d3803..f9501d79d42bf4392c3b13e0e15e68a8e6280393:/MenuTunesView.h diff --git a/MenuTunesView.h b/MenuTunesView.h index 81bdf60..06658fe 100755 --- a/MenuTunesView.h +++ b/MenuTunesView.h @@ -1,13 +1,13 @@ /* * MenuTunes * MenuTunesView - * NSStatusItem Menu View + * App Controller Class * * Original Author : Kent Sutherland * Responsibility : Kent Sutherland * Contributors : Matt Judy * - * Copyright (c) 2002 The iThink Group. + * Copyright (c) 2002 iThink Software. * All Rights Reserved * */ @@ -17,7 +17,9 @@ @interface MenuTunesView : NSView { - NSDictionary *images; + NSImage *image; + NSImage *altImage; + BOOL mouseIsPressed; } @end