Table of Contents

Class BuilderListItemFactory

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

Constructors

BuilderListItemFactory(bool, params ConstructArgument[])

protected BuilderListItemFactory(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

BuilderListItemFactory(IntPtr, bool)

protected BuilderListItemFactory(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

BytesPropertyDefinition

public static readonly Property<Bytes, BuilderListItemFactory> BytesPropertyDefinition

Field Value

Property<Bytes, BuilderListItemFactory>

ResourcePropertyDefinition

public static readonly Property<string?, BuilderListItemFactory> ResourcePropertyDefinition

Field Value

Property<string, BuilderListItemFactory>

ScopePropertyDefinition

public static readonly Property<BuilderScope, BuilderListItemFactory> ScopePropertyDefinition

Field Value

Property<BuilderScope, BuilderListItemFactory>

Properties

Bytes

public Bytes Bytes { get; }

Property Value

Bytes

Resource

public string? Resource { get; }

Property Value

string

Scope

public BuilderScope Scope { get; }

Property Value

BuilderScope

Methods

GetBytes()

public Bytes GetBytes()

Returns

Bytes

GetGType()

public static Type GetGType()

Returns

Type

GetResource()

public string? GetResource()

Returns

string

GetScope()

public BuilderScope? GetScope()

Returns

BuilderScope

NewFromBytes(BuilderScope?, Bytes)

public static BuilderListItemFactory NewFromBytes(BuilderScope? scope, Bytes bytes)

Parameters

scope BuilderScope
bytes Bytes

Returns

BuilderListItemFactory

NewFromResource(BuilderScope?, string)

public static BuilderListItemFactory NewFromResource(BuilderScope? scope, string resourcePath)

Parameters

scope BuilderScope
resourcePath string

Returns

BuilderListItemFactory