void
menu_format(
MENU *menu
, int *rows
, int *cols
)
int
set_menu_format(
MENU *menu
, int rows
, int cols
)
)
returns the number of rows and columns of items that can be displayed
by the menu.
The format is set by the
set_menu_format(
)
function call.
Note that the rows and columns defined here are not the size of the
window but rather the number of rows and columns of items.
E_OK
E_BAD_ARGUMENT
E_POSTED
<menu.h>
automatically includes both
<curses.h>
and
<eti.h>
.