2013-07-22 15:24:32 +00:00
|
|
|
/* This file maps the old OPENSTEP and GNUstep names of the images to the
|
|
|
|
standard theme image names (declared as constants in GSTheme.h) or icon
|
|
|
|
names (declared as constants in their related header).
|
|
|
|
|
|
|
|
For now, the GNUstep names also represent the actual file names in the
|
|
|
|
Images directory. As a result, this mapping is also used to access the
|
|
|
|
image files at loading time. In the long run, the images could just be
|
|
|
|
renamed to the standard theme image names (without breaking compatibility
|
|
|
|
with existing applications and themes, since NSImage checks this mapping
|
|
|
|
in +imageNamed:).
|
|
|
|
|
|
|
|
The format is the "strings" format and content is trivial. */
|
1997-12-04 01:58:57 +00:00
|
|
|
|
2013-07-15 22:02:56 +00:00
|
|
|
/* We do not remap the application icon to GNUstep */
|
|
|
|
/* GNUstep = NSApplicationIcon; */
|
2013-07-04 15:46:11 +00:00
|
|
|
|
|
|
|
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;
|