[Tutor] Listbox help
David Holland
davholla2002 at yahoo.co.uk
Wed Aug 31 11:53:43 CEST 2005
I can work out how to use most Tkinter widgets. Eg
buttons like :-
def create_widgets(self):
#create GUI
Button(self, text = "x", command =
self.y).grid(row = 3, column = 3, columnspan = 3)
However I am not sure how to use Listboxes. What
would be the similar syntax to create a listbox.
Thanks in advance.
David
___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
More information about the Tutor
mailing list