Home | History | Annotate | Download | only in libmenu

Lines Matching refs:rows

39 	16,         /* number of item rows that will fit in window */
41 0, /* number of rows of items we have */
212 * Set the maximum number of rows and columns of items that may be displayed.
215 set_menu_format(MENU *param_menu, int rows, int cols)
219 menu->rows = rows;
230 * Return the max number of rows and cols that may be displayed.
233 menu_format(MENU *param_menu, int *rows, int *cols)
237 *rows = menu->rows;
543 scale_menu(MENU *param_menu, int *rows, int *cols)
553 *rows = menu->rows;