If your CAPI/Motif application needs fallback resources then it should pass the
:application-class
and
:fallback-resources
arguments when calling
capi:display
and/or
capi:convert-to-screen
.
See
capi:convert-to-screen
in the
LispWorks CAPI Reference Manual
for a full description of these arguments.
You could use the LispWorks resources as a starting point when constructing your application's resources. You can see the LispWorks fallback resources (these are for application class
Lispworks
) as described under "Using X resources" in the
LispWorks CAPI User Guide
.
You can override the default resource name using the
capi:element
initarg
:widget-name
or the accessor
(setf capi:element-widget-name)
.