Searched defs:title (Results 1 - 11 of 11) sorted by relevance

/scripts/kconfig/lxdialog/
H A Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
71 print_title(dialog, title, width);
H A Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, argument
81 print_title(dialog, title, width);
H A Dchecklist.c117 int dialog_checklist(const char *title, const char *prompt, int height, argument
160 print_title(dialog, title, width);
H A Dmenubox.c182 int dialog_menu(const char *title, const char *prompt, argument
222 print_title(dialog, title, width);
H A Dtextbox.c51 int dialog_textbox(const char *title, const char *tbuf, argument
115 print_title(dialog, title, width);
H A Ddialog.h114 struct dialog_color title; member in struct:dialog_info
203 void print_title(WINDOW *dialog, const char *title, int width);
209 int dialog_yesno(const char *title, const char *prompt, int height, int width);
210 int dialog_msgbox(const char *title, const char *prompt, int height,
212 int dialog_textbox(const char *title, const char *file, int height, int width);
213 int dialog_menu(const char *title, const char *prompt,
215 int dialog_checklist(const char *title, const char *prompt, int height,
218 int dialog_inputbox(const char *title, const char *prompt, int height,
H A Dutil.c33 dlg.title.atr = A_BOLD;
73 DLG_COLOR(title, COLOR_YELLOW, COLOR_WHITE, true);
106 DLG_COLOR(title, COLOR_RED, COLOR_BLACK, false);
146 DLG_COLOR(title, COLOR_BLUE, COLOR_WHITE, true);
193 init_one_color(&dlg.title);
255 /* Display background title if it exists ... - SLH */
309 /* Print the title of the dialog. Center the title and truncate
312 void print_title(WINDOW *dialog, const char *title, int width) argument
314 if (title) {
[all...]
/scripts/kconfig/
H A Dmconf.c283 static void show_textbox(const char *title, const char *text, int r, int c);
284 static void show_helptext(const char *title, const char *text);
622 static void show_textbox(const char *title, const char *text, int r, int c) argument
625 dialog_textbox(title, text, r, c);
628 static void show_helptext(const char *title, const char *text) argument
630 show_textbox(title, text, 0, 0);
H A Dnconf.gui.c358 const char *title, const char *prompt,
386 if (title)
387 prompt_width = max(prompt_width, strlen(title));
406 if (title)
407 mvwprintw(win, 0, 3, "%s", title);
543 const char *title,
587 mvwprintw(win, 0, 3, " %s ", title);
357 dialog_inputbox(WINDOW *main_window, const char *title, const char *prompt, const char *init, char **resultp, int *result_len) argument
542 show_scroll_win(WINDOW *main_window, const char *title, const char *text) argument
H A Dgconf.c416 static void text_insert_msg(const char *title, const char *message) argument
428 gtk_text_buffer_insert_with_tags(buffer, &end, title, -1, tag1,
H A Dqconf.cc1274 char title[256]; local
1277 snprintf(title, sizeof(title), "%s%s",
1285 setCaption(title);

Completed in 57 milliseconds