Re: ttk Listbox

2011-10-31 Thread Kevin Walzer
On 10/31/11 4:03 PM, Ric@rdo wrote: On Mon, 31 Oct 2011 10:00:22 -0400, Kevin Walzer wrote: On 10/31/11 12:37 AM, Ric@rdo wrote: What would be an equivalent widget in ttk like a Listbox and if possible a small example? I tried to look here http://docs.python.org/library/ttk.html but did not s

Re: ttk Listbox

2011-10-31 Thread Ric
On Mon, 31 Oct 2011 10:00:22 -0400, Kevin Walzer wrote: >On 10/31/11 12:37 AM, Ric@rdo wrote: >> >> What would be an equivalent widget in ttk like a Listbox and if >> possible a small example? I tried to look here >> http://docs.python.org/library/ttk.html but did not see anything. >> >> Maybe I

Re: ttk Listbox

2011-10-31 Thread Ric
On Mon, 31 Oct 2011 10:00:22 -0400, Kevin Walzer wrote: >On 10/31/11 12:37 AM, Ric@rdo wrote: >> >> What would be an equivalent widget in ttk like a Listbox and if >> possible a small example? I tried to look here >> http://docs.python.org/library/ttk.html but did not see anything. >> >> Maybe I

Re: ttk Listbox

2011-10-31 Thread Kevin Walzer
On 10/31/11 12:37 AM, Ric@rdo wrote: What would be an equivalent widget in ttk like a Listbox and if possible a small example? I tried to look here http://docs.python.org/library/ttk.html but did not see anything. Maybe I did not look in the right place? tia The listbox isn't part of the the

Re: ttk Listbox

2011-10-31 Thread autofelge
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

Re: ttk Listbox

2011-10-31 Thread autofelge
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

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