temporary implementation of action signal "debug_msg"
Wed Jul 1 20:58:46 1998 Tim Janik <timj@gtk.org> * gtk/gtkwidget.h: * gtk/gtkwidget.c: temporary implementation of action signal "debug_msg" * gtk/gtkbindings.c (gtk_binding_entry_add_signal): fixed an off-by-one error that prevented signal to entry addition for signals with parameters.
This commit is contained in:
		| @ -337,6 +337,10 @@ struct _GtkWidgetClass | ||||
|   /* selection */ | ||||
|   void (* selection_received)      (GtkWidget          *widget, | ||||
| 				    GtkSelectionData   *selection_data); | ||||
|  | ||||
|   /* action signals */ | ||||
|   void (* debug_msg)		   (GtkWidget	       *widget, | ||||
| 				    const gchar	       *string); | ||||
| }; | ||||
|  | ||||
| struct _GtkWidgetAuxInfo | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Tim Janik
					Tim Janik