Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py1734 hscroll = max(i - edit_width() + 1, 0)
1741 _draw_input_dialog(win, title, info_lines, s, i, hscroll)
1761 s, i, hscroll = _edit_text(c, s, i, hscroll, edit_width())
1784 def _draw_input_dialog(win, title, info_lines, s, i, hscroll): argument
1790 visible_s = s[hscroll:hscroll + edit_width]
1800 _safe_move(win, 2, 2 + i - hscroll)
2023 hscroll = 0 # Horizontal scroll offset
2140 s, s_i, hscroll,
2200 s, s_i, hscroll = _edit_text(c, s, s_i, hscroll,
2286 s, s_i, hscroll, argument
[all …]