XmGetMenuCursor(library call) XmGetMenuCursor(library call)
NAME
XmGetMenuCursor -- A function that returns the cursor ID for the cur- rent 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 func- tion returns the menu cursor for the default screen of the display. NOTE: XmGetMenuCursor is obsolete and exists for compatibility with previous 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
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 appli- cation makes this call before the client has created any menus on the specified display.
RELATED
XmScreen(3). XmGetMenuCursor(library call)
openMotif 2.3.1 - Generated Sun Nov 30 16:18:57 CST 2008