Tkx: Usage for binding with multiple parameters

2017-06-01 Thread Matthias Hofer
Hi, I'm using Tkx for my nice interface, and so far things work great. But I don't get to work a specific thing I need to do: In "scale.tcl", there are bindings like bind TScale{ ttk::scale::Press %W %x %y } I'd like to change that in my Perl program to bind TScale{ ttk::scale:

Tkx: Usage for binding with multiple parameters

2017-06-01 Thread Matthias Hofer
Hi, I'm using Tkx for my nice interface, and so far things work great. But I don't get to work a specific thing I need to do: In "scale.tcl", there are bindings like bind TScale{ ttk::scale::Press %W %x %y } I'd like to change that in my Perl program to bind TScale{ ttk::scal

Re: Tkx: Usage for binding with multiple parameters

2017-06-01 Thread Matthias Hofer
Hi Jeff, On May 31, 2017, at 1:42 AM, Matthias Hofer wrote: I'm using Tkx for my nice interface, and so far things work great. But I don't get to work a specific thing I need to do: In "scale.tcl", there are bindings like bind TScale{ ttk::scale::Press %W %x %y } I'd like to chang

Re: Tkx: Usage for binding with multiple parameters

2017-05-31 Thread Jeff Hobbs
On May 31, 2017, at 1:42 AM, Matthias Hofer wrote: > I'm using Tkx for my nice interface, and so far things work great. > > But I don't get to work a specific thing I need to do: In "scale.tcl", there > are bindings like > >bind TScale{ ttk::scale::Press %W %x %y } > > I'd like to chan

Tkx: Usage for binding with multiple parameters

2017-05-31 Thread Matthias Hofer
Hi, I'm using Tkx for my nice interface, and so far things work great. But I don't get to work a specific thing I need to do: In "scale.tcl", there are bindings like bind TScale{ ttk::scale::Press %W %x %y } I'd like to change that in my Perl program to bind TScale{ ttk::sc