Table of Contents

Class CellRendererPixbuf

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

Constructors

CellRendererPixbuf()

public CellRendererPixbuf()

CellRendererPixbuf(params ConstructArgument[])

protected CellRendererPixbuf(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

CellRendererPixbuf(IntPtr, bool)

protected CellRendererPixbuf(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

GiconPropertyDefinition

public static readonly Property<Icon, CellRendererPixbuf> GiconPropertyDefinition

Field Value

Property<Icon, CellRendererPixbuf>

IconNamePropertyDefinition

public static readonly Property<string?, CellRendererPixbuf> IconNamePropertyDefinition

Field Value

Property<string, CellRendererPixbuf>

IconSizePropertyDefinition

public static readonly Property<IconSize, CellRendererPixbuf> IconSizePropertyDefinition

Field Value

Property<IconSize, CellRendererPixbuf>

PixbufExpanderClosedPropertyDefinition

public static readonly Property<Pixbuf?, CellRendererPixbuf> PixbufExpanderClosedPropertyDefinition

Field Value

Property<Pixbuf, CellRendererPixbuf>

PixbufExpanderOpenPropertyDefinition

public static readonly Property<Pixbuf?, CellRendererPixbuf> PixbufExpanderOpenPropertyDefinition

Field Value

Property<Pixbuf, CellRendererPixbuf>

PixbufPropertyDefinition

public static readonly Property<Pixbuf?, CellRendererPixbuf> PixbufPropertyDefinition

Field Value

Property<Pixbuf, CellRendererPixbuf>

TexturePropertyDefinition

public static readonly Property<Texture?, CellRendererPixbuf> TexturePropertyDefinition

Field Value

Property<Texture, CellRendererPixbuf>

Properties

Gicon

public Icon Gicon { get; set; }

Property Value

Icon

IconName

public string? IconName { get; set; }

Property Value

string

IconSize

public IconSize IconSize { get; set; }

Property Value

IconSize

Pixbuf

public Pixbuf? Pixbuf { set; }

Property Value

Pixbuf

PixbufExpanderClosed

public Pixbuf? PixbufExpanderClosed { get; set; }

Property Value

Pixbuf

PixbufExpanderOpen

public Pixbuf? PixbufExpanderOpen { get; set; }

Property Value

Pixbuf

Texture

public Texture? Texture { get; set; }

Property Value

Texture

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static CellRendererPixbuf New()

Returns

CellRendererPixbuf