X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_opts.3x.html;h=937c4cd4c9f9cb40e4e65c002cce0f512dce2ef8;hb=81304798ee736c467839c779c9ca5dca48db7bea;hp=ba7b1a1ca96de2d3d8b3cbc2158e6bdd81bfa606;hpb=9f479192e3ca3413d235c66bf058f8cc63764898;p=ncurses.git diff --git a/doc/html/man/menu_opts.3x.html b/doc/html/man/menu_opts.3x.html index ba7b1a1c..937c4cd4 100644 --- a/doc/html/man/menu_opts.3x.html +++ b/doc/html/man/menu_opts.3x.html @@ -35,44 +35,44 @@ -menu_opts 3X +menu_opts 3x -

menu_opts 3X

+

menu_opts 3x

-menu_opts(3X)                                                    menu_opts(3X)
+menu_opts(3x)                                                    menu_opts(3x)
 
 
 
 
 

NAME

-       set_menu_opts,  menu_opts_on,  menu_opts_off,  menu_opts  - set and get
+       set_menu_opts,  menu_opts_on,  menu_opts_off,  menu_opts  - set and get
        menu options
 
 
 

SYNOPSIS

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

DESCRIPTION

-       The function set_menu_opts sets all the given menu's option bits  (menu
+       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
+       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
+       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 function menu_opts returns the menu's current option bits.
 
        The following options are defined (all are on by default):
 
@@ -97,30 +97,30 @@
 
        O_MOUSE_MENU
             If user clicks with  the  mouse  and  it  does  not  fall  on  the
-            currently  active menu, push KEY_MOUSE and the MEVENT data back on
+            currently  active menu, push KEY_MOUSE and the MEVENT data back on
             the queue to allow processing  in  another  part  of  the  calling
             program.
 
 
 

RETURN VALUE

-       Except for menu_opts, each routine returns one of the following:
+       Except for menu_opts, each routine returns one of the following:
 
-       E_OK The routine succeeded.
+       E_OK The routine succeeded.
 
-       E_SYSTEM_ERROR
-            System error occurred (see errno(3)).
+       E_SYSTEM_ERROR
+            System error occurred (see errno(3)).
 
-       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>.
 
 
 

PORTABILITY

@@ -134,7 +134,7 @@
 
 
 
-                                                                 menu_opts(3X)
+                                                                 menu_opts(3x)