H27437 s 00124/00000/00000 d D 1.1 02/05/02 15:35:04 root 2 1 cC cF1 cK61347 cO-rw-rw-r-- e s 00000/00000/00000 d D 1.0 02/05/02 15:35:04 root 1 0 c BitKeeper file /Mastodon/Core/Build/ncurses/Ada95/html/menu_opts.3x.html cBor@egypt.pell.portland.or.us|ChangeSet|20020502223039|07086|e73225ae258b78f8 cHegypt.pell.portland.or.us cK32100 cPAda95/html/menu_opts.3x.html cR6cac97836fa7fb70 cV4 cX0x821 cZ-07:00 e u U f e 0 f x 0x821 t T I 2
       menu_opts - set and get menu options


SYNOPSIS

       #include <menu.h>
       int set_menu_opts(MENU *menu, OPTIONS opts);
       int menu_opts_on(MENU *menu, OPTIONS opts);
       int menu_opts_off(MENU *menu, OPTIONS opts);
       OPTIONS menu_opts(const MENU *menu);


DESCRIPTION

       The  function  set_menu_opts  sets  all  the  given menu's
       option bits  (menu  option  bits  may  be  logically-OR'ed
       together).

       The  function menu_opts_on turns on the given option bits,
       and leaves others alone.

       The function menu_opts_off  turns  off  the  given  option
       bits, and leaves others alone.

       The  function  menu_opts returns the menu's current option
       bits.

       The following options are defined (all are on by default):

       O_ONEVALUE
            Only one item can be selected for this menu.

       O_SHOWDESC
            Display  the  item  descriptions  when  the  menu  is
            posted.

       O_ROWMAJOR
            Display the menu in row-major order.

       O_IGNORECASE
            Ignore the case when pattern-matching.

       O_SHOWMATCH
            Move the cursor to within the item  name  while  pat-
            tern-matching.

       O_NONCYCLIC
            Don't   wrap   around  next-item  and  previous-item,
            requests to the other end of the menu.


RETURN VALUE

       Except for menu_opts, each routine returns one of the fol-
       lowing:

       E_OK The routine succeeded.

            System error occurred (see errno).

       E_POSTED
            The menu is already posted.


SEE ALSO

       curses(3X), menu(3X).


NOTES

       The header file <menu.h> automatically includes the header
       file <curses.h>.


PORTABILITY

       These routines emulate the System V  menu  library.   They
       were not supported on Version 7 or BSD versions.


AUTHORS

       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
       curses by Eric S. Raymond.

































E 2 I 1 E 1