Re: How to access signal_id from widget
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: How to access signal_id from widget
- Date: Sun, 21 May 2017 15:46:30 +0200
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 (...).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]