mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 12:21:11 +00:00
returns a non-nil image even when -[NSApplication finishLaunching] hasn't been called. The behavior is now the same than Cocoa. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28580 72102866-910b-0410-8b05-ffd578937521
16 lines
633 B
Text
16 lines
633 B
Text
/* 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. */
|
|
|
|
NSApplicationIcon = GNUstep;
|
|
NSSwitch = common_SwitchOff;
|
|
NSHighlightedSwitch = common_SwitchOn;
|
|
NSRadioButton = common_RadioOff;
|
|
NSHighlightedRadioButton = common_RadioOn;
|
|
AppleMenuImage = GNUstepMenuImage;
|
|
NSMenuCheckmark = common_2DCheckMark;
|
|
NSMenuArrow = common_3DArrowRight;
|
|
NSMenuMixedState = common_2DDash;
|
|
NSComboArrow = common_ComboBoxEllipsis;
|
|
GSClosedHandCursor = common_ClosedHandCursor;
|
|
GSOpenHandCursor = common_OpenHandCursor;
|