NAME
XtWidgetProc − interface definition for many common widget methods.
Synopsis
typedef void (*XtWidgetProc)(Widget);
Widget w;
Inputs
wSpecifies 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).
Copyright O’Reilly & Assoc. — X Toolkit Intrinsics Reference Manual © O’Reilly & Associates