org.gnu.gtk

Class ToolTips

public class ToolTips extends GtkObject

ToolTips are the messages that appear next to a widget when the mouse pointer is held over it for a short period of time.
Constructor Summary
ToolTips()
Construct a new ToolTips object.
ToolTips(Handle handle)
Method Summary
voiddisable()
Disables the ToolTips.
voidenable()
Enables the ToolTips.
static ToolTipsDatagetData(Widget widget)
Retrieve the ToolTipsData associated with the provided widget
static ToolTipsgetToolTips(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.
voidsetTip(Widget widget, String tipText, String additionalInfo)
Adds a tooltip to a Widget.

Constructor Detail

ToolTips

public ToolTips()
Construct a new ToolTips object.

ToolTips

public ToolTips(Handle handle)

Method Detail

disable

public void disable()
Disables the ToolTips.

enable

public void enable()
Enables the ToolTips.

getData

public static ToolTipsData getData(Widget widget)
Retrieve the ToolTipsData associated with the provided widget

Parameters: widget

getToolTips

public static ToolTips getToolTips(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.

setTip

public void setTip(Widget widget, String tipText, String additionalInfo)
Adds a tooltip to a Widget.

Parameters: widget The Widget to add to tooltips. tipText The text to display for the tooltip. additionalInfo Additional information that might be useful to the user if they get stuck.