NAME
XtArgsFunc − interface definition for the set_values_hook() method.
SYNOPSIS
typedef Boolean (∗XtArgsFunc)(Widget, ArgList, Cardinal ∗);
Widget widget;
ArgList args;
Cardinal ∗num_args;
Inputs
widgetSpecifies the widget which is having its resources set.
argsSpecifies the argument list passed to XtSetValues().
num_argsSpecifies a pointer to the number of elements in args.
Returns
True if the widget should be drawn; False otherwise.
AVAILABILITY
Obsolete in Release 4 and later.
DESCRIPTION
XtArgsFunc is the type of the Core set_values_hook() method. It is obsolete in Release 4 and later because the args and num_args arguments are now passed directly to the set_value() method. See set_values_hook(4) for more information.
SEE ALSO
set_values_hookUNIX SYSTEM V/68 and V/88 Release 4.