代码搜索:tkinter

找到约 422 项符合「tkinter」的源代码

代码结果 422
www.eeworm.com/read/107689/15603350

py standalone.py

#!/usr/bin/env python # $Id: standalone.py,v 1.13 2001/12/21 11:11:51 gstein Exp $ # vim:sw=4:ts=4:et:nowrap # [Emacs: -*- python -*-] # # Copyright (C) 1999-2001 The ViewCVS Group. All Rights Reserve
www.eeworm.com/read/160583/10517268

py anim_tk.py

# deprecated - this example is no longer needed. Follow the model of # anim.py to use interaction = True to avoid all the cruft of timers, # callbacks and the likes used here #!/usr/bin/env python2.
www.eeworm.com/read/329960/12924211

py hmmeditor.py

#!/usr/bin/env python ################################################################################ # # This file is part of ghmm # # file: HMMEd.py # author: Janne Grunau # #
www.eeworm.com/read/325535/3482929

py vtktkphotoimage.py

""" A subclass of Tkinter.PhotoImage that connects a vtkImageData to a photo widget. Created by Daniel Blezek, August 2002 """ import Tkinter from Tkinter import * from vtkpython import * from vtkL
www.eeworm.com/read/100127/6274045

py manpage.py

# Widget to display a man page import regex from Tkinter import * from Tkinter import _tkinter from ScrolledText import ScrolledText # XXX These fonts may have to be changed to match your system BOL
www.eeworm.com/read/438717/1823306

py manpage.py

# Widget to display a man page import regex from Tkinter import * from Tkinter import _tkinter from ScrolledText import ScrolledText # XXX These fonts may have to be changed to match your system BOL
www.eeworm.com/read/438718/1822805

py dialog.py

# Dialog.py -- Tkinter interface to the tk_dialog script. from Tkinter import * from Tkinter import _cnfmerge if TkVersion
www.eeworm.com/read/196550/5102053

py setup.py

from distutils.core import setup import py2exe from py2exe.build_exe import py2exe as BuildExe import os,sys def TixInfo(): import Tkinter import _tkinter tk=_tkinter.create()
www.eeworm.com/read/100127/6274026

py animation-w-velocity-ctrl.py

from Tkinter import * # this is the same as simple-demo-1.py, but uses # subclassing. # note that there is no explicit call to start Tk. # Tkinter is smart enough to start the system if it's not a
www.eeworm.com/read/100127/6274039

py canvas-gridding.py

from Tkinter import * # this is the same as simple-demo-1.py, but uses # subclassing. # note that there is no explicit call to start Tk. # Tkinter is smart enough to start the system if it's not a