Table of Contents

Class BoolFilterHandle

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

Constructors

BoolFilterHandle(nint, bool)

public BoolFilterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BoolFilterHandle

Type Parameters

T