Just curious how or if you can bind multiple events to a single keystroke.
This does not work!
$this->bind('<Return>', [$test, 'that', Tk::Ev(['post'])] && sub { $this->historyAdd(); });
Basically, I need to have two things happen on a single keystroke.
$this->bind('<Return>', [$test, 'that'...
Can anyone point out how one would change the cursor in Tkweb browser to hand2 when over a link? I can change the cursor to hand2 in the page, but it remains that way, everywhere.
Do I need to bind something to a link with a <Button-1> and configure from there? Or is there something else I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.