MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / Scrollbar

Class Scrollbar

tools/python-3.11.9-amd64/Lib/tkinter/ttk.py:1074–1088  ·  view source on GitHub ↗

Ttk Scrollbar controls the viewport of a scrollable widget.

Source from the content-addressed store, hash-verified

1072
1073
1074class Scrollbar(Widget, tkinter.Scrollbar):
1075 """Ttk Scrollbar controls the viewport of a scrollable widget."""
1076
1077 def __init__(self, master=None, **kw):
1078 """Construct a Ttk Scrollbar with parent master.
1079
1080 STANDARD OPTIONS
1081
1082 class, cursor, style, takefocus
1083
1084 WIDGET-SPECIFIC OPTIONS
1085
1086 command, orient
1087 """
1088 Widget.__init__(self, master, "ttk::scrollbar", kw)
1089
1090
1091class 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