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', '
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', '
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',