Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: TK binding

by bbfu (Curate)
on Apr 08, 2004 at 22:58 UTC ( [id://343793]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $flag = 0;
    $cnv_reference_ref->bind("location$x", '<B1-ButtonPress>' => [sub { $f
    +lag = 1 }, "$i", "1"]);
    $cnv_reference_ref->bind("location$x", '<B1-ButtonRelease>' => [sub { 
    +$flag = 0 }, "$i", "1"]);
    $cnv_reference_ref->bind("location$x", '<B1-Motion>' => [sub { return 
    +unless $flag; click_select(@_) }, "$i", "1"]);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://343793]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-19 16:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found