Re: [gtk-list] Re: Disabling callbacks - Further explanation
- From: Havoc Pennington <rhp zirx pair com>
- To: gtk-list redhat com
- cc: Tony Denault <denault duke ifa hawaii edu>
- Subject: Re: [gtk-list] Re: Disabling callbacks - Further explanation
- Date: Wed, 2 Jun 1999 20:19:58 -0400 (EDT)
On Wed, 2 Jun 1999, K. M. Hawarden-Ogata wrote:
>
> Basically, I want to be able to turn the signal of, update my display, and
> turn them back on again.
>
Call gtk_signal_handler_block(), gtk_signal_handler_block_by_func(), or
gtk_signal_handler_block_by_data() to temporarily disable your callback.
Then call the matching unblock() function to re-enable it.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]