gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A vertical slider widget for selecting a value from a range.The VScale widget allows the user to select a value with a vertical slider.This widget and its model is manipulated using methods and properties in its super classes, and .Gtk.ScaleAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of VScale, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorCreates a new vertical slider based on the data in .
The model to use for this VScale
A new VScaleTo create a vertical slider without explicit use of a , use the alternative constructor.ConstructorCreates a new vertical slider without the need for an object.
The minimum value that is accepted by this VScale.
The maximum value that is accepted by this VScale.
The value to adjust the VScale by when 'sliding'.
A new VScale.Creates a new vertical slider that lets the user input a number between (and including) and . Each adjustment of the slider changes the value by , which must be non-zero.ConstructorInternal constructorPropertySystem.UInt32The GLib Type for Gtk.VScaleThe GLib Type for the Gtk.VScale class.ConstructorInternal constructor
GLib type for the type
Creates a new instance of VScale, using the GLib-provided typeThis 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.