Table of Contents

Class TreeModelFilterHandle

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

Constructors

TreeModelFilterHandle(nint, bool)

public TreeModelFilterHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TreeModelFilterHandle

Type Parameters

T