logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmGetXmDisplay — A Display function that returns the XmDisplay object ID for a specified 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).

Name

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

Return

       Returns the XmDisplay object ID for the specified display.

Synopsis

       #include <Xm/Display.h>
       WidgetXmGetXmDisplay(
       Display*display);

See Also