Class CellRendererSpin
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class CellRendererSpin : CellRendererText, IDisposable, NativeObject, GTypeProvider, InstanceFactory
- Inheritance
-
CellRendererSpin
- Implements
- Inherited Members
Constructors
CellRendererSpin(params ConstructArgument[])
[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public CellRendererSpin(params ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]
CellRendererSpin(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected CellRendererSpin(CreationData data)
Parameters
dataCreationData
CellRendererSpin(CellRendererSpinHandle)
protected CellRendererSpin(CellRendererSpinHandle handle)
Parameters
handleCellRendererSpinHandle
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()
Returns
NewFromPointer(nint, bool)
Creates a new managed CellRendererSpin instance for a given pointer.
public static CellRendererSpin NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new CellRendererSpin and sets the properties specified by the construct arguments.
public static CellRendererSpin NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.