1XmGetMenuCursor(library call)                    XmGetMenuCursor(library call)
2
3
4

NAME

6       XmGetMenuCursor — A function that returns the cursor ID for the current
7       menu cursor
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       Cursor XmGetMenuCursor(
12       Display * display);
13

DESCRIPTION

15       XmGetMenuCursor queries the menu cursor currently being  used  by  this
16       client  on the specified display and returns the cursor ID.  This func‐
17       tion returns the menu cursor for the default screen of the display.
18
19       NOTE: XmGetMenuCursor is obsolete and  exists  for  compatibility  with
20       previous  releases.   Instead  of using this function, call XtGetValues
21       for the XmScreen resource XmNmenuCursor.
22
23       display   Specifies the display whose menu cursor is to be queried
24

RETURN

26       Returns the cursor ID for the current menu cursor or the value None  if
27       a cursor is not yet defined. A cursor will not be defined if the appli‐
28       cation makes this call before the client has created any menus  on  the
29       specified display.
30
32       XmScreen(3).
33
34
35
36                                                 XmGetMenuCursor(library call)
Impressum