Query: xmgetxmscreen
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmGetXmScreen(library call) XmGetXmScreen(library call)NAMEXmGetXmScreen -- A Screen function that returns the XmScreen object ID for a specified screenSYNOPSIS#include <Xm/Screen.h> Widget XmGetXmScreen( Screen *screen);DESCRIPTIONXmGetXmScreen returns the XmScreen object ID associated with a screen. The application can access and manipulate Screen resources with XtGetValues and XtSetValues. screen Specifies the screen for which the XmScreen ID is to be returned For a complete definition of Screen and its associated resources, see XmScreen(3).RETURNReturns the XmScreen object ID.RELATEDXmScreen(3). XmGetXmScreen(library call)