Re: [gtk-list] Re: Disabling callbacks - Further explanation




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]