GtkTooltips
An object for managing a collection of tooltips.
Object Hierarchy
Description
Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. They are especially helpful for adding more verbose descriptions of things such as buttons in a toolbar.
An individual tooltip belongs to a group of tooltips. A group is created with the constructor. Every tooltip in the group can then be turned off with a call to disable() and enabled with enable() .
Tooltips can only be set on widgets which have their own X window. To add a tooltip to a widget that doesn't have its own window, place the widget inside a GtkEventBox and add a tooltip to that instead.
Constructors
GtkTooltips ();-- Creates a new tooltips object.
Methods
disable() Â Disables the tooltips. enable() Â Enables the tooltips. force_window() Â Internal use only. set_delay() Â Set the amount of time until the tips appear. set_tip() Â Set the tooltip for a widget.
Fields
active_tips_data: Â delay: Â enabled: Â timer_tag: Â tip_label: Â tip_window: Â tips_data_list: Â use_sticky_delay: Â