Table of Contents

Class Hover

Namespace
GtkSource
Assembly
GtkSource-5.dll
public class Hover : Object, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
Hover
Implements
Inherited Members

Constructors

Hover(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public Hover(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Hover(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected Hover(CreationData data)

Parameters

data CreationData

Hover(HoverHandle)

protected Hover(HoverHandle handle)

Parameters

handle HoverHandle

Fields

HoverDelayPropertyDefinition

public static readonly Property<uint, Hover> HoverDelayPropertyDefinition

Field Value

Property<uint, Hover>

Properties

HoverDelay

public uint HoverDelay { get; set; }

Property Value

uint

Methods

AddProvider(HoverProvider)

public void AddProvider(HoverProvider provider)

Parameters

provider HoverProvider

GetGType()

public static Type GetGType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed Hover instance for a given pointer.

public static Hover NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

Hover

NewWithProperties(ConstructArgument[])

Creates a new Hover and sets the properties specified by the construct arguments.

public static Hover NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

Hover

RemoveProvider(HoverProvider)

public void RemoveProvider(HoverProvider provider)

Parameters

provider HoverProvider