NAME
XtSetValuesFunc − interface definition for the set_values() methods.
Synopsis
typedef Boolean (*XtSetValuesFunc)(Widget, Widget, Widget, ArgList,
Cardinal *);
Widget current;
Widget request;
Widget set;
ArgList args;
Cardinal *num-args;
Inputs
currentSpecifies a copy of the widget as it was before the XtSetValues() call.
requestSpecifies a copy of the widget with all values changed as asked for by the XtSetValues() call before any class set_values() procedures have been called.
setSpecifies the widget as modified by all previous called set_values() procedures.
argsSpecifies the argument list passed to XtSetValues().
num_argsSpecifies the number of arguments in the argument list.
Returns
True if the widget should be redrawn, False otherwise.
Description
XtSetValuesFunc is the type of the Object, RectObj, and Core set_values() method, and of the Constraint set_values() method. See those reference pages in Section 4 for more information.
See Also
set_values(4), Constraint set_values(4).
Copyright O’Reilly & Assoc. — X Toolkit Intrinsics Reference Manual © O’Reilly & Associates