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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmGetMenuCursor  --  A  function that returns the cursor ID for the current
     menu cursor

SYNOPSIS
     #include <Xm/Xm.h>
     Cursor XmGetMenuCursor(
     Display * display);

DESCRIPTION
     XmGetMenuCursor queries the menu cursor currently being used by this client
     on the specified display and returns the cursor ID.  This function  returns
     the menu cursor for the default screen of the display.

     NOTE:  XmGetMenuCursor is obsolete and exists for compatibility with previ-
     ous releases.  Instead of using this function, call XtGetValues for the Xm-
     Screen resource XmNmenuCursor.

     display   Specifies the display whose menu cursor is to be queried

RETURN
     Returns the cursor ID for the current menu cursor or the value  None  if  a
     cursor  is not yet defined. A cursor will not be defined if the application
     makes this call before the client has created any menus  on  the  specified
     display.

RELATED
     XmScreen(3).

							      XmGetMenuCursor(3)

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

home | help