Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/kconfig/
Dguiconfig.py1758 _update_jump_to_matches(msglabel, entry.get())
1809 msglabel = ttk.Label(dialog)
1810 msglabel.grid(column=0, row=2, sticky="w", pady="0 .1c")
1852 def _update_jump_to_matches(msglabel, search_string): argument
1873 msglabel["text"] = msg
1911 msglabel["text"] = "" if _jump_to_matches else "No matches"