Re: Change state of a GtkCheckMenuItem w/o signal triggering



On Fri, Jul 21, 2006 at 02:33:37PM +0200, Enrico Tröger wrote:
This is what I'm doing at the moment, but it is not very nice.
There should be a possibility to change the state without triggering
the signal.

No, there should not be.  In principle you never know what
else is watching the signal, connecting another handler
would likely introduce a hard to find bug.  So, the signal is
consistently emitted always and a *particular* handler can
choose to ignore it if it wishes so.

Yeti


--
Anonyms eat their boogers.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]