treat the entire file icon as the action button

This commit is contained in:
Mitchell Livingston
2008-01-20 18:51:53 +00:00
parent bf146526bf
commit 30cee125da
6 changed files with 10 additions and 68 deletions

View File

@@ -32,7 +32,7 @@
NSMutableDictionary * fTitleAttributes, * fStatusAttributes;
BOOL fTracking, fMouseDownControlButton, fMouseDownRevealButton, fMouseDownActionButton,
fHoverControl, fHoverReveal, fHoverAction, fHoverActionIcon;
fHoverControl, fHoverReveal, fHoverAction;
NSColor * fBarOverlayColor;
CTGradient * fWhiteGradient, * fGrayGradient, * fLightGrayGradient, * fBlueGradient, * fDarkBlueGradient,
@@ -60,7 +60,6 @@
- (void) setControlHover: (BOOL) hover;
- (void) setRevealHover: (BOOL) hover;
- (void) setActionHover: (BOOL) hover;
- (void) setActionIconHover: (BOOL) hover;
- (void) setActionPushed: (BOOL) pushed;
@end