X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmenu_spacing.3x.html;h=aff22830bc5ba0ae6315306ff8b19c104938f2e7;hb=265e45e43e9917e8b9ecc2bf9d23867a3ede2ecd;hp=13e64d8a1df2bd32878224fa27d8966c324a377c;hpb=51a395aaa20e4aa687310bb8cb1616ccf8e8fd0d;p=ncurses.git diff --git a/doc/html/man/menu_spacing.3x.html b/doc/html/man/menu_spacing.3x.html index 13e64d8a..aff22830 100644 --- a/doc/html/man/menu_spacing.3x.html +++ b/doc/html/man/menu_spacing.3x.html @@ -1,7 +1,8 @@ @@ -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,8 +74,8 @@
        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
+       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.