Table of Contents

Class TooltipHandle

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

Constructors

TooltipHandle(nint, bool)

public TooltipHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TooltipHandle

Type Parameters

T