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
constructArgumentsConstructArgument[]
TreeListRowSorter(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected TreeListRowSorter(CreationData data)
Parameters
dataCreationData
TreeListRowSorter(TreeListRowSorterHandle)
protected TreeListRowSorter(TreeListRowSorterHandle handle)
Parameters
handleTreeListRowSorterHandle
Fields
SorterPropertyDefinition
public static readonly Property<Sorter?, TreeListRowSorter> SorterPropertyDefinition
Field Value
Properties
Sorter
public Sorter? Sorter { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetSorter()
public Sorter? GetSorter()
Returns
New(Sorter?)
public static TreeListRowSorter New(Sorter? sorter)
Parameters
sorterSorter
Returns
NewFromPointer(nint, bool)
Creates a new managed TreeListRowSorter instance for a given pointer.
public static TreeListRowSorter NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new TreeListRowSorter and sets the properties specified by the construct arguments.
public static TreeListRowSorter NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetSorter(Sorter?)
public void SetSorter(Sorter? sorter)
Parameters
sorterSorter