NAME
XtArgsProc − interface definition for the initialize_hook() and get_values_hook() methods.
SYNOPSIS
typedef void (∗XtArgsProc)(Widget, ArgList, Cardinal ∗);
Widget widget;
ArgList args;
Cardinal ∗num_args;
Inputs
widgetSpecifies the widget that is being initialized or passed to XtGetValues().
argsSpecifies the argument list that was passed to XtCreateWidget() or XtGetValues().
num_argsSpecifies a pointer to the number of elements in args.
DESCRIPTION
XtArgsProc is the type of the Core initialize_hook() method and the Core and Constraint get_values_hook() methods. The initialize_hook() method is obsolete in Release 4 and later because the args and num_args arguments are now passed directly to the initialize() method. See the reference pages for these methods in Section 4 for more information.
SEE ALSO
get_values_hookUNIX SYSTEM V/68 and V/88 Release 4, Constraint get_values_hookUNIX SYSTEM V/68 and V/88 Release 4, initialize_hookUNIX SYSTEM V/68 and V/88 Release 4.