Home
last modified time | relevance | path

Searched refs:_tkinter (Results 1 – 25 of 57) sorted by relevance

123

/external/python/cpython2/PC/VC6/
D_tkinter.dsp1 # Microsoft Developer Studio Project File - Name="_tkinter" - Package Owner=<4>
7 CFG=_tkinter - Win32 Release
11 !MESSAGE NMAKE /f "_tkinter.mak".
16 !MESSAGE NMAKE /f "_tkinter.mak" CFG="_tkinter - Win32 Release"
20 !MESSAGE "_tkinter - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "_tkinter - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
26 # PROP Scc_ProjName "_tkinter"
32 !IF "$(CFG)" == "_tkinter - Win32 Debug"
42 # PROP Intermediate_Dir "x86-temp-debug\_tkinter"
60 !ELSEIF "$(CFG)" == "_tkinter - Win32 Release"
[all …]
Dpcbuild.dsw153 Project: "_tkinter"=".\_tkinter.dsp" - Package Owner=<4>
/external/python/cpython2/Demo/tkinter/guido/
Dwish.py3 import _tkinter
6 tk = _tkinter.create(os.environ['DISPLAY'], 'wish', 'Tk', 1)
23 except _tkinter.TclError, msg:
DManPage.py5 from Tkinter import _tkinter
48 self.tk.createfilehandler(fp, _tkinter.READABLE,
/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dsupport.py53 import _tkinter
54 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.')))
89 if isinstance(actual, _tkinter.Tcl_Obj):
/external/python/cpython3/Lib/tkinter/test/
Dsupport.py53 import _tkinter
54 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.')))
89 if isinstance(actual, _tkinter.Tcl_Obj):
/external/python/cpython2/Lib/lib-tk/
DFixTk.py68 import _tkinter
69 ver = str(_tkinter.TCL_VERSION)
DTkinter.py39 import _tkinter # If this fails your Python may not be configured for Tk
40 tkinter = _tkinter # b/w compat for export
41 TclError = _tkinter.TclError
48 TkVersion = float(_tkinter.TK_VERSION)
49 TclVersion = float(_tkinter.TCL_VERSION)
51 READABLE = _tkinter.READABLE
52 WRITABLE = _tkinter.WRITABLE
53 EXCEPTION = _tkinter.EXCEPTION
56 try: _tkinter.createfilehandler
57 except AttributeError: _tkinter.createfilehandler = None
[all …]
DtkFont.py83 … raise Tkinter._tkinter.TclError, "named font %s does not already exist" % (self.name,)
/external/python/cpython2/Doc/library/
Dtk.rst1 .. _tkinter:
22 classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
/external/python/cpython3/Doc/library/
Dtk.rst1 .. _tkinter:
22 classes. In addition, the internal module :mod:`_tkinter` provides a threadsafe
/external/python/cpython3/Lib/test/
Dtest_tix.py6 _tkinter = support.import_module('_tkinter') variable
Dtest_ttk_guionly.py11 from _tkinter import TclError
Dtest_tcl.py9 _tkinter = support.import_module('_tkinter') variable
13 from _tkinter import TclError
20 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.')))
43 self.assertRaises(TypeError, _tkinter._flatten, True)
653 self.assertRaises(TypeError, _tkinter.Tcl_Obj)
/external/python/cpython2/Demo/tkinter/
DREADME4 Tkinter and _tkinter, how to enable the Python Tk interface, and where
/external/python/cpython2/Lib/test/
Dtest_ttk_guionly.py18 from _tkinter import TclError
Dtest_tcl.py9 _tkinter = test_support.import_module('_tkinter') variable
13 from _tkinter import TclError
20 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.')))
43 self.assertRaises(TypeError, _tkinter._flatten, True)
/external/python/cpython2/Demo/tix/
DINSTALL.txt38 _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
/external/python/cpython3/Lib/tkinter/
D__init__.py36 import _tkinter # If this fails your Python may not be configured for Tk
37 TclError = _tkinter.TclError
44 TkVersion = float(_tkinter.TK_VERSION)
45 TclVersion = float(_tkinter.TCL_VERSION)
47 READABLE = _tkinter.READABLE
48 WRITABLE = _tkinter.WRITABLE
49 EXCEPTION = _tkinter.EXCEPTION
90 try: _flatten = _tkinter._flatten
110 try: _cnfmerge = _tkinter._cnfmerge
1559 if isinstance(value, (str, _tkinter.Tcl_Obj)):
[all …]
Dfont.py86 raise tkinter._tkinter.TclError(
/external/python/cpython3/Modules/
DSetup.dist257 # The _tkinter module.
259 # The command for _tkinter is long and site specific. Please
269 # _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
/external/python/cpython2/PC/
Ddllbase_nt.txt20 - _tkinter 1e190000 - 1e1A0000
/external/python/cpython3/PC/
Ddllbase_nt.txt20 - _tkinter 1e190000 - 1e1A0000
/external/python/cpython2/Modules/
DSetup.dist317 # The _tkinter module.
319 # The command for _tkinter is long and site specific. Please
329 # _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
/external/python/cpython3/Tools/freeze/
DREADME131 for any Python files such as _tkinter.pyd you may need.
168 _tkinter.pyd, these will not be incorporated in the frozen program.
180 such as _tkinter.pyd there.

123