The resource name that is used to locate the icon bitmap
filename for user icon number
x is
SAS.sasUiconx
. For example, the
following resource defines the filename
myicon
for the user icon
1
:
SAS.sasUicon1: myicon
If the resource name
is not defined, SAS generates a filename of the form
sasuinnn.xbm
or
sasuinnn.xpm
. The path elements from
the
SAS.uiconPath
or
SAS.colorUiconpath
resource are searched in sequence
until the icon file is found or until the search path is exhausted.
For example, the following
set of X resources defines a collection of color icons:
SAS.colorUiconPath: /users/jackaroe/pixmaps/
SAS.colorUiconCount: 7
SAS.sasUicon1: adsetup
SAS.sasUicon2: adverse
SAS.sasUicon3: altmenu
SAS.sasUicon4: batch
SAS.sasUicon5: is
SAS.sasUicon6: patgrps
SAS.sasUicon7: pctchg
The Motif interface will search
for icon
sasUicon1
in a file named
/users/jackaroe/pixmaps/adsetup.xpm
.