xvw_appcontext - return the application context associated with a object
LIBRARY CALL
XtAppContext xvw_appcontext(
xvobject object)
INPUT
object - object for which to get the application context
OUTPUT
none
RETURN VALUE
The application context associated with the object
on success, NULL on failure
DESCRIPTION
Returns the application context associated with the
object. Note that this is the GUI & Visualization
services equivalent of XtWidgetToApplicationContext().
If object is NULL, returns the default application context.