On Mon, 2010-05-10 at 21:17 -0400, Paul Davis wrote: 
> connect() takes an extra default boolean argument that allows control
> of this too. it defaults to "true" which means "call after the default
> handler, if the default handler didn't stop the signal emission". a
> critical tool for some purposes.

Ah yes.  The difference between connect() and connect_notify() is that
connect_notify() makes the return of the callback unnecessary (void).


-- 
José




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

Reply via email to