forked from AuroraMiddleware/gtk
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
This commit is contained in:
parent
230b4fefca
commit
c29237900c
@ -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>
|
2008-10-24 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkmountoperation.c: The "screen" property ought to have
|
* gtk/gtkmountoperation.c: The "screen" property ought to have
|
||||||
|
@ -2071,8 +2071,8 @@ gtk_widget_class_init (GtkWidgetClass *klass)
|
|||||||
* @keyboard_mode: %TRUE if the tooltip was trigged using the keyboard
|
* @keyboard_mode: %TRUE if the tooltip was trigged using the keyboard
|
||||||
* @tooltip: a #GtkTooltip
|
* @tooltip: a #GtkTooltip
|
||||||
*
|
*
|
||||||
* Emitted when the #GtkSettings:gtk-tooltip-timeout has expired with
|
* Emitted when #GtkWidget:has-tooltip is %TRUE and the #GtkSettings:gtk-tooltip-timeout
|
||||||
* the cursor hovering "above" @widget; or emitted when @widget got
|
* has expired with the cursor hovering "above" @widget; or emitted when @widget got
|
||||||
* focus in keyboard mode.
|
* focus in keyboard mode.
|
||||||
*
|
*
|
||||||
* Using the given coordinates, the signal handler should determine
|
* Using the given coordinates, the signal handler should determine
|
||||||
|
Loading…
Reference in New Issue
Block a user