Get method for the Radio Element
This commit is contained in:
parent
b35c55726d
commit
7574c9ea97
|
@ -1121,6 +1121,11 @@ class Radio(Element):
|
|||
""" """
|
||||
self.TKIntVar.set(0)
|
||||
|
||||
def Get(self):
|
||||
""" """
|
||||
return self.TKIntVar.get() == self.EncodedRadioValue
|
||||
|
||||
|
||||
def __del__(self):
|
||||
""" """
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue