dim the action button when hovered over, and display the appropriate status string

This commit is contained in:
Mitchell Livingston
2008-01-15 23:48:03 +00:00
parent ff833b37d6
commit 06f0fee7b5
4 changed files with 51 additions and 29 deletions

View File

@@ -37,7 +37,7 @@
IBOutlet NSMenu * fContextRow, * fContextNoRow;
int fMouseControlRow, fMouseRevealRow;
int fMouseControlRow, fMouseRevealRow, fMouseActionRow;
NSIndexSet * fSelectedIndexes;
NSMutableArray * fKeyStrokes;
@@ -51,6 +51,7 @@
- (void) removeButtonTrackingAreas;
- (void) setControlButtonHover: (int) row;
- (void) setRevealButtonHover: (int) row;
- (void) setActionButtonHover: (int) row;
- (void) toggleControlForTorrent: (Torrent *) torrent;