Re: Gtk::Switch problem, not being able to handle the signal state_set
- From: Daniel Boles <dboles src gmail com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Gtk::Switch problem, not being able to handle the signal state_set
- Date: Tue, 28 May 2019 12:35:36 +0100
from the doc:
that is: the point of this signal is to control how the state changes, not listen for said changes. if you override that default handler, it probably won't do what you expect. also, you're not connecting before that default, hence why you don't see any printout.
checking for changes on the property as you proposed is correct, I think.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]