Table of Contents

Class TreeListRowSorter

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class TreeListRowSorter : Sorter, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
TreeListRowSorter
Implements
Inherited Members

Constructors

TreeListRowSorter(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public TreeListRowSorter(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

TreeListRowSorter(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected TreeListRowSorter(CreationData data)

Parameters

data CreationData

TreeListRowSorter(TreeListRowSorterHandle)

protected TreeListRowSorter(TreeListRowSorterHandle handle)

Parameters

handle TreeListRowSorterHandle

Fields

SorterPropertyDefinition

public static readonly Property<Sorter?, TreeListRowSorter> SorterPropertyDefinition

Field Value

Property<Sorter, TreeListRowSorter>

Properties

Sorter

public Sorter? Sorter { get; set; }

Property Value

Sorter

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetSorter()

public Sorter? GetSorter()

Returns

Sorter

New(Sorter?)

public static TreeListRowSorter New(Sorter? sorter)

Parameters

sorter Sorter

Returns

TreeListRowSorter

NewFromPointer(nint, bool)

Creates a new managed TreeListRowSorter instance for a given pointer.

public static TreeListRowSorter NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

TreeListRowSorter

NewWithProperties(ConstructArgument[])

Creates a new TreeListRowSorter and sets the properties specified by the construct arguments.

public static TreeListRowSorter NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

TreeListRowSorter

SetSorter(Sorter?)

public void SetSorter(Sorter? sorter)

Parameters

sorter Sorter