XtGetConstraintResourceList(3)



XtGetResourceList

NAME
SYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO

NAME

XtGetResourceList, XtGetConstraintResourceList − obtain resource list

SYNTAX

void XtGetResourceList(WidgetClass class, XtResourceList *resources_return, Cardinal *num_resources_return);

void XtGetConstraintResourceList(WidgetClass class, XtResourceList *resources_return, Cardinal *num_resources_return);

ARGUMENTS

num_resources_return

Specifies a pointer to where to store the number of entries in the resource list.

resources_return

Specifies a pointer to where to store the returned resource list. The caller must free this storage using XtFree when done with it.

widget_class

Specifies the widget class.

DESCRIPTION

If XtGetResourceList is called before the widget class is initialized (that is, before the first widget of that class has been created), XtGetResourceList returns the resource list as specified in the widget class record. If it is called after the widget class has been initialized, XtGetResourceList returns a merged resource list that contains the resources for all superclasses. The list returned by XtGetResourceList should be freed using XtFree when it is no longer needed.

If XtGetConstraintResourceList is called before the widget class is initialized (that is, before the first widget of that class has been created), XtGetConstraintResourceList returns the resource list as specified in the widget class Constraint part record. If it is called after the widget class has been initialized, XtGetConstraintResourceList returns a merged resource list that contains the Constraint resources for all superclasses. If the specified class is not a subclass of constraintWidgetClass, *resources_return is set to NULL and *num_resources_return is set to zero. The list returned by XtGetConstraintResourceList should be freed using XtFree when it is no longer needed.

SEE ALSO

XtGetSubresources(3Xt), XtOffset(3Xt)
X Toolkit Intrinsics − C Language Interface
Xlib − C Language X Interface



More Linux Commands

manpages/HeightMMOfScreen.3.html
HeightMMOfScreen(3) - screen information functions and macro
The BlackPixelOfScreen macro returns the black pixel value of the specified screen. The WhitePixelOfScreen macro returns the white pixel value of the specified

manpages/tolower.3.html
tolower(3) - convert letter to upper or lower case (ManPage)
These functions convert lowercase letters to uppercase, and vice versa. If c is a lowercase letter, toupper() returns its uppercase equivalent, if an uppercase

manpages/gimp-2.6.1.html
gimp-2.6(1) - an image manipulation and paint program.......
gimp-2.6.1 - GIMP is the GNU Image Manipulation Program. It is used to edit and manipulate images. It can load and save a variety of image formats and can be us

manpages/kmag.1.html
kmag(1) - Screen magnifier (Commands - Linux manual page)...
kmag, also known as KMagnifier is a screen magnifier. You can use KMagnifier to magnify a part of the screen just as you would use a lens to magnify a newspaper

manpages/pcre32_pattern_to_host_byte_order.3.html
pcre32_pattern_to_host_byte_order(3) Perl-compatible regular
This function ensures that the bytes in 2-byte and 4-byte values in a compiled pattern are in the correct order for the current host. It is useful when a patter

manpages/ckpasswd.8.html
ckpasswd(8) - nnrpd password authenticator - Linux man page
ckpasswd is the basic password authenticator for nnrpd, suitable for being run from an auth stanza in readers.conf. See readers.conf(5) for more information on

manpages/gxl2gv.1.html
gxl2gv(1) - GXL-GV converters (Commands - Linux man page)...
gxl2gv converts between graphs represented in GXL and in the GV language. Unless a conversion type is specified using a flag, gxl2gv will deduce the type of con

manpages/curl_easy_perform.3.html
curl_easy_perform(3) - Perform a file transfer (Man Page)...
This function is called after the init and all the curl_easy_setopt(3) calls are made, and will perform the transfer as described in the options. It must be cal

manpages/version.1ssl.html
version(1ssl) - print OpenSSL version information (ManPage)
This command is used to print out version information about OpenSSL. OPTIONS -a all information, this is the same as setting all the other flags. -v the current

manpages/glGetPixelMapusv.3gl.html
glGetPixelMapusv(3gl) - return the specified pixel map......
See the glPixelMap reference page for a description of the acceptable values for the map parameter. glGetPixelMap returns in values the contents of the pixel ma

manpages/Apache::TestRun.3pm.html
Apache::TestRun(3pm) - Run the test suite - Linux man page
The Apache::TestRun package controls the configuration and running of the test suite. METHODS Several methods are sub-classable, if the default behavior should

manpages/rundig.1.html
rundig(1) - sample script to create a search database for ht
rundig is a sample script to create a search database for the ht://Dig search engine. OPTIONS -v Verbose mode. This increases the verbosity of the program. -a U





We can't live, work or learn in freedom unless the software we use is free.