mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:30:37 +00:00
Factor out table header cell drawing into a new GSTheme method,
-drawTableHeaderCell:withFrame:inView:state: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f03ffb9793
commit
253a3dff34
4 changed files with 38 additions and 3 deletions
|
@ -238,6 +238,7 @@
|
|||
@class NSMenuItemCell;
|
||||
@class NSMenuView;
|
||||
@class NSProgressIndicator;
|
||||
@class NSTableHeaderCell;
|
||||
@class GSDrawTiles;
|
||||
|
||||
/* First, declare names used for obtaining colors and/or tiles for specific
|
||||
|
@ -869,7 +870,10 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
|
|||
// Table drawing methods
|
||||
- (void) drawTableCornerView: (NSView*)cornerView
|
||||
withClip: (NSRect)aRect;
|
||||
|
||||
- (void) drawTableHeaderCell: (NSTableHeaderCell *)cell
|
||||
withFrame: (NSRect)cellFrame
|
||||
inView: (NSView *)controlView
|
||||
state: (GSThemeControlState)state;
|
||||
|
||||
- (float) titlebarHeight;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue