Staging
v0.5.1
https://github.com/python/cpython
Revision 472f2e22054a36cfe4331e474ab446f0a17888f7 authored by Georg Brandl on 08 June 2009, 08:58:54 UTC, committed by Georg Brandl on 08 June 2009, 08:58:54 UTC
1 parent 96f05e5
Raw File
Tip revision: 472f2e22054a36cfe4331e474ab446f0a17888f7 authored by Georg Brandl on 08 June 2009, 08:58:54 UTC
Use boolean for another flag option.
Tip revision: 472f2e2
_tkinter.def
LIBRARY        _TKINTER INITINSTANCE TERMINSTANCE
DESCRIPTION    'Python Extension DLL v1.0 for Access to Tcl/Tk Environment'
PROTMODE
DATA           MULTIPLE NONSHARED

EXPORTS
               init_tkinter

back to top