Home
last modified time | relevance | path

Searched refs:help_win (Results 1 – 1 of 1) sorted by relevance

/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py1884 help_win = _styled_win("help")
1887 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
1984 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2007 edit_box, matches_win, bot_sep_win, help_win,
2017 edit_box, matches_win, bot_sep_win, help_win,
2088 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2105 help_win.resize(help_win_height, screen_width)
2109 help_win.mvwin(3 + matches_win_height + 1, 0)
2117 help_win.resize(1, screen_width)
2119 for win in matches_win, bot_sep_win, help_win:
[all …]