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.
This commit is contained in:
		| @ -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  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Padraig O'Briain
					Padraig O'Briain