Re: How do I send an event



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);

Maher

On Thu, 18 Jan 2001 13:50:12 -0600, Billy Patton said:

> I have a drawing scaled to fit on the screen.  If I want to see it at a
>  larger scale
>  I hit it I key and it changes my data scale.  I then need to get my
>  configure_event
>  to fire again.
>  
>  
>  
>  _______________________________________________
>  gtk-list mailing list
>  gtk-list gnome org
>  http://mail.gnome.org/mailman/listinfo/gtk-list
>  
>  

-- 
http://www.muhri.net -- muhri muhri net





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