#import <sbMacWindowTitlebarService.h>
Instance Methods | |
(NSRect) | - titlebarRect |
(NSRect) | - _titlebarTitleRect |
(void) | - _sbDrawRect: |
(void) | - _sbOrigDrawRect: |
This category extends NSGrayFrame in order to set the titlebar background image and color and the titlebar text color.
Definition at line 172 of file sbMacWindowTitlebarService.h.
- (void) _sbDrawRect: | (NSRect) | aDirtyRect |
Songbird override of the NSGrayFrame "drawRect:" method.
Provided by category NSGrayFrame(SBGrayFrame).
Definition at line 274 of file sbMacWindowTitlebarService.mm.
- (void) _sbOrigDrawRect: | (NSRect) | aDirtyRect |
Placeholder for original NSGrayFrame "drawRect:" method. Will be replaced by the NSGrayFrame "drawRect:" implementation.
Provided by category NSGrayFrame(SBGrayFrame).
Definition at line 340 of file sbMacWindowTitlebarService.mm.
- (NSRect) _titlebarTitleRect |
- (NSRect) titlebarRect |