GtkSpinButton

A numeric input with increment/decrement buttons.

Preview

CSS Node Tree

spinbutton[.horizontal|.vertical]
  ├── text
  ├── button.down
  └── button.up

Props

Prop

Type

Keyboard

  • Arrow Up/Down — increment/decrement by step
  • Page Up/Down — increment/decrement by page step
  • Home / End — jump to min / max

GTK4 Documentation →

On this page