Table of Contents

Class TreeListRowSorterHandle

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

Constructors

TreeListRowSorterHandle(nint, bool)

public TreeListRowSorterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TreeListRowSorterHandle

Type Parameters

T