plucky (3) XmGetXmDisplay.3.gz

Provided by: libmotif-dev_2.3.8-4_amd64 bug

NAME

       XmGetXmDisplay  —  A  Display  function  that  returns  the  XmDisplay  object ID for a specified display
       "XmGetXmDisplay" "Display functions" "XmGetXmDisplay"

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.

       XmDisplay(3).

                                                                                               XmGetXmDisplay(3)