XtGetApplicationResources
NAMESYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
NAME
XtGetApplicationResources, XtVaGetApplicationResources − obtain application resources
SYNTAX
void XtGetApplicationResources(Widget w, XtPointer base, XtResourceList resources, Cardinal num_resources, ArgList args, Cardinal num_args); | |
void XtVaGetApplicationResources(Widget w, XtPointer base, XtResourceList resources, Cardinal num_resources, ...); |
ARGUMENTS
args |
Specifies the argument list to override resources obtained from the resource database. | ||
base |
Specifies the base address of the subpart data structure where the resources should be written. | ||
num_args |
Specifies the number of arguments in the argument list. |
num_resources
Specifies the number of resources in the resource list.
resources |
Specifies the resource list for the subpart. | ||
w |
Specifies the widget that wants resources for a subpart or that identifies the resource database to search. | ||
... |
Specifies the variable arguments to override resources obtained from the resource database. |
DESCRIPTION
The XtGetApplicationResources function first uses the passed widget, which is usually an application shell, to construct a resource name and class list, Then, it retrieves the resources from the argument list, the resource database, or the resource list default values. After adding base to each address, XtGetApplicationResources copies the resources into the address given in the resource list. If args is NULL, num_args must be zero. However, if num_args is zero, the argument list is not referenced. The portable way to specify application resources is to declare them as members of a structure and pass the address of the structure as the base argument.
SEE ALSO
X Toolkit
Intrinsics − C Language Interface
Xlib − C Language X Interface
More Linux Commands
manpages/pcre_get_named_substring.3.html
pcre_get_named_substring(3) - Perl-compatible regular expres
This is a convenience function for extracting a captured substring by name. The arguments are: code Compiled pattern subject Subject that has been successfully
manpages/restart_syscall.2.html
restart_syscall(2) restart a system call after interruption
The restart_syscall() system call is used to restart certain system calls after a process that was stopped by a signal (e.g., SIGSTOP or SIGTSTP) is later resum
manpages/tiff2rgba.1.html
tiff2rgba(1) convert a TIFF image to RGBA color space.......
Tiff2rgba converts a wide variety of TIFF images into an RGBA TIFF image. This includes the ability to translate different color spaces and photometric interpre
manpages/Tcl_IsShared.3.html
Tcl_IsShared(3) - manipulate Tcl objects - Linux man page...
This man page presents an overview of Tcl objects and how they are used. It also describes generic procedures for managing Tcl objects. These procedures are use
manpages/pnmscale.1.html
pnmscale(1) - replaced by pamscale - Linux manual page......
This program is part of Netpbm(1) pnmscale was obsoleted by pamscale(1) , introduced with Netpbm 10.20 (January 2004). pamscale is backward compatible with pnms
manpages/XkbGetGeometry.3.html
XkbGetGeometry(3) - Loads a keyboard geometry if you already
You can load a keyboard geometry as part of the keyboard description returned by XkbGetKeyboard. However, if a keyboard description has been previously loaded,
manpages/new_page.3form.html
new_page(3form) - form pagination functions - Linux man page
The function set_new_page sets or resets a flag marking the given field as the beginning of a new page on its form. The function new_page is a predicate which t
manpages/faxformat.1.html
faxformat(1) (Commands - Linux manual page)................
This page, part of the Netpbmusersguide(1), describes FAX formats in relation to Netpbm facilities. The ITU publishes standards for operation of fax machines..
manpages/Tcl_Flush.3.html
Tcl_Flush(3) - buffered I/O facilities using channels.......
The Tcl channel mechanism provides a device-independent and platform-independent mechanism for performing buffered input and output operations on a variety of f
manpages/Module::Build::Platform::MacOS.3pm.html
Module::Build::Platform::MacOS(3pm) - Builder class for MacO
The sole purpose of this module is to inherit from Module::Build::Base and override a few methods. Please see Module::Build for the docs. Overridden Methods new
manpages/Tcl_UniCharNcmp.3.html
Tcl_UniCharNcmp(3) - routines for manipulating UTF-8 strings
These routines convert between UTF-8 strings and Tcl_UniChars. A Tcl_UniChar is a Unicode character represented as an unsigned, fixed-size quantity. A UTF-8 cha
manpages/sdptool.1.html
sdptool(1) - control and interrogate SDP servers (Man Page)
sdptool provides the interface for performing SDP queries on Bluetooth devices, and administering a local SDP database. COMMANDS The following commands are avai
