X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_opts.3x.html;h=0f903c26ef5bf1a5218a0a13b69573f540cad2c1;hp=5730121fe60cb11cfdb8f5ee83c9935330dd931e;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/doc/html/man/menu_opts.3x.html b/doc/html/man/menu_opts.3x.html index 5730121f..0f903c26 100644 --- a/doc/html/man/menu_opts.3x.html +++ b/doc/html/man/menu_opts.3x.html @@ -1,16 +1,59 @@ + + + +menu_opts 3x + + + +

menu_opts 3x

+
 
+menu_opts(3x)                                             menu_opts(3x)
+
+
+
 
 

NAME

-       menu_opts - set and get menu options
+       menu_opts - set and get menu options
 
 
 

SYNOPSIS

-       #include <menu.h>
+       #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);
@@ -19,17 +62,17 @@
 
 

DESCRIPTION

-       The  function  set_menu_opts  sets  all  the  given menu's
+       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,
+       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
+       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
+       The  function  menu_opts returns the menu's current option
        bits.
 
        The following options are defined (all are on by default):
@@ -58,28 +101,27 @@
 
 

RETURN VALUE

-       Except for menu_opts, each routine returns one of the fol-
+       Except for menu_opts, each routine returns one of the fol-
        lowing:
 
-       E_OK The routine succeeded.
-
+       E_OK The routine succeeded.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno).
+       E_SYSTEM_ERROR
+            System error occurred (see errno).
 
-       E_POSTED
+       E_POSTED
             The menu is already posted.
 
 
 

SEE ALSO

-       curses(3x), menu(3x).
+       curses(3x), menu(3x).
 
 
 

NOTES

-       The header file <menu.h> automatically includes the header
-       file <curses.h>.
+       The header file <menu.h> automatically includes the header
+       file <curses.h>.
 
 
 
@@ -95,37 +137,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + menu_opts(3x)