This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



XtAppSetFallbackResources(3)                    XT FUNCTIONS                    XtAppSetFallbackResources(3)



NAME
       XtAppSetFallbackResources - set fallback resources

SYNTAX
       void XtAppSetFallbackResources(XtAppContext app_context, String* specification_list);

ARGUMENTS
       app_context
                 Specifies the application context.

       specification_list
                 Specifies a NULL-terminated list of resource specifications to pre-load the database, or
                 NULL.

DESCRIPTION
       Each entry in specification_list points to a string in the format XrmPutLineResource.  following a
       call to XtAppSetFallbackResources, when a resource database is being created for a particular screen
       and the Intrinsics are not able to find or read an application-specific class resource file and if
       specification_list is not NULL the resource specification in specification_list will be merged into
       the screen resource database in place of the application-specific class resource file.  XtAppSet-FallbackResources XtAppSetFallbackResources
       FallbackResources is not required to copy specification_list; the caller must ensure that the con-tents contents
       tents of the list and the strings addressed by the list remain valid until all displays are initial-ized initialized
       ized or until XtAppSetFallbackResources is called again. The value NULL for specification_list
       removes any previous fallback resource specification for the application context.  The intended use
       for fallback resources is to provide a minimal number of resources that will make the application
       usable (or at least terminate with helpful diagnostic messages) when some problem exists in finding
       and loading the application defaults file.

SEE ALSO
       X Toolkit Intrinsics - C Language Interface
       Xlib - C Language X Interface



X Version 11                                     libXt 1.0.5                    XtAppSetFallbackResources(3)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...