summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-24 18:25:43 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-24 18:25:43 +0000
commitc29237900c9537beffb7147971ef949650918718 (patch)
tree69ba5ebcacd5af9e0683249e845d8f8107e02cf0 /gtk
parent230b4fefcae949715c8f2946d4071b8685db198c (diff)
downloadgtk+-c29237900c9537beffb7147971ef949650918718.tar.gz
Added a note about GtkWidget:has-tooltip in the docs for
* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in the docs for GtkWidget::query-tooltip. svn path=/trunk/; revision=21712
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkwidget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 1905c41734..df3e73ec2f 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -2071,8 +2071,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
* @keyboard_mode: %TRUE if the tooltip was trigged using the keyboard
* @tooltip: a #GtkTooltip
*
- * Emitted when the #GtkSettings:gtk-tooltip-timeout has expired with
- * the cursor hovering "above" @widget; or emitted when @widget got
+ * Emitted when #GtkWidget:has-tooltip is %TRUE and the #GtkSettings:gtk-tooltip-timeout
+ * has expired with the cursor hovering "above" @widget; or emitted when @widget got
* focus in keyboard mode.
*
* Using the given coordinates, the signal handler should determine