tag | line | file | source code |
title | 116 | scripts/lxdialog/checklist.c | dialog_checklist (const char *title, const char *prompt, int height, int width, |
title | 160 | scripts/lxdialog/checklist.c | if (title != NULL) { |
title | 162 | scripts/lxdialog/checklist.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 163 | 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_gauge (const char *title, const char *prompt, int height, int width, |
title | 46 | scripts/lxdialog/inputbox.c | dialog_inputbox (const char *title, const char *prompt, int height, int width, |
title | 72 | scripts/lxdialog/inputbox.c | if (title != NULL) { |
title | 74 | scripts/lxdialog/inputbox.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 75 | scripts/lxdialog/inputbox.c | waddstr (dialog, (char *)title); |
title | 26 | scripts/lxdialog/lxdialog.c | typedef int (jumperFn) (const char *title, int argc, const char * const * argv); |
title | 60 | scripts/lxdialog/lxdialog.c | const char *title = NULL; |
title | 73 | scripts/lxdialog/lxdialog.c | if (argc - offset < 3 || title != NULL) { |
title | 77 | scripts/lxdialog/lxdialog.c | title = argv[offset + 2]; |
title | 125 | scripts/lxdialog/lxdialog.c | retval = (*(modePtr->jumper)) (title, argc - offset, argv + offset); |
title | 118 | scripts/lxdialog/menubox.c | dialog_menu (const char *title, const char *prompt, int height, int width, |
title | 146 | scripts/lxdialog/menubox.c | if (title != NULL) { |
title | 148 | scripts/lxdialog/menubox.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 149 | 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 | 44 | scripts/lxdialog/yesno.c | dialog_yesno (const char *title, const char *prompt, int height, int width) |
title | 66 | scripts/lxdialog/yesno.c | if (title != NULL) { |
title | 68 | scripts/lxdialog/yesno.c | mvwaddch (dialog, 0, (width - strlen(title))/2 - 1, ' '); |
title | 69 | scripts/lxdialog/yesno.c | waddstr (dialog, (char *)title); |