hexp(): New function

This commit is contained in:
Barry Warsaw 1998-10-06 15:49:19 +00:00
parent a398924c6a
commit 6831c30143
1 changed files with 3 additions and 0 deletions

View File

@ -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()