Shift + Right == +25
"""
-import sys
from Tkinter import *
STOP = 'Stop'
self.__l2.configure(text=text)
def __quit(self, event=None):
- sys.exit(0)
+ self.__root.quit()
def __withdraw(self, event=None):
self.__root.withdraw()
given name, without selecting the color.
"""
-import sys
from Tkinter import *
import ColorDB
self.__sb.update_views(self.__red, self.__green, self.__blue)
def __quit(self, event=None):
- sys.exit(0)
+ self.__root.quit()
def __withdraw(self, event=None):
self.__root.withdraw()
in the text window (which only has a background).
"""
-import sys
from Tkinter import *
import ColorDB
self.__toggletrack()
def __quit(self, event=None):
- sys.exit(0)
+ self.__root.quit()
def __withdraw(self, event=None):
self.__root.withdraw()