in reply to Re: Tk programmatically monitor change in Listbox
in thread Tk (Tcl::Tk) programmatically monitor change in Listbox

Sadly, Tk does not appear to have a mechanism for passing generic program-generated events to callbacks.

sure it does.

  • Comment on Re^2: Tk programmatically monitor change in Listbox

Replies are listed 'Best First'.
Re^3: Tk programmatically monitor change in Listbox
by jcb (Parson) on Jan 07, 2020 at 02:11 UTC

    What is it? Where is it documented? How do I register a handler for an application-specific high-level event and how do I send that event to fire the handler? Can I add other details to the event itself or do I need a separate queue for additional information?

      What is it? Where is it documented? How do I register a handler for an application-specific high-level event and how do I send that event to fire the handler? Can I add other details to the event itself or do I need a separate queue for additional information?

      Go fish ? Yuup

Re^3: Tk programmatically monitor change in Listbox
by Anonymous Monk on Jan 06, 2020 at 15:56 UTC

    Thanks. You're super helpful.