Class CellRendererSpin
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class CellRendererSpin : CellRendererText, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
CellRendererSpin
- Implements
- Inherited Members
Constructors
CellRendererSpin(params ConstructArgument[])
public CellRendererSpin(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
CellRendererSpin(CellRendererSpinHandle)
public CellRendererSpin(CellRendererSpinHandle handle)
Parameters
handle
CellRendererSpinHandle
Fields
AdjustmentPropertyDefinition
public static readonly Property<Adjustment?, CellRendererSpin> AdjustmentPropertyDefinition
Field Value
ClimbRatePropertyDefinition
public static readonly Property<double, CellRendererSpin> ClimbRatePropertyDefinition
Field Value
DigitsPropertyDefinition
public static readonly Property<uint, CellRendererSpin> DigitsPropertyDefinition
Field Value
Properties
Adjustment
public Adjustment? Adjustment { get; set; }
Property Value
ClimbRate
public double ClimbRate { get; set; }
Property Value
Digits
public uint Digits { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
New()
public static CellRendererSpin New()