blackadder has asked for the wisdom of the Perl Monks concerning the following question:
Any enlightens or “Perls of wisdoms” are highly appreciated.$tk_form{output_list}-> bind('<Double-Button-1>',sub { print "\nUser clicked on account icon in Output_list\n"; # # Here I need a bit of code that will retrieve the information # regarding the icon that’s been double-clicked on (only the # text – ie.account name is required) # });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Binding double click in a Perl/Tk form
by hiseldl (Priest) on Aug 19, 2002 at 19:32 UTC | |
by blackadder (Hermit) on Aug 20, 2002 at 08:25 UTC | |
by hiseldl (Priest) on Aug 20, 2002 at 13:40 UTC |