|
NAMEXtGetSubresources, XtVaGetSubresources - obtain subresourcesSYNTAX#include <X11/Intrinsic.h>void XtGetSubresources(Widget w, XtPointer base, const char *name, const char * class, XtResourceList resources, Cardinal num_resources, ArgList args, Cardinal num_args); void XtVaGetSubresources(Widget w, XtPointer base, const char *name, const char *class, XtResourceList resources, Cardinal num_resources, ...); ARGUMENTS
DESCRIPTIONThe XtGetSubresources function constructs a name/class list from the application name/class, the name/classes of all its ancestors, and the widget itself. Then, it appends to this list the name/class pair passed in. The resources are fetched from the argument list, the resource database, or the default values in the resource list. Then, they are copied into the subpart record. If args is NULL, num_args must be zero. However, if num_args is zero, the argument list is not referenced.SEE ALSOXtGetApplicationResources, XtVaGetApplicationResourcesX Toolkit Intrinsics - C Language Interface Xlib - C Language X Interface
Visit the GSP FreeBSD Man Page Interface. |