xmgetxmdisplay(3) - Linux man page
Name
XmGetXmDisplay - A Display function that returns the XmDisplay object ID for a specified display
Synopsis
#include <Xm/Display.h> Widget XmGetXmDisplay( Display *display);
Description
XmGetXmDisplay returns the XmDisplay object ID associated with a display. The application can access Display resources with XtGetValues.
- display
Specifies the display for which the XmDisplay object ID is to be returned
- For a complete definition of Display and its associated resources, see xmdisplay(3).
Return
Returns the XmDisplay object ID for the specified display.
Related
xmdisplay(3).