The Scrollbar
Interface
In Tkinter, the Scrollbar
is a separate widget that can be attached to any widget that support the standard scrollbar interface. Such widgets include:
- the Listbox widget.
- the Text widget.
- the Canvas widget
- the Entry widget