Table of Contents

Class ViewHandle

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class ViewHandle : TextViewHandle, IDisposable
Inheritance
ViewHandle
Implements
Derived
Inherited Members

Constructors

ViewHandle(nint, bool)

public ViewHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

ViewHandle

Type Parameters

T