XtGetResourceList(3Xt) MIT X11R4 XtGetResourceList(3Xt)Name
XtGetResourceList - obtain resource list
Syntax
void XtGetResourceList(class, resources_return, num_resources_return);
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 when done with it.
widget_class
Specifies the widget class.
Description
If it is called before the widget class is initialized (that is, before the first widget of that class has been created), returns the
resource list as specified in the widget class record. If it is called after the widget class has been initialized, returns a merged
resource list that contains the resources for all superclasses.
See AlsoXtGetSubresources(3Xt), XtOffset(3Xt)
X Window System Toolkit: The Complete Programmer's Guide and Specification, Paul J. Asente and Ralph Swick
X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys
XtGetResourceList(3Xt)
Check Out this Related Man Page
XtGetResourceList(3Xt) XT FUNCTIONS XtGetResourceList(3Xt)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 ini-
tialized, XtGetResourceList returns a merged resource list that contains the resources for all superclasses. The list returned by XtGet-
ResourceList 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
XFree86 Version 4.7.0 XtGetResourceList(3Xt)
<h1>A short history of UNIX</h1>
<p>In the late 1960's Ken Thompsom joined the computing-science research group at Bell
Laboratories, which is the research arm of the giant American corporation ATT. He and many
colleagues had been collaborating with MIT and GE on the development of an... (0 Replies)
We have quite a few threads about this subject. I have collected some of them and arranged them by the OS which is primarily discussed in the thread. That is because the exact procedure depends on the OS involved. What's more, since you often need to interact with the boot process, the... (0 Replies)
I'm writing a command shell, and I want to be able to detect when the user presses an arrow key (otherwise it just prints [[A, [[B, etc.). I know it's relatively easy (although somewhat more time-consuming) to detect keystrokes in noncanonical mode, but I've noticed that the bash shell detects... (4 Replies)
I'm learning off Linux (Ubuntu) right now. I want to move up to Unix, but I don't want to rush like I did when it came to Windows --> to Linux. What is the best Unix OS that fits in pretty well with Ubuntu.
In other words is there kind of an equal Linux with Unix?
Also what do I need to... (10 Replies)
I noticed my hostname is <my-full-name>s-macbook.local. I'm not sure exactly what information leaves the local network, and whether the hostname is included, but if it is, this would mean people on the Internet can look at my hostname and see who I am. Before anyone says that's not possible,... (4 Replies)