SpinType

enum SpinType : Enum<SpinButton.SpinType>

See also

Entries

USER_DEFINED
Link copied to clipboard
USER_DEFINED(GTK_SPIN_USER_DEFINED)

Change by a specified amount.

END
Link copied to clipboard
END(GTK_SPIN_END)

Go to the adjustments upper bound.

HOME
Link copied to clipboard
HOME(GTK_SPIN_HOME)

Go to the adjustments lower bound.

PAGE_BACKWARD
Link copied to clipboard
PAGE_BACKWARD(GTK_SPIN_PAGE_BACKWARD)

Decrement by the adjustments page increment.

PAGE_FORWARD
Link copied to clipboard
PAGE_FORWARD(GTK_SPIN_PAGE_FORWARD)

Increment by the adjustments page increment.

STEP_BACKWARD
Link copied to clipboard
STEP_BACKWARD(GTK_SPIN_STEP_BACKWARD)

Decrement by the adjustments step increment.

STEP_FORWARD
Link copied to clipboard
STEP_FORWARD(GTK_SPIN_STEP_FORWARD)

Increment by the adjustments step increment.

Types

Companion
Link copied to clipboard
object Companion

Properties

gtk
Link copied to clipboard
val gtk: GtkSpinType
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int