Table of Contents

Class BuilderListItemFactory

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

Constructors

BuilderListItemFactory(params ConstructArgument[])

public BuilderListItemFactory(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

BuilderListItemFactory(BuilderListItemFactoryHandle)

public BuilderListItemFactory(BuilderListItemFactoryHandle handle)

Parameters

handle BuilderListItemFactoryHandle

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