mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:00:37 +00:00
Added NSTableView to the drawing methods for GSTheme.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be0954d2ac
commit
529856ef33
5 changed files with 152 additions and 98 deletions
|
@ -966,7 +966,16 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
|
|||
|
||||
- (NSRect) tableHeaderCellDrawingRectForBounds: (NSRect)theRect;
|
||||
|
||||
- (void) drawTableHeaderRect: (NSRect)aRect inView: (NSView *)view;
|
||||
- (void) drawTableHeaderRect: (NSRect)aRect
|
||||
inView: (NSView *)view;
|
||||
|
||||
- (void) drawPopUpButtonCellInteriorWithFrame: (NSRect)cellFrame
|
||||
withCell: (NSCell *)cell
|
||||
inView: (NSView *)controlView;
|
||||
|
||||
- (void) drawTableViewBackgroundInClipRect: (NSRect)clipRect
|
||||
inView: (NSView *)view
|
||||
withBackgroundColor: (NSColor *)backgroundColor;
|
||||
@end
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue