Add NSImageNameColorPanel named image

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39450 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2016-03-04 00:10:16 +00:00
parent 279193b644
commit 79e6bc01af
4 changed files with 7 additions and 1 deletions

View file

@ -50,6 +50,7 @@
APPKIT_EXPORT NSString *NSImageNameMultipleDocuments;
APPKIT_EXPORT NSString *NSImageNameTrashEmpty;
APPKIT_EXPORT NSString *NSImageNameTrashFull;
APPKIT_EXPORT NSString *NSImageNameColorPanel;
/** Defines how an NSImage is to be cached. Possible values are:
* <list>

View file

@ -163,6 +163,7 @@ Images_RESOURCE_FILES = \
common_MultipleSelection.tiff \
common_RecyclerEmpty.tiff \
common_RecyclerFull.tiff \
NSColorPanel.tiff \
include $(GNUSTEP_MAKEFILES)/resource-set.make

BIN
Images/NSColorPanel.tiff Normal file

Binary file not shown.

View file

@ -3,7 +3,7 @@
External data
Copyright (C) 1997 Free Software Foundation, Inc.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
Author: Scott Christley <scottc@net-community.com>
Date: August 1997
@ -714,6 +714,10 @@ id NSNotApplicableMarker = @"<NOT APPLICABLE MARKER>";
NSString *NSNibTopLevelObjects = @"NSTopLevelObjects";
NSString *NSNibOwner = @"NSOwner";
// NSImage directly mapped NS named images constants
NSString *NSImageNameColorPanel = @"NSColorPanel";
extern void __objc_gui_force_linking (void);
void