hexp(): New function
This commit is contained in:
parent
a398924c6a
commit
6831c30143
|
@ -127,3 +127,6 @@ class TypeinViewer:
|
|||
self.__x.insert(0, redstr)
|
||||
self.__y.insert(0, greenstr)
|
||||
self.__z.insert(0, bluestr)
|
||||
|
||||
def hexp(self):
|
||||
return self.__hexp.get()
|
||||
|
|
Loading…
Reference in New Issue