Table of Contents

Class TextBufferHandle

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

Constructors

TextBufferHandle(nint, bool)

public TextBufferHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TextBufferHandle

Type Parameters

T