Table of Contents

Class CellViewHandle

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

Constructors

CellViewHandle(nint, bool)

public CellViewHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CellViewHandle

Type Parameters

T