gtk-sharp
Gtk.CellRendererText
Cell renderer with Spin Button editing capability.
Constructor
Public constructor.
Constructor
To be added.
Internal constructor.
Typically only used by language bindings to wrap native objects.
Property
GLib.Property("adjustment")
Gtk.Adjustment
Adjustment data.
Must be non-null for the cell to be editable.
Contains the range information for the cell.
Property
GLib.Property("climb-rate")
System.Double
Climb rate.
Defaults to 0, must be greater than or equal to 0.
Provides the acceleration rate for when the button is held down.
Property
GLib.Property("digits")
System.UInt32
Number of decimal places to display.
An integer between 0 and 20, default value is 0.
Property
GLib.GType
Native type value.
A containing the native type value.