#include "dialog.h"
Go to the source code of this file.
Functions | |
int | dialog_menu (const char *title, const char *prompt, int height, int width, int menu_height, const char *current, int item_no, const char *const *items) |
int dialog_menu | ( | const char * | title, | |
const char * | prompt, | |||
int | height, | |||
int | width, | |||
int | menu_height, | |||
const char * | current, | |||
int | item_no, | |||
const char *const * | items | |||
) |
Definition at line 162 of file menubox.c.
References ACS_HLINE, ACS_LTEE, ACS_RTEE, border_attr, dialog_attr, draw_box(), draw_shadow(), ESC, parse_symbols::f, FALSE, first_alpha(), MAX, menubox_attr, menubox_border_attr, MIN, print_autowrap(), TAB, title_attr, and TRUE.
Referenced by j_menu().