On Wed, May 23, 2007 at 10:36:13AM -0400, danielg RHCE wrote:
> > Why don't you just call the callback function which is connected to the
> > signal?
> > Or use g_signal_emit() or g_signal_emit_by_name() to "emulate" a 
> > click on the menu item.
> 
> That's exactly what I'm trying to do, simulate a menu item click.

gtk_widget_activate(item); or gtk_menu_item_activate(item);

Yeti

--
http://gwyddion.net/
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to