Searched defs:Scrollbar (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DScrolledText.py9 the Scrollbar widget.
16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place namespace
22 self.vbar = Scrollbar(self.frame)
H A Dttk.py21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",
1098 class Scrollbar(Widget, Tkinter.Scrollbar): class in inherits:Widget, Tkinter.Scrollbar
1099 """Ttk Scrollbar controls the viewport of a scrollable widget."""
1102 """Construct a Ttk Scrollbar with parent master.
H A DTkinter.py6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
2824 class Scrollbar(Widget): class in inherits:Widget
2825 """Scrollbar widget which displays a slider at a certain position."""
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DScrolledText.py9 the Scrollbar widget.
16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place namespace
22 self.vbar = Scrollbar(self.frame)
H A Dttk.py21 "PanedWindow", "Progressbar", "Radiobutton", "Scale", "Scrollbar",
1098 class Scrollbar(Widget, Tkinter.Scrollbar): class in inherits:Widget, Tkinter.Scrollbar
1099 """Ttk Scrollbar controls the viewport of a scrollable widget."""
1102 """Construct a Ttk Scrollbar with parent master.
H A DTkinter.py6 Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
2824 class Scrollbar(Widget): class in inherits:Widget
2825 """Scrollbar widget which displays a slider at a certain position."""

Completed in 120 milliseconds