Spin Row
Creates a org.gnome.adw.SpinRow that displays numeric values
org.gnome.adw.SpinRow is a child of org.gnome.adw.ActionRow and org.gnome.adw.PreferencesRow which are usually used for preferences/settings inside and application.
Parameters
Number displayed in the component.
The title for this row.
Compose Modifier for layout and styling.
Callback triggered when the component is activated (pressing "enter").
Callback triggered when the value changes.
Minimum allowed value.
Maximum allowed value.
How much the value increments or decrements by when using the buttons or the arrow keys.
How much the value increments or decrements by when using "PageUp" or "PageDown".
The acceleration rate when holding down an arrow button or key.
The number of decimal places to display.
Whether non-numeric characters are ignored.
Whether the component can be activated.
Whether the title is selectable.
Whether to use Pango markup for the title and subtitle.
Whether an embedded underline in the title or subtitle indicates a mnemonic.
The subtitle for this row.
The number of lines at the end of which the subtitle label will be ellipsized.
Whether the subtitle is selectable.
The number of lines at the end of which the title label will be ellipsized.