...\" ** (c) Copyright 1993, 1994 Hewlett-Packard Company ...\" ** (c) Copyright 1993, 1994 International Business Machines Corp. ...\" ** (c) Copyright 1993, 1994 Sun Microsystems, Inc. ...\" ** (c) Copyright 1993, 1994 Novell, Inc ...\" ** ...\" ** ...\" ** ...\" ** (c) Copyright 1989, 1990, 1992 by Open Software Foundation, Inc. ...\" ** All Rights Reserved. ...\" ** ...\" ** (c) Copyright 1987, 1988, 1989, by Hewlett-Packard Company ...\" ** ...\" ** (c) Copyright 1987, 1988 by Digital Equipment Corporation, ...\" ** Maynard, MA. All Rights Reserved. ...\" ** ...\" ** .TH XmGetMenuCursor 3X "" "" "" "" .ds )H Hewlett-Packard Company .ds ]W Motif Release 1.2: May 1992 .SH NAME \fIXmGetMenuCursor\fP \- A function that returns the cursor ID for the current menu cursor .SH SYNOPSIS .nf .sS .iS \&#include .sp \n(PDu Cursor XmGetMenuCursor (\fBdisplay\fI) .ta .5i 1.5i .nf Display \fB* display\fI; .wH .fi .iE .sE .SH DESCRIPTION .fi \fIXmGetMenuCursor\fP queries the menu cursor currently being used by this client on the specified display and returns the cursor ID. .PP This function returns the menu cursor for the default screen of the display. \fIXmGetMenuCursor\fP is obsolete and exists for compatibility with previous releases. Instead of using this function, call \fIXtGetValues\fP for the XmScreen resource \fIXmNmenuCursor\fP. .IP "\fBdisplay\fP" Specifies the display whose menu cursor is to be queried .P .ne 12 .SH 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 application makes this call before the client has created any menus on the specified display. .SH RELATED INFORMATION .na \fIXmScreen(3X)\fP. .ad