tkd.widget.scrollbar

Widget module.

Members

Classes

ScrollBar
class ScrollBar

Scrollbar widgets are typically linked to an associated window that displays a document of some sort, such as a file being edited or a drawing. A scrollbar displays a thumb in the middle portion of the scrollbar, whose position and size provides information about the portion of the document visible in the associated window. The thumb may be dragged by the user to control the visible region. Depending on the theme, two or more arrow buttons may also be present; these are used to scroll the visible region in discrete units.

XScrollBar
class XScrollBar

Class representing a horizontal scrollbar widget.

YScrollBar
class YScrollBar

Class representing a vertical scrollbar widget.

Meta

License

MIT. See LICENSE for full details.