Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XmSetMeCu(Xm) — OpenDesktop Software Development System 3.0.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


 XmSetMenuCursor(Xm)            6 January 1993            XmSetMenuCursor(Xm)


 Name

    XmSetMenuCursor - a function that modifies the menu cursor for a client

 Syntax


    #include <Xm/Xm.h>

    void XmSetMenuCursor (display, cursorId)
    Display * display;
    Cursor cursorId;


 Description

    XmSetMenuCursor programmatically modifies the menu cursor for a client;
    after the cursor has been created by the client, this function registers
    the cursor with the menu system. After calling this function, the speci-
    fied cursor is displayed whenever this client displays a Motif menu on
    the indicated display. The client can then specify different cursors on
    different displays.

    This function sets the menu cursor for all screens on the display.
    XmSetMenuCursor is obsolete and exists for compatibility with previous
    releases.  Instead of using this function, provide initial values or call
    XtSetValues for the XmScreen resource XmNmenuCursor.

    display Specifies the display to which the cursor is to be associated

    cursorId
            Specifies the X cursor ID

 See also

    XmScreen(Xm)


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026