Table of Contents

Class CellAreaHandle

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class CellAreaHandle : InitiallyUnownedHandle, IDisposable
Inheritance
CellAreaHandle
Implements
Derived
Inherited Members

Constructors

CellAreaHandle(nint, bool)

public CellAreaHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CellAreaHandle

Type Parameters

T