Table of Contents

Class CellRendererSpinner

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

Constructors

CellRendererSpinner()

public CellRendererSpinner()

CellRendererSpinner(params ConstructArgument[])

protected CellRendererSpinner(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CellRendererSpinner(IntPtr, bool)

protected CellRendererSpinner(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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