mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +00:00
theme reorganisation/tidy up
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23586 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f5a8f2e9aa
commit
8bf3cdc94e
24 changed files with 116 additions and 182 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "AppKit/NSTableHeaderCell.h"
|
||||
#include "AppKit/NSColor.h"
|
||||
#include "AppKit/NSFont.h"
|
||||
#include "GNUstepGUI/GSDrawFunctions.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
|
||||
@implementation NSTableHeaderCell
|
||||
{
|
||||
|
@ -66,11 +66,11 @@
|
|||
|
||||
if (_cell.is_highlighted == YES)
|
||||
{
|
||||
[GSDrawFunctions drawButton: cellFrame : cellFrame];
|
||||
[[GSTheme theme] drawButton: cellFrame withClip: cellFrame];
|
||||
}
|
||||
else
|
||||
{
|
||||
[GSDrawFunctions drawDarkButton: cellFrame : cellFrame];
|
||||
[[GSTheme theme] drawDarkButton: cellFrame withClip: cellFrame];
|
||||
}
|
||||
|
||||
[self drawInteriorWithFrame: cellFrame inView: controlView];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue