Re: How to access signal_id from widget



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]