Table of Contents

Class FlattenListModelHandle

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

Constructors

FlattenListModelHandle(nint, bool)

public FlattenListModelHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FlattenListModelHandle

Type Parameters

T