Include dependency graph for inputbox.c:

Go to the source code of this file.
Functions | |
| static void | print_buttons (WINDOW *dialog, int height, int width, int selected) |
| int | dialog_inputbox (const char *title, const char *prompt, int height, int width, const char *init) |
Variables | |
| char | dialog_input_result [MAX_LEN+1] |
| int dialog_inputbox | ( | const char * | title, | |
| const char * | prompt, | |||
| int | height, | |||
| int | width, | |||
| const char * | init | |||
| ) |
Definition at line 46 of file inputbox.c.
References ACS_HLINE, ACS_LTEE, ACS_RTEE, border_attr, dialog_attr, dialog_input_result, draw_box(), draw_shadow(), ESC, inputbox_attr, MAX_LEN, print_autowrap(), print_buttons(), TAB, and title_attr.
Referenced by j_inputbox().
Here is the call graph for this function:

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

| char dialog_input_result[MAX_LEN+1] |
1.4.7