Re: Cross-coupling comboboxes
- From: Daniel Boles <dboles src gmail com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Cross-coupling comboboxes
- Date: Sat, 8 Jun 2019 18:22:47 +0100
> AFAICT the "blocking" has to be
> applied per-signal, so I need to keep track of all the connection
> instances for all the comboboxes, yes?
Yeah, I often forget that glibmm/gtkmm use Glib::SignalProxy rather than sigc::signal. The former will need you to retain and un/block the individual handler connections, whereas the latter would've let you do all at once. I guess it makes sense; we don't normally want to have to block everything including GTK/GLib's own handlers.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]