lookatme.widgets.scrollbar module¶
-
class
lookatme.widgets.scrollbar.Scrollbar(listbox: urwid.listbox.ListBox)[source]¶ Bases:
urwid.widget.WidgetA scrollbar that reflects the current scroll state of a list box. Non-selectable, non-interactive, informative only. Especially useful as an overlay or a box column so that you can have additional padding around your ListBox.