Table of Contents

Class CustomFilter

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

Constructors

CustomFilter(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

CustomFilter(IntPtr, bool)

protected CustomFilter(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(CustomFilterFunc?)

public static CustomFilter New(CustomFilterFunc? matchFunc)

Parameters

matchFunc CustomFilterFunc

Returns

CustomFilter

SetFilterFunc(CustomFilterFunc?)

public void SetFilterFunc(CustomFilterFunc? matchFunc)

Parameters

matchFunc CustomFilterFunc