Table of Contents

Class TreeListRowHandle

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

Constructors

TreeListRowHandle(nint, bool)

public TreeListRowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TreeListRowHandle

Type Parameters

T