Table of Contents

Class TextViewHandle

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

Constructors

TextViewHandle(nint, bool)

public TextViewHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TextViewHandle

Type Parameters

T