Table of Contents

Class CompletionCellHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class CompletionCellHandle : WidgetHandle, IDisposable
Inheritance
CompletionCellHandle
Implements
Inherited Members

Constructors

CompletionCellHandle(nint, bool)

public CompletionCellHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

CompletionCellHandle

Type Parameters

T