XmGetMenuCursor(Xm) 6 January 1993 XmGetMenuCursor(Xm) Name XmGetMenuCursor - a function that returns the cursor ID for the current menu cursor Syntax #include <Xm/Xm.h> Cursor XmGetMenuCursor (display) 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 dis- play. XmGetMenuCursor is obsolete and exists for compatibility with pre- vious releases. Instead of using this function, call XtGetValues for the XmScreen resource XmNmenuCursor. display Specifies the display whose menu cursor is to be queried Return value 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 applica- tion makes this call before the client has created any menus on the specified display. See also XmScreen(Xm)