Searched refs:edit_box (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/scripts/kconfig/ |
D | menuconfig.py | 2032 edit_box = _styled_win("jump-edit") 2033 edit_box.keypad(True) 2045 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, 2142 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, 2148 c = _getch_compat(edit_box) 2165 edit_box, matches_win, bot_sep_win, help_win, 2175 edit_box, matches_win, bot_sep_win, help_win, 2207 _width(edit_box) - 2) 2250 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument 2265 edit_box.resize(3, screen_width) [all …]
|