#include "dialog.h"
Include dependency graph for yesno.c:
Go to the source code of this file.
Functions | |
void | print_buttons (WINDOW *dialog, int height, int width, int selected) |
int | dialog_yesno (const char *title, const char *prompt, int height, int width) |
|
Definition at line 44 of file yesno.c. References ACS_HLINE, ACS_LTEE, ACS_RTEE, border_attr, dialog_attr, draw_box(), draw_shadow(), ESC, print_autowrap(), print_buttons(), TAB, and title_attr. Referenced by j_yesno(). Here is the call graph for this function: ![]() |
|
Definition at line 28 of file yesno.c. References print_button(). Referenced by dialog_checklist(), dialog_inputbox(), dialog_menu(), and dialog_yesno(). Here is the call graph for this function: ![]() |