A Screen function that returns the XmScreen object ID for a specified screen
Format
#include <Xm/Screen.h> Widget XmGetXmScreen Screen *screen
DESCRIPTION
XmGetXmScreen returns the XmScreen object ID associated with a screen. The application can access and manipulate Screen resources with XtGetValues and XtSetValues.
For a complete definition of Screen and its associated resources, see XmScreen (3).
RETURN
Returns the XmScreen object ID.
RELATED