gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.RangeA 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.Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
To be added.
To be added.
To be added.To be added.Constructor
To be added.
To be added.
To be added.
To be added.
To be added.To be added.MethodSystem.Void
To be added.
To be added.
To be added.
To be added.To be added.MethodSystem.VoidTo be added.To be added.PropertyGLib.Property("digits")System.Int32Manage the number of decimal places for this slider.The number of decimal places currently being displayed.PropertyGLib.Property("draw-value")System.BooleanManage whether a label is displayed to show the current value.Whether the value is currently being displayed.Use the property to alter the position of displayed value.EventGLib.Signal("format-value")Gtk.FormatValueHandlerAllows the format of the displayed value to be altered.Note: The signature of this event handler is currently incorrect.MethodSystem.Void
a , location to store X offset of layout
a , location to store Y offset of layout
Obtains the coordinates where the scale will draw the
representing the text in the scale.
Remember that when working with Pango you need to convert to
and from pixels using PANGO_PIXELS() or .
If is , the return values are
undefined.
PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyPango.LayoutGets the used to display the scale. a MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideDrawValue", Type=typeof(Gtk.Scale))System.VoidTo be added.To be added.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideFormatValue", Type=typeof(Gtk.Scale))System.String
a Default handler for the event.a Override this method in a subclass to provide a default handler for the event.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideGetLayoutOffsets", Type=typeof(Gtk.Scale))System.Void
To be added.
To be added.
To be added.To be added.PropertyGLib.Property("value-pos")Gtk.PositionTypeManage the position of the value, relative to the slider.Where the value is currently being drawn.Note: This property is only meaningful if a value is being drawn. To ensure a value is drawn, use the property.