/nrf52832-nimble/rt-thread/tools/ |
H A D | pymenuconfig.py | 428 def __init__(self, master, text, title, ident=None, value=None): argument 488 def __init__(self, master, text, title): argument 834 def ask_for_string(self, ident=None, title='Enter string', value=None): argument 850 def ask_for_int(self, ident=None, title='Enter integer value', value=None, ranges=()): argument 888 def ask_for_hex(self, ident=None, title='Enter hexadecimal value', value=None, ranges=()): argument 926 def show_text(self, text, title='Info'): argument
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/ |
H A D | mconf.c | 395 struct gstr title; in search_conf() local 756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext() 765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 771 static void show_helptext(const char *title, const char *text) in show_helptext()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/ |
H A D | yesno.c | 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
H A D | inputbox.c | 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
H A D | checklist.c | 117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
|
H A D | menubox.c | 184 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
|
H A D | textbox.c | 56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox()
|
H A D | dialog.h | 120 struct dialog_color title; member
|
H A D | util.c | 365 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/ |
H A D | nconf.gui.c | 358 const char *title, const char *prompt, in dialog_inputbox() 550 const char *title, in show_scroll_win()
|
H A D | nconf.c | 695 struct gstr title; in search_conf() local
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/ |
H A D | qconf.cc | 1350 char title[256]; in ConfigMainWindow() local
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/ |
H A D | gconf.c | 392 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()
|