Lines Matching full:scrollbar
21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",1101 class Scrollbar(Widget, Tkinter.Scrollbar):1102 """Ttk Scrollbar controls the viewport of a scrollable widget."""1105 """Construct a Ttk Scrollbar with parent master.1115 Widget.__init__(self, master, "ttk::scrollbar", kw)