tag | line | file | source code |
WINDOW | 32 | scripts/lxdialog/checklist.c | print_item (WINDOW * win, const char *item, int status, |
WINDOW | 60 | scripts/lxdialog/checklist.c | print_arrows (WINDOW * win, int choice, int item_no, int scroll, |
WINDOW | 99 | scripts/lxdialog/checklist.c | print_buttons( WINDOW *dialog, int height, int width, int selected) |
WINDOW | 122 | scripts/lxdialog/checklist.c | WINDOW *dialog, *list; |
WINDOW | 125 | scripts/lxdialog/dialog.h | void attr_clear (WINDOW * win, int height, int width, chtype attr); |
WINDOW | 128 | scripts/lxdialog/dialog.h | void print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x); |
WINDOW | 129 | scripts/lxdialog/dialog.h | void print_button (WINDOW * win, const char *label, int y, int x, int selected); |
WINDOW | 130 | scripts/lxdialog/dialog.h | void draw_box (WINDOW * win, int y, int x, int height, int width, chtype box, |
WINDOW | 132 | scripts/lxdialog/dialog.h | void draw_shadow (WINDOW * win, int y, int x, int height, int width); |
WINDOW | 30 | scripts/lxdialog/inputbox.c | print_buttons(WINDOW *dialog, int height, int width, int selected) |
WINDOW | 52 | scripts/lxdialog/inputbox.c | WINDOW *dialog; |
WINDOW | 30 | scripts/lxdialog/menubox.c | print_item (WINDOW * win, const char *item, int choice, int selected, int hotkey) |
WINDOW | 56 | scripts/lxdialog/menubox.c | print_arrows (WINDOW * win, int item_no, int scroll, |
WINDOW | 101 | scripts/lxdialog/menubox.c | print_buttons (WINDOW *win, int height, int width, int selected) |
WINDOW | 125 | scripts/lxdialog/menubox.c | WINDOW *dialog, *menu; |
WINDOW | 33 | scripts/lxdialog/msgbox.c | WINDOW *dialog; |
WINDOW | 25 | scripts/lxdialog/textbox.c | static void print_page (WINDOW * win, int height, int width); |
WINDOW | 26 | scripts/lxdialog/textbox.c | static void print_line (WINDOW * win, int row, int width); |
WINDOW | 28 | scripts/lxdialog/textbox.c | static void print_position (WINDOW * win, int height, int width); |
WINDOW | 43 | scripts/lxdialog/textbox.c | WINDOW *dialog, *text; |
WINDOW | 430 | scripts/lxdialog/textbox.c | print_page (WINDOW * win, int height, int width) |
WINDOW | 449 | scripts/lxdialog/textbox.c | print_line (WINDOW * win, int row, int width) |
WINDOW | 523 | scripts/lxdialog/textbox.c | print_position (WINDOW * win, int height, int width) |
WINDOW | 112 | scripts/lxdialog/util.c | attr_clear (WINDOW * win, int height, int width, chtype attr) |
WINDOW | 198 | scripts/lxdialog/util.c | print_autowrap (WINDOW * win, const char *prompt, int width, int y, int x) |
WINDOW | 258 | scripts/lxdialog/util.c | print_button (WINDOW * win, const char *label, int y, int x, int selected) |
WINDOW | 286 | scripts/lxdialog/util.c | draw_box (WINDOW * win, int y, int x, int height, int width, |
WINDOW | 321 | scripts/lxdialog/util.c | draw_shadow (WINDOW * win, int y, int x, int height, int width) |
WINDOW | 28 | scripts/lxdialog/yesno.c | print_buttons(WINDOW *dialog, int height, int width, int selected) |
WINDOW | 47 | scripts/lxdialog/yesno.c | WINDOW *dialog; |