applp.AutoScrollbar module

class applp.AutoScrollbar(master=None, **kw)[source]

Bases: Scrollbar

This class adds an automatic scrollbar when necessary.

pack(**kw)[source]

Not supported for this widget.

Use grid() instead.

Raises:

tk.TclError – Always raised.

place(**kw)[source]

Not supported for this widget.

Use grid() instead.

Raises:

tk.TclError – Always raised.

set(lo, hi)[source]

Set the fractional values of the slider position (upper and lower ends as value between 0 and 1).