XtGetConstraintResourceList (3) Linux Manual Page
XtGetResourceList, XtGetConstraintResourceList – obtain resource list Syntax #include <X11/Intrinsic.h> 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…
