Hi!

On Wed, 2007-05-09 at 12:41 +0200, Sven Neumann wrote:
> Your code returns TRUE from the event handler. This stops signal
> emission and keeps other handlers from being invoked. Check the
> documentation of GtkWidget::key-press-event (or any other event signal
> handler).

... but could it be that in older versions of GTK the default handler
was being called first and it returned FALSE, whereas in newer versions,
the default handler is being called last and so, if an earlier handler
returns TRUE, the default handler never gets called ?



Gabriel

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

Reply via email to