X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_format.3x.html;h=35a8a5d7952421be5f400efe327cb45c4f035609;hp=3e8adbc27763c430e12e3b8722d7016094c7d5e8;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/menu_format.3x.html b/doc/html/man/menu_format.3x.html index 3e8adbc2..35a8a5d7 100644 --- a/doc/html/man/menu_format.3x.html +++ b/doc/html/man/menu_format.3x.html @@ -1,7 +1,7 @@ @@ -46,20 +46,17 @@ - -

NAME

-       menu_format - set and get menu sizes
+

NAME

+       set_menu_format, menu_format - set and get menu sizes
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <menu.h>
        int set_menu_format(MENU *menu, int rows, int cols);
        void menu_format(const MENU *menu, int *rows, int *cols);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The function set_menu_format sets the maximum display size
        of the given menu.  If this size is too small  to  display
        all  menu items, the menu will be made scrollable. If this
@@ -78,8 +75,7 @@
        rows and cols.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        These routines returns one of the following:
 
        E_OK The routine succeeded.
@@ -98,25 +94,21 @@
             No items are connected to the menu.
 
 
-
-

SEE ALSO

+

SEE ALSO

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

NOTES

+

NOTES

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

PORTABILITY

+

PORTABILITY

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

AUTHORS

+

AUTHORS

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