1XmGetXmDisplay(library call) XmGetXmDisplay(library call)
2
3
4
6 XmGetXmDisplay — A Display function that returns the XmDisplay object
7 ID for a specified display
8
10 #include <Xm/Display.h>
11 Widget XmGetXmDisplay(
12 Display *display);
13
15 XmGetXmDisplay returns the XmDisplay object ID associated with a dis‐
16 play. The application can access Display resources with XtGetValues.
17
18 display Specifies the display for which the XmDisplay object ID is to
19 be returned
20
21 For a complete definition of Display and its associated resources, see
22 XmDisplay(3).
23
25 Returns the XmDisplay object ID for the specified display.
26
28 XmDisplay(3).
29
30
31
32 XmGetXmDisplay(library call)