Table of Contents

Class CellRendererProgress

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

Constructors

CellRendererProgress()

public CellRendererProgress()

CellRendererProgress(params ConstructArgument[])

protected CellRendererProgress(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CellRendererProgress(IntPtr, bool)

protected CellRendererProgress(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

InvertedPropertyDefinition

public static readonly Property<bool, CellRendererProgress> InvertedPropertyDefinition

Field Value

Property<bool, CellRendererProgress>

PulsePropertyDefinition

public static readonly Property<int, CellRendererProgress> PulsePropertyDefinition

Field Value

Property<int, CellRendererProgress>

TextPropertyDefinition

public static readonly Property<string?, CellRendererProgress> TextPropertyDefinition

Field Value

Property<string, CellRendererProgress>

TextXalignPropertyDefinition

public static readonly Property<float, CellRendererProgress> TextXalignPropertyDefinition

Field Value

Property<float, CellRendererProgress>

TextYalignPropertyDefinition

public static readonly Property<float, CellRendererProgress> TextYalignPropertyDefinition

Field Value

Property<float, CellRendererProgress>

ValuePropertyDefinition

public static readonly Property<int, CellRendererProgress> ValuePropertyDefinition

Field Value

Property<int, CellRendererProgress>

Properties

Inverted

public bool Inverted { get; set; }

Property Value

bool

Pulse

public int Pulse { get; set; }

Property Value

int

Text

public string? Text { get; set; }

Property Value

string

TextXalign

public float TextXalign { get; set; }

Property Value

float

TextYalign

public float TextYalign { get; set; }

Property Value

float

Value

public int Value { get; set; }

Property Value

int

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetOrientation()

public Orientation GetOrientation()

Returns

Orientation

New()

public static CellRendererProgress New()

Returns

CellRendererProgress

SetOrientation(Orientation)

public void SetOrientation(Orientation orientation)

Parameters

orientation Orientation