#include "dialog.h"
Go to the source code of this file.
Functions | |
int | dialog_checklist (const char *title, const char *prompt, int height, int width, int list_height, int item_no, const char *const *items, int flag) |
int dialog_checklist | ( | const char * | title, | |
const char * | prompt, | |||
int | height, | |||
int | width, | |||
int | list_height, | |||
int | item_no, | |||
const char *const * | items, | |||
int | flag | |||
) |
Definition at line 116 of file checklist.c.
References ACS_HLINE, ACS_LTEE, ACS_RTEE, border_attr, check_selected_attr, dialog_attr, draw_box(), draw_shadow(), ESC, FALSE, FLAG_CHECK, parse_doc::list, MAX, menubox_attr, menubox_border_attr, MIN, print_autowrap(), TAB, title_attr, and TRUE.
Referenced by j_checklist(), and j_radiolist().