Release 4.0.0 & 2.0.0

This commit is contained in:
MikeTheWatchGuy 2019-06-19 13:15:03 -04:00
parent 7574c9ea97
commit b1ab9868e1
4 changed files with 6555 additions and 3180 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/python3
__version__ = "4.0.0 Unreleased"
__version__ = "4.0.0"
import sys
@ -1122,7 +1122,10 @@ class Radio(Element):
self.TKIntVar.set(0)
def Get(self):
""" """
"""
A snapshot of the value of Radio Button (True/False)
:return: Bool - True is radio button is chosen
"""
return self.TKIntVar.get() == self.EncodedRadioValue