]> Pileus Git - ~andy/gtk/commitdiff
Added a note about GtkWidget:has-tooltip in the docs for
authorTristan Van Berkom <tvb@src.gnome.org>
Fri, 24 Oct 2008 18:25:43 +0000 (18:25 +0000)
committerTristan Van Berkom <tvb@src.gnome.org>
Fri, 24 Oct 2008 18:25:43 +0000 (18:25 +0000)
* gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
the docs for GtkWidget::query-tooltip.

svn path=/trunk/; revision=21712

ChangeLog
gtk/gtkwidget.c

index 7f24aa1e6c292703a3a5d47eaaeaa1858e1bd5ed..235d5ed13d19c7e7adff085bbdea8c0e602f31cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-24  Tristan Van Berkom  <tvb@gnome.org>
+
+       * gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
+       the docs for GtkWidget::query-tooltip.
+
 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkmountoperation.c: The "screen" property ought to have
index 1905c41734095098d5870916dd643f5c0e958d8d..df3e73ec2f0072704660a72414d0f7cf9b0fa9ec 100644 (file)
@@ -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