Table of Contents

Class CellAreaBoxHandle

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

Constructors

CellAreaBoxHandle(nint, bool)

public CellAreaBoxHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CellAreaBoxHandle

Type Parameters

T