Include dependency graph for yesno.c:

Go to the source code of this file.
Functions | |
| static void | print_buttons (WINDOW *dialog, int height, int width, int selected) |
| int | dialog_yesno (const char *title, const char *prompt, int height, int width) |
| 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:

| static void print_buttons | ( | WINDOW * | dialog, | |
| int | height, | |||
| int | width, | |||
| int | selected | |||
| ) | [static] |
Definition at line 28 of file yesno.c.
References print_button().
Here is the call graph for this function:

1.4.7