========== ReverseBar

ReverseBar draws a fill bar whose marker grows right to left.

It is Bar with the fill direction reversed: same arguments, same behavior, marker growing from the right edge instead.

.. autoclass:: progressbar.widgets.ReverseBar :members: :show-inheritance: :no-index:

Example

.. demo:: widgets/reverse-bar

See also

  • :doc:bar: the same bar filling left to right.