Can you interrogate a widget button to find out what its current enabled status is? I was planning to use this in a “toggle enabled” function. So get the current status of a widget button and if it’s true setEnabled to false, and vice versa.
However just asking for button.isEnabled returns nil. Any ideas?