ToolTips are the messages that appear next to a widget when the mouse
pointer is held over it for a short period of time.
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
widget
-
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- getType in interface GtkObject
gtk_tooltips_data_get
protected static final Handle gtk_tooltips_data_get(Handle widget)
gtk_tooltips_disable
protected static final void gtk_tooltips_disable(Handle tooltips)
gtk_tooltips_enable
protected static final void gtk_tooltips_enable(Handle tooltips)
gtk_tooltips_force_window
protected static final void gtk_tooltips_force_window(Handle tooltips)
gtk_tooltips_get_type
protected static final int gtk_tooltips_get_type()
BEGINNING OF JNI CODE
gtk_tooltips_new
protected static final Handle gtk_tooltips_new()
gtk_tooltips_set_tip
protected static final void gtk_tooltips_set_tip(Handle tooltips,
Handle widget,
String tipText,
String tipPrivate)
setTip
public void setTip(Widget widget,
String tipText,
String additionalInfo)
Adds a tooltip to a Widget.
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.