Table of Contents

Class CustomSorter

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class CustomSorter : Sorter, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
CustomSorter
Implements
Inherited Members

Constructors

CustomSorter(bool, params ConstructArgument[])

protected CustomSorter(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

CustomSorter(IntPtr, bool)

protected CustomSorter(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(CompareDataFunc?)

public static CustomSorter New(CompareDataFunc? sortFunc)

Parameters

sortFunc CompareDataFunc

Returns

CustomSorter

SetSortFunc(CompareDataFunc?)

public void SetSortFunc(CompareDataFunc? sortFunc)

Parameters

sortFunc CompareDataFunc