Table of Contents

Class ListViewHandle

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

Constructors

ListViewHandle(nint, bool)

public ListViewHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ListViewHandle

Type Parameters

T