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:
Tim Janik
1998-07-01 19:36:53 +00:00
committed by Tim Janik
parent 09de6fb1d4
commit 2e8e686cae
13 changed files with 110 additions and 18 deletions

View File

@ -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