X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Fmenu_format.3x.html;fp=Ada95%2Fhtml%2Fmenu_format.3x.html;h=e2ab655e14500a150a8ffec33ef68210affa5503;hp=4ab46debb37a0aef12636bf01b64afa7ba94f06f;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c diff --git a/Ada95/html/menu_format.3x.html b/Ada95/html/menu_format.3x.html index 4ab46deb..e2ab655e 100644 --- a/Ada95/html/menu_format.3x.html +++ b/Ada95/html/menu_format.3x.html @@ -14,17 +14,20 @@

DESCRIPTION

        The function set_menu_format sets the maximum display size
-       of the given window.  If this size is too small to display
-       all menu items, the menu will be made scrollable.
-
-       The   default  format  is  16  rows,  1  column.   Calling
-       set_menu_format with a null menu pointer will change  this
+       of the given menu.  If this size is too small  to  display
+       all  menu items, the menu will be made scrollable. If this
+       size is larger than the menus subwindow and the  subwindow
+       is  too  small to display all menu items, post_menu() will
+       fail.
+
+       The  default  format  is  16  rows,  1  column.    Calling
+       set_menu_format  with a null menu pointer will change this
        default.  A zero row or column argument to set_menu_format
-       is interpreted as a request  not  to  change  the  current
+       is  interpreted  as  a  request  not to change the current
        value.
 
-       The  function  menu_format  returns  the maximum-size con-
-       straints for the given menu into the storage addressed  by
+       The function menu_format  returns  the  maximum-size  con-
+       straints  for the given menu into the storage addressed by
        rows and cols.
 
 
@@ -38,7 +41,7 @@
             System error occurred (see errno).
 
        E_BAD_ARGUMENT
-            Routine  detected  an incorrect or out-of-range argu-
+            Routine detected an incorrect or  out-of-range  argu-
             ment.
 
        E_POSTED
@@ -58,14 +61,63 @@
 
 

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
-       curses by Eric S. Raymond.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+