MCPcopy Index your code
hub / github.com/python/cpython / Scrollbar

Class Scrollbar

Lib/tkinter/ttk.py:1084–1098  ·  view source on GitHub ↗

Ttk Scrollbar controls the viewport of a scrollable widget.

Source from the content-addressed store, hash-verified

1082
1083
1084class Scrollbar(Widget, tkinter.Scrollbar):
1085 """Ttk Scrollbar controls the viewport of a scrollable widget."""
1086
1087 def __init__(self, master=None, **kw):
1088 """Construct a Ttk Scrollbar with parent master.
1089
1090 STANDARD OPTIONS
1091
1092 class, cursor, style, takefocus
1093
1094 WIDGET-SPECIFIC OPTIONS
1095
1096 command, orient
1097 """
1098 Widget.__init__(self, master, "ttk::scrollbar", kw)
1099
1100
1101class Separator(Widget):

Callers 15

__init__Method · 0.90
__init__Method · 0.90
show_windowMethod · 0.90
__init__Method · 0.90
create_page_fontMethod · 0.90
create_page_keysMethod · 0.90
create_frame_helpMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
create_widgetsMethod · 0.90

Calls

no outgoing calls

Tested by 1

runFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…