Table of Contents

Class TextTagHandle

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

Constructors

TextTagHandle(nint, bool)

public TextTagHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TextTagHandle

Type Parameters

T