org.gnu.gtk
public class ToolTips extends GtkObject
Constructor Summary | |
---|---|
ToolTips()
Construct a new ToolTips object. | |
ToolTips(Handle handle) |
Method Summary | |
---|---|
void | disable()
Disables the ToolTips. |
void | enable()
Enables the ToolTips. |
static ToolTipsData | getData(Widget widget)
Retrieve the ToolTipsData associated with the provided widget
|
static ToolTips | getToolTips(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
static Type | getType()
Retrieve the runtime type used by the GLib library. |
void | setTip(Widget widget, String tipText, String additionalInfo)
Adds a tooltip to a Widget.
|
Parameters: 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.