|
From: Francois V. (g. t. address) <fra...@gm...> - 2018-06-26 21:14:26
|
Le 26/06/2018 à 17:20, Brian Griffin a écrit : > Only Y-axis scrolling is supported in Tk :( I believ this is not entirely correct. Try: package require Tk pack [text .t -wrap none] .t insert end [string repeat "abc " 50] # now focus in.t and try shift + mouse wheel --> x-axis scroll Also note that a first attempt at supporting gestures has been implemented by Peter Spjuth in branch "pspjuth-touch". I'm unsure whether there is a TIP about this or not, I can't currently find it. Francois |