Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py528 if key not in _style and not parsing_default:
532 if data in _style:
533 _style[key] = _style[data]
535 _style[key] = _style_to_curses(data)
547 _style = {} variable
1380 style = _style["selection" if i == _sel_node_i else "list"]
1382 style = _style["inv-selection" if i == _sel_node_i else "inv-list"]
1792 _style["edit"])
1997 win.attron(_style["frame"])
2010 win.attroff(_style["frame"])
[all …]