Numeric Output Documentation¶
Numeric Output class¶
- class pygameyagui.NumericOutput(toolbox, label)¶
This class creates a Numeric Output widget.
- Parameters:
toolbox (
pygameyagui.Toolbox) – The toolbox that will host the widget.label (str) – The text to be shown in the Numeric Output widget.
Inheritance
Label class inherits from Numeric class.
Numeric Output methods¶
Nothing to see here
NumericOutput class has no methods.
Numeric Output properties¶
Nothing to see here
NumericOutput class has no properties.
Numeric Output constants¶
- constants.NUMERIC_OUTPUT_MIN_SIZE_FACTOR = 1¶
- constants.NUMERIC_OUTPUT_MAX_SIZE_FACTOR = 1¶
- constants.NUMERIC_OUTPUT_DEFAULT_SIZE_FACTOR = 1¶