Re: How do I send an event



"Maher Awamy" <muhri muhri net> 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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]