tag | line | file | source code |
title | 115 | scripts/lxdialog/checklist.c | dialog_checklist (const char *title, const char *prompt, int height, int width, |
title | 159 | scripts/lxdialog/checklist.c | if (title != NULL) { |
title | 161 | scripts/lxdialog/checklist.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 162 | scripts/lxdialog/checklist.c | waddstr (dialog, (char *)title); |
title | 135 | scripts/lxdialog/dialog.h | int dialog_yesno (const char *title, const char *prompt, int height, int width); |
title | 136 | scripts/lxdialog/dialog.h | int dialog_msgbox (const char *title, const char *prompt, int height, |
title | 138 | scripts/lxdialog/dialog.h | int dialog_textbox (const char *title, const char *file, int height, int width); |
title | 139 | scripts/lxdialog/dialog.h | int dialog_menu (const char *title, const char *prompt, int height, int width, |
title | 142 | scripts/lxdialog/dialog.h | int dialog_checklist (const char *title, const char *prompt, int height, |
title | 146 | scripts/lxdialog/dialog.h | int dialog_inputbox (const char *title, const char *prompt, int height, |
title | 148 | scripts/lxdialog/dialog.h | int dialog_guage (const char *title, const char *prompt, int height, int width, |
title | 45 | scripts/lxdialog/inputbox.c | dialog_inputbox (const char *title, const char *prompt, int height, int width, |
title | 71 | scripts/lxdialog/inputbox.c | if (title != NULL) { |
title | 73 | scripts/lxdialog/inputbox.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 74 | scripts/lxdialog/inputbox.c | waddstr (dialog, (char *)title); |
title | 28 | scripts/lxdialog/lxdialog.c | typedef int (jumperFn) (const char *title, int argc, const char * const * argv); |
title | 62 | scripts/lxdialog/lxdialog.c | const char *title = NULL; |
title | 75 | scripts/lxdialog/lxdialog.c | if (argc - offset < 3 || title != NULL) { |
title | 79 | scripts/lxdialog/lxdialog.c | title = argv[offset + 2]; |
title | 130 | scripts/lxdialog/lxdialog.c | retval = (*(modePtr->jumper)) (title, argc - offset, argv + offset); |
title | 109 | scripts/lxdialog/menubox.c | dialog_menu (const char *title, const char *prompt, int height, int width, |
title | 137 | scripts/lxdialog/menubox.c | if (title != NULL) { |
title | 139 | scripts/lxdialog/menubox.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 140 | scripts/lxdialog/menubox.c | waddstr (dialog, (char *)title); |
title | 29 | scripts/lxdialog/msgbox.c | dialog_msgbox (const char *title, const char *prompt, int height, int width, |
title | 46 | scripts/lxdialog/msgbox.c | if (title != NULL) { |
title | 48 | scripts/lxdialog/msgbox.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 49 | scripts/lxdialog/msgbox.c | waddstr (dialog, (char *)title); |
title | 38 | scripts/lxdialog/textbox.c | dialog_textbox (const char *title, const char *file, int height, int width) |
title | 106 | scripts/lxdialog/textbox.c | if (title != NULL) { |
title | 108 | scripts/lxdialog/textbox.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 109 | scripts/lxdialog/textbox.c | waddstr (dialog, (char *)title); |
title | 43 | scripts/lxdialog/yesno.c | dialog_yesno (const char *title, const char *prompt, int height, int width) |
title | 65 | scripts/lxdialog/yesno.c | if (title != NULL) { |
title | 67 | scripts/lxdialog/yesno.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 68 | scripts/lxdialog/yesno.c | waddstr (dialog, (char *)title); |