X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/3263678eef57c78d7017185eaa2efb9e644c7f29..HEAD:/ITStatusItem.h diff --git a/ITStatusItem.h b/ITStatusItem.h index 7085c78..627a380 100644 --- a/ITStatusItem.h +++ b/ITStatusItem.h @@ -5,10 +5,7 @@ * NSStatusItem subclass which attempts to approximate NSMenuExtra's * appearance and functionality. * - * Copyright (c) 2005 by iThink Software. - * All Rights Reserved. - * - * $Id$ + * Copyright (c) 2005 iThink Software * */ @@ -22,6 +19,7 @@ @interface ITStatusItem : NSStatusItem { id _menuProvider; + NSMenu *_menuProxy; } - (id)initWithStatusBar:(NSStatusBar *)statusBar withLength:(float)length;