How do I create a sash in Perl Tkx?

272 Views Asked by At

Does anyone know how to create a sash object in Perl Tkx? I am using ActivePerl and Perl 5.10.

1

There are 1 best solutions below

0
On

Sashes are created for you automatically when you create widgets that need them. For example, Paned Windows, created via new_ttk__panedwindow() as in this tutorial.