Table of Contents

Class ColumnViewCellHandle

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

Constructors

ColumnViewCellHandle(nint, bool)

public ColumnViewCellHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ColumnViewCellHandle

Type Parameters

T