X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_format.3x.html;h=09353f00ee527426a77f26e1fbeba295cfc3db71;hp=77b73c6ba53a35a5e80ba5ac3d1b85cb169b01d8;hb=b11cef1e315b58820ea0cde239ebf2f741ef8948;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/doc/html/man/menu_format.3x.html b/doc/html/man/menu_format.3x.html index 77b73c6b..09353f00 100644 --- a/doc/html/man/menu_format.3x.html +++ b/doc/html/man/menu_format.3x.html @@ -1,8 +1,7 @@ - + + + menu_format 3x -

menu_format 3x

-
+

menu_format 3x

-
 menu_format(3x)                                         menu_format(3x)
 
 
 
 
 
-

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
@@ -79,7 +79,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        These routines returns one of the following:
 
        E_OK The routine succeeded.
@@ -99,24 +99,24 @@
 
 
 
-

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.
 
@@ -124,10 +124,17 @@
 
                                                         menu_format(3x)
 
-
-
-Man(1) output converted with -man2html -
+