Table of Contents

Class MultiSorter

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

Constructors

MultiSorter(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

MultiSorter(IntPtr, bool)

protected MultiSorter(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

NItemsPropertyDefinition

public static readonly Property<uint, MultiSorter> NItemsPropertyDefinition

Field Value

Property<uint, MultiSorter>

Properties

NItems

public uint NItems { get; }

Property Value

uint

Methods

Append(Sorter)

public void Append(Sorter sorter)

Parameters

sorter Sorter

GetBuildableId()

public string? GetBuildableId()

Returns

string

GetGType()

public static Type GetGType()

Returns

Type

GetItem(uint)

[Version("2.44")]
public IntPtr GetItem(uint position)

Parameters

position uint

Returns

IntPtr

GetItemType()

[Version("2.44")]
public Type GetItemType()

Returns

Type

GetNItems()

[Version("2.44")]
public uint GetNItems()

Returns

uint

GetObject(uint)

[Version("2.44")]
public Object? GetObject(uint position)

Parameters

position uint

Returns

Object

ItemsChanged(uint, uint, uint)

[Version("2.44")]
public void ItemsChanged(uint position, uint removed, uint added)

Parameters

position uint
removed uint
added uint

New()

public static MultiSorter New()

Returns

MultiSorter

Remove(uint)

public void Remove(uint position)

Parameters

position uint