Kaydet (Commit) 83551bfe authored tarafından Guido van Rossum's avatar Guido van Rossum

Export names for the types defined by this module: TkappType and TkttType.

üst 4fb5b28d
......@@ -1519,6 +1519,9 @@ init_tkinter()
ins_string(d, "TK_VERSION", TK_VERSION);
ins_string(d, "TCL_VERSION", TCL_VERSION);
PyDict_SetItemString(d, "TkappType", (PyObject *)&Tkapp_Type);
PyDict_SetItemString(d, "TkttType", (PyObject *)&Tktt_Type);
if (PyOS_InputHook == NULL)
PyOS_InputHook = EventHook;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment