Lines Matching refs:ttk

71     import ttk
78 import tkinter.ttk as ttk namespace
376 style = ttk.Style()
414 style = ttk.Style()
428 topframe = ttk.Frame(_root)
431 ttk.Button(topframe, text="Save", command=_save) \
434 ttk.Button(topframe, text="Save as...", command=_save_as) \
437 ttk.Button(topframe, text="Save minimal (advanced)...",
441 ttk.Button(topframe, text="Open...", command=_open) \
444 ttk.Button(topframe, text="Jump to...", command=_jump_to_dialog) \
448 ttk.Checkbutton(topframe, text="Show name", command=_do_showname,
454 ttk.Checkbutton(topframe, text="Show all", command=_do_showall,
469 ttk.Checkbutton(topframe, text="Single-menu mode", command=_do_tree_mode,
473 _backbutton = ttk.Button(topframe, text="<--", command=_leave_menu,
493 _menupath = ttk.Label(topframe)
504 panedwindow = ttk.Panedwindow(parent, orient=VERTICAL)
545 frame = ttk.Frame(parent)
547 tree = ttk.Treeview(frame, selectmode="browse", height=20,
591 frame = ttk.Frame(parent)
612 vscrollbar = ttk.Scrollbar(parent, orient="vertical",
634 _status_label = ttk.Label(_root, anchor="e", padding="0 0 0.4c 0")
1208 ttk.Label(dialog, text=node.prompt[0] + ":") \
1212 entry = ttk.Entry(dialog, width=30)
1221 ttk.Label(dialog, text=range_info) \
1225 ttk.Button(dialog, text="OK", command=ok) \
1229 ttk.Button(dialog, text="Cancel", command=cancel) \
1795 ttk.Label(dialog, text=_JUMP_TO_HELP) \
1799 entry = ttk.Entry(dialog)
1806 ttk.Button(dialog, text="Search", command=search) \
1809 msglabel = ttk.Label(dialog)
1820 jumpto_button = ttk.Button(dialog, text="Jump to selected item",