mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 14:30:54 +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
315f86487d
commit
9613f996be
4 changed files with 7 additions and 1 deletions
|
@ -50,6 +50,7 @@
|
||||||
APPKIT_EXPORT NSString *NSImageNameMultipleDocuments;
|
APPKIT_EXPORT NSString *NSImageNameMultipleDocuments;
|
||||||
APPKIT_EXPORT NSString *NSImageNameTrashEmpty;
|
APPKIT_EXPORT NSString *NSImageNameTrashEmpty;
|
||||||
APPKIT_EXPORT NSString *NSImageNameTrashFull;
|
APPKIT_EXPORT NSString *NSImageNameTrashFull;
|
||||||
|
APPKIT_EXPORT NSString *NSImageNameColorPanel;
|
||||||
|
|
||||||
/** Defines how an NSImage is to be cached. Possible values are:
|
/** Defines how an NSImage is to be cached. Possible values are:
|
||||||
* <list>
|
* <list>
|
||||||
|
|
|
@ -163,6 +163,7 @@ Images_RESOURCE_FILES = \
|
||||||
common_MultipleSelection.tiff \
|
common_MultipleSelection.tiff \
|
||||||
common_RecyclerEmpty.tiff \
|
common_RecyclerEmpty.tiff \
|
||||||
common_RecyclerFull.tiff \
|
common_RecyclerFull.tiff \
|
||||||
|
NSColorPanel.tiff \
|
||||||
|
|
||||||
|
|
||||||
include $(GNUSTEP_MAKEFILES)/resource-set.make
|
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
|
External data
|
||||||
|
|
||||||
Copyright (C) 1997 Free Software Foundation, Inc.
|
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||||
|
|
||||||
Author: Scott Christley <scottc@net-community.com>
|
Author: Scott Christley <scottc@net-community.com>
|
||||||
Date: August 1997
|
Date: August 1997
|
||||||
|
@ -714,6 +714,10 @@ id NSNotApplicableMarker = @"<NOT APPLICABLE MARKER>";
|
||||||
NSString *NSNibTopLevelObjects = @"NSTopLevelObjects";
|
NSString *NSNibTopLevelObjects = @"NSTopLevelObjects";
|
||||||
NSString *NSNibOwner = @"NSOwner";
|
NSString *NSNibOwner = @"NSOwner";
|
||||||
|
|
||||||
|
// NSImage directly mapped NS named images constants
|
||||||
|
NSString *NSImageNameColorPanel = @"NSColorPanel";
|
||||||
|
|
||||||
|
|
||||||
extern void __objc_gui_force_linking (void);
|
extern void __objc_gui_force_linking (void);
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue