Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py1067 for win in _top_sep_win, _menu_win, _bot_sep_win, _help_win:
1068 win.mvwin(0, 0)
1076 def _height(win): argument
1079 return win.getmaxyx()[0]
1082 def _width(win): argument
1085 return win.getmaxyx()[1]
1714 win = _styled_win("body")
1715 win.keypad(True)
1720 _resize_input_dialog(win, title, info_lines)
1731 return _width(win) - 4
[all …]