[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: disable destroy callback
- From: Darin Adler <darin eazel com>
- To: Jose Eusebio Roza Pando <jeroza alu uah es>,<gtk-app-devel-list gnome org>
- Subject: Re: disable destroy callback
- Date: Tue, 03 Oct 2000 10:10:55 -0700
on 10/3/00 9:17 AM, Jose Eusebio Roza Pando at jeroza@alu.uah.es wrote:
> I have a destroy callback and i would like to enable it and disable
> it. How can I do it?
Any signal handler, including one for the "destroy" signal, can be
temporarily turned off with gtk_signal_handler_block and turned back on with
gtk_signal_handler_unblock.
-- Darin
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]