XtAlmostProc() XtAlmostProc()
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
old Specifies a copy of the object as it was before the XtSetValues() call.
set Specifies the object instance record as modified by the various set_values() methods.
request Specifies the original geometry request that was sent to the geometry manager that returned XtGeometryAlmost.
reply Specifies 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
set_values_almost(4).
Xt - Widget Method Prototypes XtAlmostProc()