On Sat, Apr 01, 2006 at 08:33:30PM -0800, [EMAIL PROTECTED] wrote:
> How can I add a signal handler for gtk_main_quit()?

gtk_main_quit() is not an action of any object, so how it
could have a signal handler?

> I mean there are multiple places in my application
> which calls gtk_main_quit(), but I want it to call a
> 'cleanup handler' as part of the exit sequence.

See gtk_quit_add().

Yeti


--
That's enough.
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to