mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
279193b644
commit
79e6bc01af
4 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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
BIN
Images/NSColorPanel.tiff
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue