mirror of https://github.com/python/cpython.git
Update last tix code example for 3.x, as already done for previous examples.
This commit is contained in:
parent
009a6bd675
commit
2a6ac15f26
|
@ -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())
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue