Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtappsetfallbackresources(3) [debian man page]

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. XtAppSetFallbackResources is not required to copy specifica- tion_list; the caller must ensure that the contents of the list and the strings addressed by the list remain valid until all displays are initialized 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.1.3 XtAppSetFallbackResources(3)

Check Out this Related Man Page

XtAppSetFallbackResources(3Xt)					   XT FUNCTIONS 				    XtAppSetFallbackResources(3Xt)

NAME
XtAppSetFallbackResources - set fallback resources SYNTAX
void XtAppSetFallbackResources(app_context, specification_list) 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. XtAppSetFallbackResources is not required to copy specifica- tion_list; the caller must ensure that the contents of the list and the strings addressed by the list remain valid until all displays are initialized 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 helful diagnostic messages) when some problem exists in finding and load- ing the application defaults file. SEE ALSO
X Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface X Version 11 Release 6.6 XtAppSetFallbackResources(3Xt)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

sharing a unified dbaseIII file between 4 SCO boxes

Hi, I have an application which must use a unified database, the application will run on 4 SCO boxes, so the database will be in one of them and the application in the other 3 servers will access this database on the host machine. This is as a file sharing application in windows. I know this... (0 Replies)
Discussion started by: BAM
0 Replies

2. UNIX for Dummies Questions & Answers

data is seen as NULL after loading into database

hello, when I load a data from text file all the values become NULL in the table. Please help me with this problem. Thanks sheen (15 Replies)
Discussion started by: sheen
15 Replies

3. UNIX for Advanced & Expert Users

Sqlite3: /lib/ld-Linux.so.2: bad ELF interpreter:

Hi all I'm hoping this is just me being a muppet, has anyone come across this problem before? I am writing an application that uses sqlite3 and I have created a database using it - sqlite3 muse.db SQLite version 3.6.20 Enter ".help" for instructions Enter SQL statements terminated with... (2 Replies)
Discussion started by: steadyonabix
2 Replies

4. Shell Programming and Scripting

Program to search for the files with specific format

Hi All, Your help on the below requirement is highly appreciated. I am building a program which should pick the file from a source directory and place them into target directory. While selecting the file in source it should look for some pattern in the file name. Ex: File Name 1:... (10 Replies)
Discussion started by: bharath561989
10 Replies