X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fmenu_spacing.3x;h=7d67f0b6aa2fbebd61053ff48e3a3f6bc6632a07;hb=c24295f70ba90ce58d7fd76c0e8d852ab66f41bc;hp=04ccb573ae7d90649c80eef5e5a3374127ec2066;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280;p=ncurses.git diff --git a/man/menu_spacing.3x b/man/menu_spacing.3x index 04ccb573..7d67f0b6 100644 --- a/man/menu_spacing.3x +++ b/man/menu_spacing.3x @@ -28,23 +28,23 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: menu_spacing.3x,v 1.16 2020/02/02 23:34:34 tom Exp $ +.\" $Id: menu_spacing.3x,v 1.17 2020/10/17 23:48:53 tom Exp $ .TH menu_spacing 3X "" .SH NAME \fBset_menu_spacing\fP, \fBmenu_spacing\fR \- set and get spacing between menu items. .SH SYNOPSIS \fB#include \fR +.sp +\fBint set_menu_spacing(MENU *\fP\fImenu\fP\fB,\fP + \fBint \fP\fIspc_description\fP\fB,\fP + \fBint \fP\fIspc_rows\fP\fB,\fP + \fBint \fP\fIspc_columns\fP\fB);\fP .br -int set_menu_spacing(MENU *menu, - int spc_description, - int spc_rows, - int spc_columns); -.br -int menu_spacing(const MENU *menu, - int* spc_description, - int* spc_rows, - int* spc_columns); +\fBint menu_spacing(const MENU *\fP\fImenu\fP\fB,\fP + \fBint* \fP\fIspc_description\fP\fB,\fP + \fBint* \fP\fIspc_rows\fP\fB,\fP + \fBint* \fP\fIspc_columns\fP\fB);\fP .br .SH DESCRIPTION The function \fBset_menu_spacing\fR sets the spacing information for the menu.