gtk-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A horizontal slider widget for selecting a value from a range.The HScale widget allows the user to select a value with a horizontal 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 HScale, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorCreates a new horizontal slider based on the data in .
The model to use for this HScale
A new HScaleTo create a horizontal slider without explicit use of a , use the alternative constructor.ConstructorCreates a new horizontal slider without the need for an object.
The minimum value that is accepted by this HScale.
The maximum value that is accepted by this HScale.
The value to adjust the HScale by when 'sliding'.
A new HScale.Creates a new horizontal 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 constructorPropertyGLib.GTypeTo be addeda To be addedConstructorTo be added
a a To be added