Gtk.SpinType Enumeration
Represents a type of spin, used by Gtk.SpinButton.

Syntax

[GLib.GType(typeof(Gtk.SpinTypeGType))]
public enum SpinType

Remarks

A 'spin' is a change of a Gtk.SpinButton's value based on this enumerated type.

Members

Member NameDescription
StepForwardSpin a Gtk.SpinButton forwards by the step value from the SpinButton's Gtk.Adjustment.
StepBackwardSpin a Gtk.SpinButton backwards by the step value from the SpinButton's Gtk.Adjustment.
PageForwardSpin a Gtk.SpinButton forwards by the page value from the SpinButton's Gtk.Adjustment.
PageBackwardSpin a Gtk.SpinButton backwards by the page value from the SpinButton's Gtk.Adjustment.
HomeSpin a Gtk.SpinButton to its minimum possible value from the SpinButton's Gtk.Adjustment.
EndSpin a Gtk.SpinButton to its maximum possible value from the SpinButton's Gtk.Adjustment.
UserDefinedThe programmer must specify the exact amount to spin the Gtk.SpinButton.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0