Gtk.Tooltips Members

The members of Gtk.Tooltips are listed below.

See Also: Inherited members from Gtk.Object

Public Constructors

Creates an empty group of tooltips.
Internal constructor

Protected Constructors

Protected Constructor.

Public Properties

[write-only]
Delayuint. Number of milliseconds of mouse-hover before tooltips pop up.
[read-only]
static
GTypeGLib.GType. GType Property.

Public Methods

Disable()
Causes all tooltips in the tooltips group to become inactive.
Enable()
Allows the user to see your tooltips as they navigate your application.
ForceWindow()
Ensures that the window used for displaying the given tooltip is created.
static
GetInfoFromTipWindow(Window, Tooltips, Widget) : bool
Determines the tooltips and the widget they belong to from the window in which they are displayed.
SetTip(Widget, string, string)
Adds a tooltip containing the specified message to the specified Gtk.Widget.