Gtk.UpdateType Enumeration
Provides a method of indicating how 'updates' should occur.

Syntax

[GLib.GType(typeof(Gtk.UpdateTypeGType))]
public enum UpdateType

Remarks

The purpose of this type is most easily explained in the context of its use. Gtk.Range, a base class for slider widgets such as Gtk.HScale, uses an UpdateType to determine how often to update a text value when the user is dragging a slider bar around.

Members

Member NameDescription
ContinuousIndicates that updates should occur as soon as possible.
DiscontinuousIndicates that updates are not urgent.
DelayedIndicates that updates should happen as often as possible, but a delay between an action and its update, is allowed.

Requirements

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