Paul Davis <[EMAIL PROTECTED]> writes: > there are also so-called "after" handlers (connected with > gtk_signal_connect_after()) which are called after the default > handler. its not clear to me if these will still be called in 1.3/2.0 > if a "before" handler returns TRUE. owen/havoc and others will know. >
No, they won't be called. TRUE stops the entire emission in 2.0. Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
