/* FilterBarView */ #import @interface FilterBarView : NSView { NSColor * fBackgroundColor; } @end