NAME
XtWidgetToApplicationContext − get the application context for a given widget.
Synopsis
XtAppContext XtWidgetToApplicationContext(object)
Widget object;
Inputs
objectSpecifies the object for which you want the application context; may be of class Object or any subclass thereof.
Returns
The application context of object.
Description
XtWidgetToApplicationContext() returns the application context in which the specified widget or object was created.
Usage
This function is useful when an application context argument is required in widget code.
See Also
XtCreateApplicationContext(1).
Copyright O’Reilly & Assoc. — X Toolkit Intrinsics Reference Manual © O’Reilly & Associates