in reply to Tk listbox -command feature?

The Tk::Listbox doesnt appear to support this feature. So you have a choice of: Extending it yourself to add it, or: using Tk::TList, which appears to be able to do that (and can probably look like a Listbox, if it wants to..)

C.

Replies are listed 'Best First'.
Re: Re: Tk listbox -command feature?
by aplonis (Pilgrim) on Jun 14, 2003 at 12:02 UTC
    Yes, thank you. TList is just the ticket.