mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:37:39 +00:00
* Headers/Additions/GNUstepGUI/GSTheme.h:
* Source/GSTheme.m: * Source/GSThemeDrawing.m: * Source/NSBox.m: Factor out -[NSBox drawRect:] to GSTheme method -drawBoxInClipRect:boxType:borderType:inView:. Add a tiles name GSBoxBorder for themeing the box border. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37188 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5cd9dd8b7e
commit
c63df23ba8
5 changed files with 106 additions and 57 deletions
|
@ -109,6 +109,9 @@ NSString *GSColorWell = @"GSColorWell";
|
|||
NSString *GSSliderHorizontalTrack = @"GSSliderHorizontalTrack";
|
||||
NSString *GSSliderVerticalTrack = @"GSSliderVerticalTrack";
|
||||
|
||||
// NSBox parts
|
||||
NSString *GSBoxBorder = @"GSBoxBorder";
|
||||
|
||||
NSString *GSThemeDidActivateNotification
|
||||
= @"GSThemeDidActivateNotification";
|
||||
NSString *GSThemeDidDeactivateNotification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue