Table of Contents

Class IconViewHandle

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

Constructors

IconViewHandle(nint, bool)

public IconViewHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

IconViewHandle

Type Parameters

T