gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A base class for the concrete slider widgets; and .A Scale is a slider control used to select a numeric value. Specific manipulation can be done with methods and properties on its base class, . To set the value of a scale, you would normally use the property. To detect changes to the value, connect an event handler to the event.Gtk.RangeAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of Scale, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorInternal constructorPropertySystem.UInt32The GLib Type for Gtk.ScaleThe GLib Type for the Gtk.Scale class.PropertyGtk.PositionTypeManage the position of the value, relative to the slider.
The position to place the value
Where the value is currently being drawn.Note: This property is only meaningful is a value is being drawn. To ensure a value is drawn, use the property.PropertySystem.BooleanManage whether a label is displayed to show the current value. to display the value, otherwise.
Whether the value is currently being displayed.Use the property to alter the position of displayed value.PropertySystem.Int32Manage the number of decimal places for this slider.
The number of decimal places to display.
The number of decimal places currently being displayed.EventGtkSharp.FormatValueHandlerAllows the format of the displayed value to be altered.Note: The signature of this event handler is currently incorrect.ConstructorInternal constructor
GLib type for the type
Creates a new instance of Scale, 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.