menu_mark(3X) DG/UX 5.4R3.00 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) 1