gtk-sharp 0.0.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Base class for widgets that visualize an . This class provides helper methods and properties for manipulating concrete widgets like and . Gtk.Widget Atk.Implementor GLib.IWrapper GLib.IWrapper System.IDisposable Method System.Void Sets the step and page sizes for this range. Value difference for step movements, (see below). Value difference for page movements, (see below). The size is used when the user clicks the arrows or moves with arrow keys. The size is used for example when moving via Page Up or Page Down keys. Method System.Void Sets the limits of this range. The minimum acceptable value for this range. The maximum acceptable value for this range. Method System.Void Disposes the resources associated with the object. Constructor Internal constructor Pointer to the C object. An instance of Range, wrapping the C object. This is an internal constructor, and should not be used by user code. Constructor Internal constructor Property System.UInt32 The GLib Type for Gtk.Range The GLib Type for the Gtk.Range class. Property System.Double Manage the value of this range. The new value for this range. The current value of this range. Property System.Boolean Manage whether the control of this range is manipulated in the opposite direction. Set to to invert the controls. Whether visual control of the range is currently inverted. Setting this to causes a widget to move from right to left, instead of left to right. Property Gtk.UpdateType Manage how often the value label is updated. A new update policy. The current update policy. Property Gtk.Adjustment Manipulate the underlying model of this range. Sets a new object to model this range. The current underlying this range. Event To be added To be added Event Fired when the value in this range changes. Connect to this event with a standard to find out when the value changes. Event To be added To be added Constructor Internal constructor GLib type for the type Creates a new instance of Range, using the GLib-provided type This is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.