mirror of
https://github.com/python/cpython.git
synced 2025-11-10 14:31:24 +00:00
Update last tix code example for 3.x, as already done for previous examples.
This commit is contained in:
parent
009a6bd675
commit
2a6ac15f26
1 changed files with 2 additions and 2 deletions
|
|
@ -499,8 +499,8 @@ Tix Commands
|
||||||
|
|
||||||
To view the current settings, the common usage is::
|
To view the current settings, the common usage is::
|
||||||
|
|
||||||
import Tix
|
from tkinter import tix
|
||||||
root = Tix.Tk()
|
root = tix.Tk()
|
||||||
print(root.tix_configure())
|
print(root.tix_configure())
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue