xvw_screen - return the screen associated with a object
LIBRARY CALL
Screen *xvw_screen(
xvobject object)
INPUT
object - object for which to get the screen
OUTPUT
none
RETURN VALUE
The Screen associated with the object
on success, NULL on failure
DESCRIPTION
Returns the display screen associated with the
object. Note that this is the GUI & Visualization
services equivalent of XtScreen().
If object is NULL, returns the default screen.