Table of Contents

Class AnyFilter

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

Constructors

AnyFilter(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

AnyFilter(IntPtr, bool)

protected AnyFilter(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

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 AnyFilter New()

Returns

AnyFilter