On 21.05.2017 00:09, Mike Martin wrote: > Basically I need to block changed signal while the combobox model gets > updated by a sub in another part of the application
I don't think you can block entire signals, but you can block specific signal handlers with $object->signal_handler_block ($handler_id), where $handler_id = $object->signal_connect (...). _______________________________________________ gtk-perl-list mailing list gtk-perl-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-perl-list