#include "dialog.h"
Include dependency graph for inputbox.c:
Go to the source code of this file.
Functions | |
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 | |
unsigned char | dialog_input_result [MAX_LEN+1] |
|
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: ![]() |
|
Definition at line 30 of file inputbox.c. References print_button(). Here is the call graph for this function: ![]() |
|
Definition at line 24 of file inputbox.c. Referenced by dialog_inputbox(), and j_inputbox(). |