Searched refs:ttk (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | guiconfig.py | 70 import ttk 77 import tkinter.ttk as ttk namespace 375 style = ttk.Style() 413 style = ttk.Style() 427 topframe = ttk.Frame(_root) 430 ttk.Button(topframe, text="Save", command=_save) \ 433 ttk.Button(topframe, text="Save as...", command=_save_as) \ 436 ttk.Button(topframe, text="Save minimal (advanced)...", 440 ttk.Button(topframe, text="Open...", command=_open) \ 443 ttk.Button(topframe, text="Jump to...", command=_jump_to_dialog) \ [all …]
|