Table of Contents

Class ListItemFactoryHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class ListItemFactoryHandle : ObjectHandle, IDisposable
Inheritance
ListItemFactoryHandle
Implements
Derived
Inherited Members

Constructors

ListItemFactoryHandle(nint, bool)

public ListItemFactoryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static ListItemFactoryHandle For<T>(ConstructArgument[] constructArguments) where T : ListItemFactory, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

ListItemFactoryHandle

Type Parameters

T