ToggleMinMax¶
-
class
reducer.gui.ToggleMinMax(*args, **kwd)[source]¶ Bases:
reducer.gui.ToggleContainerWidget for setting a minimum and maximum integer value, controlled by a toggle.
- description : str
- Text to be displayed in the toggle.
Attributes Summary
maxMaximum value in the widget. minMinimum value in the widget. Methods Summary
format()Attributes Documentation
-
max¶ Maximum value in the widget.
-
min¶ Minimum value in the widget.
Methods Documentation