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:
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
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
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
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