summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-02-07 15:45:17 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-02-07 15:45:17 +0000
commit49ea86bccde551858cbf22ba19c5a1fe1eabf460 (patch)
tree581dc9f165391745de606f35b3fa81253b6086fd /gtk/gtkwidget.h
parent5bc235001ab5ea9071ae550c8ced0dcb88a725eb (diff)
downloadgtk+-49ea86bccde551858cbf22ba19c5a1fe1eabf460.tar.gz
Change show_help signal to return gboolean instead of void. This allows
* gtk/gtkwidget.[ch]: Change show_help signal to return gboolean instead of void. This allows the keypress which invokes the signal to be propagated to the focus widgets ancestors if not handled by the focus widget. * gtk/gtktoolips.[ch] Change _gtk_tooltips_show_tip () to return a gboolean indicating whether widget has tooltip to display.
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r--gtk/gtkwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h
index 6eebb124f0..607aa79293 100644
--- a/gtk/gtkwidget.h
+++ b/gtk/gtkwidget.h
@@ -394,7 +394,7 @@ struct _GtkWidgetClass
* sense, should cycle through them showing each tip alongside
* whatever piece of the widget it applies to.
*/
- void (* show_help) (GtkWidget *widget,
+ gboolean (* show_help) (GtkWidget *widget,
GtkWidgetHelpType help_type);
/* accessibility support