UpdatePolicy

enum UpdatePolicy : Enum<SpinButton.UpdatePolicy>

See also

Entries

IF_VALID
Link copied to clipboard
IF_VALID(GTK_UPDATE_IF_VALID)

When refreshing your SpinButton, the value is only displayed if it is valid within the bounds of the spin button's adjustment

ALWAYS
Link copied to clipboard
ALWAYS(GTK_UPDATE_ALWAYS)

When refreshing your SpinButton, the value is always displayed

Types

Companion
Link copied to clipboard
object Companion

Properties

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