1997-12-04 01:58:57 +00:00
|
|
|
/* This file contains the mapping of the OPENSTEP names of the images to the
|
|
|
|
actual files where the GNUstep keeps them. The format is the "strings"
|
|
|
|
format and content is trivial. */
|
|
|
|
|
2009-08-31 10:27:04 +00:00
|
|
|
NSApplicationIcon = GNUstep;
|
1997-12-04 01:58:57 +00:00
|
|
|
NSSwitch = common_SwitchOff;
|
|
|
|
NSHighlightedSwitch = common_SwitchOn;
|
|
|
|
NSRadioButton = common_RadioOff;
|
|
|
|
NSHighlightedRadioButton = common_RadioOn;
|
2000-03-02 03:13:48 +00:00
|
|
|
AppleMenuImage = GNUstepMenuImage;
|
|
|
|
NSMenuCheckmark = common_2DCheckMark;
|
2004-02-24 19:31:33 +00:00
|
|
|
NSMenuArrow = common_3DArrowRight;
|
2004-05-31 19:24:10 +00:00
|
|
|
NSMenuMixedState = common_2DDash;
|
|
|
|
NSComboArrow = common_ComboBoxEllipsis;
|
2004-12-08 23:53:32 +00:00
|
|
|
GSClosedHandCursor = common_ClosedHandCursor;
|
2005-05-26 02:52:46 +00:00
|
|
|
GSOpenHandCursor = common_OpenHandCursor;
|
2011-03-12 19:01:54 +00:00
|
|
|
GSDragCopyCursor = common_copyCursor;
|
|
|
|
GSDragLinkCursor = common_linkCursor;
|
|
|
|
GSOperationNotAllowedCursor = common_noCursor;
|
2011-11-18 22:15:06 +00:00
|
|
|
|
|
|
|
/* Toolbar images */
|
|
|
|
|
|
|
|
NSToolbarCustomizeToolbarItemImage = common_ToolbarCustomizeToolbarItem;
|
|
|
|
NSToolbarPrint = common_Printer;
|
|
|
|
NSToolbarShowColors = common_ToolbarShowColorsItem;
|
|
|
|
NSToolbarShowFonts = common_ToolbarShowFontsItem;
|
|
|
|
|
|
|
|
/* Misc. */
|
|
|
|
|
|
|
|
NSColorPanel = common_ToolbarShowColorsItem;
|
|
|
|
NSComputer = common_Root_PC;
|
|
|
|
NSStopProgressTemplate = GSStop;
|
|
|
|
NSFontPanel = common_ToolbarShowFontsItem;
|
2013-03-09 23:07:46 +00:00
|
|
|
NSFolder = common_Folder;
|
|
|
|
NSInfo = common_Info;
|