Table of Contents

Class GridViewHandle

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

Constructors

GridViewHandle(nint, bool)

public GridViewHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

GridViewHandle

Type Parameters

T