The widgets seem to have a lot of methods that you wouldn't know about from the documentation. For example, I can't find documentation for .show() and .hide() at all, nor could I find it documented that Toggle has a .getValue() method that returns True or False. It would be helpful if these methods were documented, unless there's a reason not to.
The widgets seem to have a lot of methods that you wouldn't know about from the documentation. For example, I can't find documentation for
.show()and.hide()at all, nor could I find it documented thatTogglehas a.getValue()method that returnsTrueorFalse. It would be helpful if these methods were documented, unless there's a reason not to.