Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ menu_mark(3x) — Atari System V ue12

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

curses(3X)

menus(3X)





   menu_mark(3X)                                                 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).

























   7/91                                                                 Page 1





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