Re: ttk Listbox

2011-10-31 Thread user1024

hi
http://www.tkdocs.com/tutorial/index.html

remember that you have to import line
from tkinter import ttk
(at "from tkinter import *" ttk in not included)

--
http://mail.python.org/mailman/listinfo/python-list


Re: ttk Listbox

2011-10-31 Thread user1024

hi
http://www.tkdocs.com/tutorial/index.html

remember that you have to import like
from tkinter import ttk
(at "from tkinter import *" ttk in not included)
--
http://mail.python.org/mailman/listinfo/python-list


Re: ttk Listbox

2011-10-31 Thread user1024

hi
http://www.tkdocs.com/tutorial/index.html

remember that you have to import like
from tkinter import ttk
(at "from tkinter import *" ttk in not included)
--
http://mail.python.org/mailman/listinfo/python-list