Lines Matching refs:ttk

64     import ttk
71 import tkinter.ttk as ttk namespace
369 style = ttk.Style()
407 style = ttk.Style()
421 topframe = ttk.Frame(_root)
424 ttk.Button(topframe, text="Save", command=_save) \
427 ttk.Button(topframe, text="Save as...", command=_save_as) \
430 ttk.Button(topframe, text="Save minimal (advanced)...",
434 ttk.Button(topframe, text="Open...", command=_open) \
437 ttk.Button(topframe, text="Jump to...", command=_jump_to_dialog) \
441 ttk.Checkbutton(topframe, text="Show name", command=_do_showname,
447 ttk.Checkbutton(topframe, text="Show all", command=_do_showall,
462 ttk.Checkbutton(topframe, text="Single-menu mode", command=_do_tree_mode,
466 _backbutton = ttk.Button(topframe, text="<--", command=_leave_menu,
486 _menupath = ttk.Label(topframe)
497 panedwindow = ttk.Panedwindow(parent, orient=VERTICAL)
538 frame = ttk.Frame(parent)
540 tree = ttk.Treeview(frame, selectmode="browse", height=20,
584 frame = ttk.Frame(parent)
605 vscrollbar = ttk.Scrollbar(parent, orient="vertical",
627 _status_label = ttk.Label(_root, anchor="e", padding="0 0 0.4c 0")
1201 ttk.Label(dialog, text=node.prompt[0] + ":") \
1205 entry = ttk.Entry(dialog, width=30)
1214 ttk.Label(dialog, text=range_info) \
1218 ttk.Button(dialog, text="OK", command=ok) \
1222 ttk.Button(dialog, text="Cancel", command=cancel) \
1788 ttk.Label(dialog, text=_JUMP_TO_HELP) \
1792 entry = ttk.Entry(dialog)
1799 ttk.Button(dialog, text="Search", command=search) \
1802 msglabel = ttk.Label(dialog)
1813 jumpto_button = ttk.Button(dialog, text="Jump to selected item",