Table of Contents

Class ColumnViewHandle

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

Constructors

ColumnViewHandle(nint, bool)

public ColumnViewHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ColumnViewHandle

Type Parameters

T