LispWorks Delivery User Guide > 8 Delivery on Linux, FreeBSD and Unix > 8.2 X11/Motif considerations

NextPrevUpTopContentsIndex

8.2.3 Fallback resources

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) .


LispWorks Delivery User Guide - 22 Dec 2009

NextPrevUpTopContentsIndex