X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_opts.3x.html;h=7853d4e62bc8ca08e408596d163ea657fc559d3c;hb=beb0f0c6911096ee19815bdf2601c4317d80341f;hp=0f903c26ef5bf1a5218a0a13b69573f540cad2c1;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;p=ncurses.git diff --git a/doc/html/man/menu_opts.3x.html b/doc/html/man/menu_opts.3x.html index 0f903c26..7853d4e6 100644 --- a/doc/html/man/menu_opts.3x.html +++ b/doc/html/man/menu_opts.3x.html @@ -2,7 +2,7 @@ @@ -54,10 +54,10 @@

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);
+       int set_menu_opts(MENU *menu, Menu_Options opts);
+       int menu_opts_on(MENU *menu, Menu_Options opts);
+       int menu_opts_off(MENU *menu, Menu_Options opts);
+       Menu_Options menu_opts(const MENU *menu);
 
 
 
@@ -91,11 +91,11 @@ Ignore the case when pattern-matching. O_SHOWMATCH - Move the cursor to within the item name while pat- + Move the cursor to within the item name while pat- tern-matching. O_NONCYCLIC - Don't wrap around next-item and previous-item, + Don't wrap around next-item and previous-item, requests to the other end of the menu. @@ -126,13 +126,13 @@

PORTABILITY

-       These routines emulate the System V  menu  library.   They
+       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
+       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.