I have few GTK widgets that using related actions in different hierarchy levels, these actions should be different as implementing different tasks.
Can I sync them to make interaction elements disabled on at least one action was disabled? Maybe some Group API available for these needs?
I mean without notify event listener as currently using it, not sure it’s correct.