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. */
|
|
|
|
|
2013-07-04 15:46:11 +00:00
|
|
|
GNUstep = NSApplicationIcon;
|
|
|
|
|
|
|
|
common_SwitchOff = GSSwitch;
|
|
|
|
NSSwitch = GSSwitch;
|
|
|
|
common_SwitchOn = GSSwitchSelected;
|
|
|
|
NSHighlightedSwitch = GSSwitchSelected;
|
|
|
|
|
|
|
|
common_RadioOff = GSRadio;
|
|
|
|
NSRadioButton = GSRadio;
|
|
|
|
common_RadioOn = GSRadioSelected;
|
|
|
|
NSHighlightedRadioButton = GSRadioSelected;
|
|
|
|
|
|
|
|
GNUstepMenuImage = GSApplicationMenuIcon;
|
|
|
|
AppleMenuImage = GSApplicationMenuIcon;
|
|
|
|
common_3DArrowRight = GSMenuArrow;
|
|
|
|
NSMenuArrow = GSMenuArrow;
|
|
|
|
common_2DCheckMark = GSMenuSelected;
|
|
|
|
NSMenuCheckmark = GSMenuSelected;
|
|
|
|
common_2DDash = GSMenuMixed;
|
|
|
|
NSMenuMixedState = GSMenuMixed;
|
|
|
|
|
|
|
|
common_ComboBoxEllipsis = GSComboArrow;
|
|
|
|
NSComboArrow = GSComboArrow;
|
|
|
|
|
|
|
|
common_ClosedHandCursor = GSClosedHandCursor;
|
|
|
|
common_OpenHandCursor = GSOpenHandCursor;
|
|
|
|
common_copyCursor = GSDragCopyCursor;
|
|
|
|
common_linkCursor = GSDragLinkCursor;
|
|
|
|
common_noCursor = GSOperationNotAllowedCursor;
|
2011-11-18 22:15:06 +00:00
|
|
|
|
|
|
|
/* Toolbar images */
|
|
|
|
|
2013-07-04 15:46:11 +00:00
|
|
|
common_ToolbarCustomizeToolbarItem = NSToolbarCustomizeToolbarItemImage;
|
|
|
|
common_Printer = NSToolbarPrint;
|
|
|
|
common_ToolbarShowColorsItem = NSToolbarShowColors;
|
|
|
|
common_ToolbarShowFontsItem = NSToolbarShowFonts;
|
2011-11-18 22:15:06 +00:00
|
|
|
|
|
|
|
/* Misc. */
|
|
|
|
|
2013-07-04 15:46:11 +00:00
|
|
|
common_ToolbarShowColorsItem = NSColorPanel;
|
|
|
|
common_Root_PC = NSComputer;
|
|
|
|
GSStop = NSStopProgressTemplate;
|
|
|
|
common_ToolbarShowFontsItem = NSFontPanel;
|
|
|
|
common_Folder = NSFolder;
|
|
|
|
common_Info = NSInfo;
|