X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_spacing.3x.html;h=45bbabd45f044ef6036676a051dd99485fc49148;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=99e2e5de2343f2ef250f9f256a7ae471d23761e7;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/menu_spacing.3x.html b/doc/html/man/menu_spacing.3x.html index 99e2e5de..45bbabd4 100644 --- a/doc/html/man/menu_spacing.3x.html +++ b/doc/html/man/menu_spacing.3x.html @@ -1,7 +1,8 @@ - @@ -35,8 +36,8 @@ menu_spacing 3x - - + +

menu_spacing 3x

@@ -53,14 +54,15 @@

SYNOPSIS

        #include <menu.h>
-       int set_menu_spacing(MENU *menu,
-                            int spc_description,
-                            int spc_rows,
-                            int spc_columns);
-       int menu_spacing(const MENU *menu,
-                        int* spc_description,
-                        int* spc_rows,
-                        int* spc_columns);
+
+       int set_menu_spacing(MENU *menu,
+                            int spc_description,
+                            int spc_rows,
+                            int spc_columns);
+       int menu_spacing(const MENU *menu,
+                        int* spc_description,
+                        int* spc_rows,
+                        int* spc_columns);
 
 
 

DESCRIPTION

@@ -72,9 +74,9 @@
        spc_rows  parameter  controls  the  number of rows that are used for an
        item.  It must not be larger than 3.  The menu system inserts the blank
        lines  between item rows, these lines will contain the pad character in
-       the appropriate positions.  The spc_columns parameter controls the num-
-       ber  of  blanks  between  columns of items.  It must not be larger than
-       TABSIZE.  A value of 0 for all the spacing values resets  them  to  the
+       the appropriate positions.   The  spc_columns  parameter  controls  the
+       number  of blanks between columns of items.  It must not be larger than
+       TABSIZE.  A value of 0 for all the spacing values resets  them  to  the
        default, which is 1 for all of them.
        The  function  menu_spacing  passes back the spacing info for the menu.
        If a pointer is NULL, this specific info is simply not returned.