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

XmGetMenuCursor — A function that returns the cursor ID for the current menu cursor "XmGetMenuCursor"

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

Name

XmGetMenuCursor — A function that returns the cursor ID for the current menu cursor "XmGetMenuCursor"

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.

Synopsis

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

See Also