Lines Matching +full:display +full:- +full:rows
2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2015,2016 Free Software Foundation, Inc. *
31 .TH menu_format 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
34 \fBmenu_format\fP \-
40 \fBint set_menu_format(MENU *\fImenu\fP, int \fIrows\fP, int \fIcols\fP);
41 \fBvoid menu_format(const MENU *\fImenu\fP, int *\fIrows\fP, int *\fIcols\fP);
44 The function \fBset_menu_format\fP sets the maximum display size of the given
46 If this size is too small to display all menu items, the menu will be
49 subwindow is too small to display all menu items, \fBpost_menu\fP will fail.
51 The default format is 16 rows, 1 column.
58 The function \fBmenu_format\fP returns the maximum-size constraints for the
59 given menu into the storage addressed by \fBrows\fP and \fBcols\fP.
70 Routine detected an incorrect or out-of-range argument.