Module numeric

Source
Expand description

A widget that handles numbers of any machine type. See NumericUpDown docs for more info and usage examples.

Structs§

NumericUpDown
A widget that handles numbers of any machine type. Use this widget if you need to provide input field for a numeric type.
NumericUpDownBuilder
This builder creates new instances of NumericUpDown widget and adds them to the user interface.

Enums§

DragContext
Used to store drag info when dragging the cursor on the up/down buttons.
NumericUpDownMessage
A set of messages that can be used to modify NumericUpDown widget state (with MessageDirection::ToWidget, or to fetch changes from it (with MessageDirection::FromWidget).

Traits§

NumericType
Numeric type is a trait, that has all required traits of a number type. It is used as a useful abstraction over all machine numeric types.