Kaydet (Commit) 2a6ac15f authored tarafından Terry Reedy's avatar Terry Reedy

Update last tix code example for 3.x, as already done for previous examples.

üst 009a6bd6
......@@ -499,8 +499,8 @@ Tix Commands
To view the current settings, the common usage is::
import Tix
root = Tix.Tk()
from tkinter import tix
root = tix.Tk()
print(root.tix_configure())
......
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