Table of Contents

Class CellRendererSpin

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class CellRendererSpin : CellRendererText, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
CellRendererSpin
Implements
Inherited Members

Constructors

CellRendererSpin()

public CellRendererSpin()

CellRendererSpin(params ConstructArgument[])

protected CellRendererSpin(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CellRendererSpin(IntPtr, bool)

protected CellRendererSpin(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

AdjustmentPropertyDefinition

public static readonly Property<Adjustment?, CellRendererSpin> AdjustmentPropertyDefinition

Field Value

Property<Adjustment, CellRendererSpin>

ClimbRatePropertyDefinition

public static readonly Property<double, CellRendererSpin> ClimbRatePropertyDefinition

Field Value

Property<double, CellRendererSpin>

DigitsPropertyDefinition

public static readonly Property<uint, CellRendererSpin> DigitsPropertyDefinition

Field Value

Property<uint, CellRendererSpin>

Properties

Adjustment

public Adjustment? Adjustment { get; set; }

Property Value

Adjustment

ClimbRate

public double ClimbRate { get; set; }

Property Value

double

Digits

public uint Digits { get; set; }

Property Value

uint

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static CellRendererSpin New()

Returns

CellRendererSpin