Table of Contents

Class CustomFilterHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class CustomFilterHandle : FilterHandle, IDisposable
Inheritance
CustomFilterHandle
Implements
Inherited Members

Constructors

CustomFilterHandle(nint, bool)

public CustomFilterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static CustomFilterHandle For<T>(ConstructArgument[] constructArguments) where T : CustomFilter, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

CustomFilterHandle

Type Parameters

T