Table of Contents

Class ColumnViewRowHandle

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

Constructors

ColumnViewRowHandle(nint, bool)

public ColumnViewRowHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ColumnViewRowHandle

Type Parameters

T