gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.WidgetBase class for widgets that visualize an .This class provides helper methods and properties for manipulating concrete widgets like and .ConstructorProtected constructor.Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.EventGLib.Signal("adjust-bounds")Gtk.AdjustBoundsHandlerRaised when the bounds of the range are adjusted.PropertyGLib.Property("adjustment")Gtk.AdjustmentManipulate the underlying model of this range.The current underlying this range.EventGLib.Signal("change-value")Gtk.ChangeValueHandlerTo be addedTo be addedPropertyGLib.Property("fill-level")System.DoubleTo be added.To be added.To be added.PropertySystem.BooleanTo be added.To be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.MethodSystem.Void
To be added.
To be added.
To be added.To be added.PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGLib.Property("inverted")System.BooleanManage whether the control of this range is manipulated in the opposite direction.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.PropertyGLib.Property("lower-stepper-sensitivity")Gtk.SensitivityTypeSensitivity policy for the lower end of the Range's adjustment.the .PropertySystem.Int32To be added.To be added.To be added.EventGLib.Signal("move-slider")Gtk.MoveSliderHandlerRaised when the user moves a slider.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideAdjustBounds", Type=typeof(Gtk.Range))System.Void
a Default handler for the event.Override this method in a subclass to provide a default handler for the event.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideChangeValue", Type=typeof(Gtk.Range))System.Boolean
a
a Default handler for the event.a Override this method in a subclass to provide a default handler for the event.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideGetRangeBorder", Type=typeof(Gtk.Range))System.Void
To be added.
To be added.To be added.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideMoveSlider", Type=typeof(Gtk.Range))System.Void
a Default handler for the event.Override this method in a subclass to provide a default handler for the event.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideValueChanged", Type=typeof(Gtk.Range))System.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.PropertyGLib.Property("restrict-to-fill-level")System.BooleanTo be added.To be added.To be added.PropertyGLib.Property("round-digits")System.Int32To be added.To be added.To be added.MethodSystem.Void
Value difference for step movements, (see below).
Value difference for page movements, (see below).
Sets the step and page sizes for this range.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.MethodSystem.Void
The minimum acceptable value for this range.
The maximum acceptable value for this range.
Sets the limits of this range.PropertyGLib.Property("show-fill-level")System.BooleanTo be added.To be added.To be added.PropertySystem.BooleanTo be added.To be added.To be added.PropertyGLib.Property("upper-stepper-sensitivity")Gtk.SensitivityTypeSensitivity policy for the upper end of the Range's adjustment.the .PropertySystem.DoubleManage the value of this range.The current value of this range.EventGLib.Signal("value-changed")System.EventHandlerRaised when the value in this range changes.Connect to this event with a standard to find out when the value changes.