mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 05:40:48 +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
|
@ -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…
Add table
Add a link
Reference in a new issue