Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:Tkinter

12 # NOTE: In order to minimize changes to Tkinter.py, some of the code here
13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
14 # and will break if there are major changes in Tkinter.
30 import Tkinter
31 from Tkinter import *
32 from Tkinter import _flatten, _cnfmerge
40 # Some more constants (for consistency with Tkinter)
66 # Some constants used by Tkinter dooneevent()
75 # in Tkinter (to override Widget initialization) and is therefore
78 # Could probably add this to Tkinter.Misc
86 This is a mixin class, assumed to be mixed to Tkinter.Tk
120 # Copied from Tkinter.py
207 class Tk(Tkinter.Tk, tixCommand):
211 Tkinter.Tk.__init__(self, screenName, baseName, className)
227 Tkinter.Tk.destroy(self)
275 Tkinter.Widget.__bases__ = Tkinter.Widget.__bases__ + (Form,)
277 class TixWidget(Tkinter.Widget):
395 # These are missing from Tkinter
398 master = Tkinter._default_root
462 # in Tkinter when it finally calls Tcl to destroy the NoteBook
485 master = Tkinter._default_root