X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_format.3x.html;h=8290ae26f51aabd4211fa7bf00c657d88e1bbd01;hp=2a7974b8ec18256fc42ecd6e994ade1d5f2a32b8;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;ds=sidebyside diff --git a/doc/html/man/menu_format.3x.html b/doc/html/man/menu_format.3x.html index 2a7974b8..8290ae26 100644 --- a/doc/html/man/menu_format.3x.html +++ b/doc/html/man/menu_format.3x.html @@ -1,8 +1,7 @@ - + + + menu_format 3x @@ -40,26 +42,25 @@

menu_format 3x


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

NAME

+

NAME

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

RETURN VALUE

+

RETURN VALUE

        These routines returns one of the following:
 
        E_OK The routine succeeded.
@@ -94,26 +95,29 @@
        E_POSTED
             The menu is already posted.
 
+       E_NOT_CONNECTED
+            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.
 
@@ -121,10 +125,17 @@
 
                                                         menu_format(3x)
 
-
-
-Man(1) output converted with -man2html -
+