Re: Associate image name with list item

2007-03-26 Thread Peter Otten
Kevin Walzer wrote: > I'm trying to avoid a *lot* of typing in my Tkinter application by > associating image names with items in a list. Here is my sample list: > > self.catlist = [ > 'all', 'installed', 'base', 'crypto', 'database', 'devel', > 'editors', 'games', 'gnome', '

Re: Associate image name with list item

2007-03-26 Thread John McMonagle
Kevin Walzer wrote: > I'm trying to avoid a *lot* of typing in my Tkinter application by > associating image names with items in a list. Here is my sample list: > > self.catlist = [ > 'all', 'installed', 'base', 'crypto', 'database', 'devel', > 'editors', 'games', 'gnome', '

Associate image name with list item

2007-03-26 Thread Kevin Walzer
I'm trying to avoid a *lot* of typing in my Tkinter application by associating image names with items in a list. Here is my sample list: self.catlist = [ 'all', 'installed', 'base', 'crypto', 'database', 'devel', 'editors', 'games', 'gnome', 'graphics', 'kde', 'languages',