NAME
XtAlmostProc − interface definition for the set_values_almost() method.
Synopsis
typedef void (*XtAlmostProc)(Widget, Widget, XtWidgetGeometry *,
XtWidgetGeometry *);
Widget old;
Widget set;
XtWidgetGeometry *request;
XtWidgetGeometry *reply;
Inputs
oldSpecifies a copy of the object as it was before the XtSetValues() call.
setSpecifies the object instance record as modified by the various set_values() methods.
requestSpecifies the original geometry request that was sent to the geometry manager that returned XtGeometryAlmost.
replySpecifies the compromise geometry that was returned by the geometry manager that returned XtGeometryAlmost.
Description
XtAlmostProc is the type of the core set_values_almost() method. See set_values_almost(4) for more information.
See Also
Copyright O’Reilly & Assoc. — X Toolkit Intrinsics Reference Manual © O’Reilly & Associates