Table of Contents

Class CellRendererSpinner

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class CellRendererSpinner : CellRenderer, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
CellRendererSpinner
Implements
Inherited Members

Constructors

CellRendererSpinner(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 CellRendererSpinner(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CellRendererSpinner(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected CellRendererSpinner(CreationData data)

Parameters

data CreationData

CellRendererSpinner(CellRendererSpinnerHandle)

protected CellRendererSpinner(CellRendererSpinnerHandle handle)

Parameters

handle CellRendererSpinnerHandle

Fields

ActivePropertyDefinition

public static readonly Property<bool, CellRendererSpinner> ActivePropertyDefinition

Field Value

Property<bool, CellRendererSpinner>

PulsePropertyDefinition

public static readonly Property<uint, CellRendererSpinner> PulsePropertyDefinition

Field Value

Property<uint, CellRendererSpinner>

SizePropertyDefinition

public static readonly Property<IconSize, CellRendererSpinner> SizePropertyDefinition

Field Value

Property<IconSize, CellRendererSpinner>

Properties

Active

public bool Active { get; set; }

Property Value

bool

Pulse

public uint Pulse { get; set; }

Property Value

uint

Size

public IconSize Size { get; set; }

Property Value

IconSize

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static CellRendererSpinner New()

Returns

CellRendererSpinner

NewFromPointer(nint, bool)

Creates a new managed CellRendererSpinner instance for a given pointer.

public static CellRendererSpinner NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

CellRendererSpinner

NewWithProperties(ConstructArgument[])

Creates a new CellRendererSpinner and sets the properties specified by the construct arguments.

public static CellRendererSpinner NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

CellRendererSpinner