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
boolconstructArguments
ConstructArgument[]
CustomSorter(IntPtr, bool)
protected CustomSorter(IntPtr ptr, bool ownedRef)
Parameters
Methods
GetGType()
public static Type GetGType()
Returns
New(CompareDataFunc?)
public static CustomSorter New(CompareDataFunc? sortFunc)
Parameters
sortFunc
CompareDataFunc
Returns
SetSortFunc(CompareDataFunc?)
public void SetSortFunc(CompareDataFunc? sortFunc)
Parameters
sortFunc
CompareDataFunc