Table of Contents

Class CellAreaContextHandle

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

Constructors

CellAreaContextHandle(nint, bool)

public CellAreaContextHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CellAreaContextHandle

Type Parameters

T