Home
last modified time | relevance | path

Searched defs:title (Results 1 – 13 of 13) sorted by relevance

/nrf52832-nimble/rt-thread/tools/
H A Dpymenuconfig.py428 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 Dmconf.c395 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 Dyesno.c42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
H A Dinputbox.c44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
H A Dchecklist.c117 int dialog_checklist(const char *title, const char *prompt, int height, in dialog_checklist()
H A Dmenubox.c184 int dialog_menu(const char *title, const char *prompt, in dialog_menu()
H A Dtextbox.c56 int dialog_textbox(const char *title, char *tbuf, int initial_height, in dialog_textbox()
H A Ddialog.h120 struct dialog_color title; member
H A Dutil.c365 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.gui.c358 const char *title, const char *prompt, in dialog_inputbox()
550 const char *title, in show_scroll_win()
H A Dnconf.c695 struct gstr title; in search_conf() local
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/
H A Dqconf.cc1350 char title[256]; in ConfigMainWindow() local
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/
H A Dgconf.c392 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()