ToggleMinMax

class reducer.gui.ToggleMinMax(*args, **kwd)[source]

Bases: reducer.gui.ToggleContainer

Widget for setting a minimum and maximum integer value, controlled by a toggle.

description : str
Text to be displayed in the toggle.

Attributes Summary

max Maximum value in the widget.
min Minimum value in the widget.

Methods Summary

format()

Attributes Documentation

max

Maximum value in the widget.

min

Minimum value in the widget.

Methods Documentation

format()[source]