Table of Contents

Class TreeModelSortHandle

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

Constructors

TreeModelSortHandle(nint, bool)

public TreeModelSortHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TreeModelSortHandle

Type Parameters

T