Lines Matching refs:ttk
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) \
447 ttk.Checkbutton(topframe, text="Show name", command=_do_showname,
453 ttk.Checkbutton(topframe, text="Show all", command=_do_showall,
468 ttk.Checkbutton(topframe, text="Single-menu mode", command=_do_tree_mode,
472 _backbutton = ttk.Button(topframe, text="<--", command=_leave_menu,
492 _menupath = ttk.Label(topframe)
503 panedwindow = ttk.Panedwindow(parent, orient=VERTICAL)
544 frame = ttk.Frame(parent)
546 tree = ttk.Treeview(frame, selectmode="browse", height=20,
590 frame = ttk.Frame(parent)
611 vscrollbar = ttk.Scrollbar(parent, orient="vertical",
633 _status_label = ttk.Label(_root, anchor="e", padding="0 0 0.4c 0")
1207 ttk.Label(dialog, text=node.prompt[0] + ":") \
1211 entry = ttk.Entry(dialog, width=30)
1220 ttk.Label(dialog, text=range_info) \
1224 ttk.Button(dialog, text="OK", command=ok) \
1228 ttk.Button(dialog, text="Cancel", command=cancel) \
1794 ttk.Label(dialog, text=_JUMP_TO_HELP) \
1798 entry = ttk.Entry(dialog)
1805 ttk.Button(dialog, text="Search", command=search) \
1808 msglabel = ttk.Label(dialog)
1819 jumpto_button = ttk.Button(dialog, text="Jump to selected item",