1XmGetXmScreen(library call) XmGetXmScreen(library call)
2
3
4
6 XmGetXmScreen — A Screen function that returns the XmScreen object ID
7 for a specified screen
8
10 #include <Xm/Screen.h>
11 Widget XmGetXmScreen(
12 Screen *screen);
13
15 XmGetXmScreen returns the XmScreen object ID associated with a screen.
16 The application can access and manipulate Screen resources with XtGet‐
17 Values and XtSetValues.
18
19 screen Specifies the screen for which the XmScreen ID is to be
20 returned
21
22 For a complete definition of Screen and its associated resources, see
23 XmScreen(3).
24
26 Returns the XmScreen object ID.
27
29 XmScreen(3).
30
31
32
33 XmGetXmScreen(library call)