mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:40:38 +00:00
Synchronised with trunk at revision 23586
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/themes@23587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7955334e4d
commit
a50e814e6d
66 changed files with 3847 additions and 1439 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSPasteboard.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GNUstepGUI/GSDrawFunctions.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#include <Foundation/NSDebug.h>
|
||||
#include <Foundation/NSNotification.h>
|
||||
|
||||
|
@ -176,7 +176,7 @@ static NSString *GSColorWellDidBecomeExclusiveNotification =
|
|||
/*
|
||||
* Draw border.
|
||||
*/
|
||||
[GSDrawFunctions drawButton: aRect : clipRect];
|
||||
[[GSTheme theme] drawButton: aRect withClip: clipRect];
|
||||
|
||||
/*
|
||||
* Fill in control color.
|
||||
|
@ -213,7 +213,7 @@ static NSString *GSColorWellDidBecomeExclusiveNotification =
|
|||
/*
|
||||
* Draw inner frame.
|
||||
*/
|
||||
[GSDrawFunctions drawGrayBezel: aRect : clipRect];
|
||||
[[GSTheme theme] drawGrayBezel: aRect withClip: clipRect];
|
||||
aRect = NSInsetRect(aRect, 2.0, 2.0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue