experiment for #3788 Adjust the status and filter bars' colors; make main window draggable

This commit is contained in:
Mitchell Livingston
2010-12-04 03:55:36 +00:00
parent 3f9b6a3aaa
commit 03632ac9d8
3 changed files with 121 additions and 24 deletions

View File

@@ -26,7 +26,11 @@
@interface StatusBarView : NSView
{
BOOL fIsFilter;
NSGradient * fInactiveGradient, * fFilterGradient;
NSColor * fGrayBorderColor;
}
- (void) setIsFilter: (BOOL) isFilter;
@end