Re: Change state of a GtkCheckMenuItem w/o signal triggering
- From: David Nečas (Yeti) <yeti physics muni cz>
- To: gtk-app-devel-list gnome org
- Subject: Re: Change state of a GtkCheckMenuItem w/o signal triggering
- Date: Fri, 21 Jul 2006 14:41:45 +0200
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]