Table of Contents

Class HoverHandle

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

Constructors

HoverHandle(nint, bool)

public HoverHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

HoverHandle

Type Parameters

T