Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ set_menu_mark(3X) — DG/UX R4.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

menus(3X)



menu_mark(3X)                     SDK R4.11                    menu_mark(3X)


NAME
       menumark:  setmenumark, menumark - menus mark string routines

SYNOPSIS
       #include <menu.h>

       int setmenumark(MENU *menu, char *mark);
       char *menumark(MENU *menu);

DESCRIPTION
       menus displays mark strings to distinguish selected items in a menu
       (or the current item in a single-valued menu).  setmenumark sets
       the mark string of menu to mark.  menumark returns a pointer to the
       mark string of menu.

RETURN VALUE
       menumark returns NULL on error.  setmenumark returns one of the
       following:
       EOK           - The routine returned successfully.
       ESYSTEMERROR - System error.
       EBADARGUMENT - An incorrect argument was passed to the routine.

NOTES
       The header file <menu.h> automatically includes the header files
       <eti.h> and <curses.h>.

SEE ALSO
       curses(3X), menus(3X).


Licensed material--property of copyright holder(s)

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