Table of Contents

Class Tooltip

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class Tooltip : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
Tooltip
Implements
Inherited Members

Constructors

Tooltip(bool, params ConstructArgument[])

protected Tooltip(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

Tooltip(IntPtr, bool)

protected Tooltip(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

SetCustom(Widget?)

public void SetCustom(Widget? customWidget)

Parameters

customWidget Widget

SetIcon(Paintable?)

public void SetIcon(Paintable? paintable)

Parameters

paintable Paintable

SetIconFromGicon(Icon?)

public void SetIconFromGicon(Icon? gicon)

Parameters

gicon Icon

SetIconFromIconName(string?)

public void SetIconFromIconName(string? iconName)

Parameters

iconName string

SetMarkup(string?)

public void SetMarkup(string? markup)

Parameters

markup string

SetText(string?)

public void SetText(string? text)

Parameters

text string

SetTipArea(Rectangle)

public void SetTipArea(Rectangle rect)

Parameters

rect Rectangle