in reply to Tk::Button: How do I trigger a callback when button is pressed (as opposed to released)?

Tk::bind
  • Comment on Re: Tk::Button: How do I trigger a callback when button is pressed (as opposed to released)?

Replies are listed 'Best First'.
Re^2: Tk::Button: How do I trigger a callback when button is pressed (as opposed to released)?
by perltux (Monk) on Dec 26, 2012 at 03:29 UTC
    Thanks, I did actually look at bindings but I couldn't figure out how to use them for this situation. An example code snippet for this specific situation would be most appreciated.