mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
Some new 10.5 and 10.6 named images
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39505 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2f7b7f4249
commit
cb076ad8ed
3 changed files with 24 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2016-03-09 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/AppKit/NSImage.h
|
||||
* Source/externs.m
|
||||
Some new 10.5 and 10.6 named images.
|
||||
|
||||
2016-03-08 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSWorkspace.m (iconForFile)
|
||||
|
|
|
@ -48,9 +48,20 @@
|
|||
/* Named images */
|
||||
|
||||
APPKIT_EXPORT NSString *NSImageNameMultipleDocuments;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
|
||||
APPKIT_EXPORT NSString *NSImageNameUserAccounts;
|
||||
APPKIT_EXPORT NSString *NSImageNamePreferencesGeneral;
|
||||
APPKIT_EXPORT NSString *NSImageNameAdvanced;
|
||||
APPKIT_EXPORT NSString *NSImageNameInfo;
|
||||
APPKIT_EXPORT NSString *NSImageNameFontPanel;
|
||||
APPKIT_EXPORT NSString *NSImageNameColorPanel;
|
||||
#endif
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
|
||||
APPKIT_EXPORT NSString *NSImageNameTrashEmpty;
|
||||
APPKIT_EXPORT NSString *NSImageNameTrashFull;
|
||||
APPKIT_EXPORT NSString *NSImageNameColorPanel;
|
||||
APPKIT_EXPORT NSString *NSImageNameCaution;
|
||||
#endif
|
||||
|
||||
/** Defines how an NSImage is to be cached. Possible values are:
|
||||
* <list>
|
||||
|
|
|
@ -715,7 +715,13 @@ NSString *NSNibTopLevelObjects = @"NSTopLevelObjects";
|
|||
NSString *NSNibOwner = @"NSOwner";
|
||||
|
||||
// NSImage directly mapped NS named images constants
|
||||
NSString *NSImageNameUserAccounts = @"NSUserAccounts";
|
||||
NSString *NSImageNamePreferencesGeneral = @"NSPreferencesGeneral";
|
||||
NSString *NSImageNameAdvanced = @"NSAdvanced";
|
||||
NSString *NSImageNameInfo = @"NSInfo";
|
||||
NSString *NSImageNameFontPanel = @"NSFontPanel";
|
||||
NSString *NSImageNameColorPanel = @"NSColorPanel";
|
||||
NSString *NSImageNameCaution = @"NSCaution";
|
||||
|
||||
|
||||
extern void __objc_gui_force_linking (void);
|
||||
|
|
Loading…
Reference in a new issue