Table of Contents

Class TreeSelectionHandle

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

Constructors

TreeSelectionHandle(nint, bool)

public TreeSelectionHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TreeSelectionHandle

Type Parameters

T