Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
XmGetXmDisplay(3)	    Library Functions Manual	       XmGetXmDisplay(3)

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).

							       XmGetXmDisplay(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmGetXmDisplay&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help