Does anyone know how to create a sash object in Perl Tkx? I am using ActivePerl and Perl 5.10.
Asked
Active
Viewed 223 times
1 Answers
4
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.

Adam Bellaire
- 108,003
- 19
- 148
- 163