Re: treeviewcontrol in tkinter.ttk
In article <[email protected]>, Wolfgang Meiners wrote: > when i type the following code under python3, version 3.2 using osx 10.6.8: [...] You might want to ask your question on the Tkinter list and/or possibly the Tcl Mac list. http://mail.python.org/mailma
treeviewcontrol in tkinter.ttk
Hi all, when i type the following code under python3, version 3.2 using osx 10.6.8: ## #! /usr/bin/env python3 # -*- coding: utf-8 -*- from tkinter import * from tkinter.ttk import * from tkinter.font import Font root = Tk() tv = Treevi
