"Maher Awamy" <[EMAIL PROTECTED]> writes:
> I think this is the function you want..
> 
> void   gtk_signal_emit_by_name                  (GtkObject           *object,
>                                                                              
>    const gchar               *name,
>                                                                              
>       ...);
> 
> so gtk_signal_emit_by_name(GTK_OBJECT(yourwidget), "configure_event", gpointer
> data);
> 

Not allowed, you can't emit events. Only the implementation code of
the object itself is allowed to do that.

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to