Table of Contents

Class HoverDisplayHandle

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

Constructors

HoverDisplayHandle(nint, bool)

public HoverDisplayHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

HoverDisplayHandle

Type Parameters

T