only show the priority chooser when moused over (the text is a placeholder and the window has to currently be made active for it to appear)

This commit is contained in:
Mitchell Livingston
2007-06-23 22:00:09 +00:00
parent 49889c1cb5
commit 28cd39da13
16 changed files with 215 additions and 46 deletions

View File

@@ -27,6 +27,11 @@
@interface FileOutlineView : NSOutlineView
{
NSColor * fNormalColor, * fHighPriorityColor, * fLowPriorityColor;
int fHoverRow;
}
- (void) setHoverRowForEvent: (NSEvent *) event;
- (int) hoverRow;
@end