XtWidgetProc() XtWidgetProc()
Name
XtWidgetProc - interface definition for many common widget methods.
Synopsis
typedef void (*XtWidgetProc)(Widget);
Widget w;
Inputs
w Specifies the widget.
Description
XtWidgetProc is the type of the Object, RectObj, and Core destroy() method, the Constraint destroy() method, the RectObj and Core resize()
method, and the Composite change_managed(), insert_child(), and delete_child() methods. See the reference pages in Section 4 for more
information.
See Also
change_managed(4), delete_child(4), destroy(4), Constraint destroy(4), insert_child(4), resize(4).
Xt - Widget Method Prototypes XtWidgetProc()