1

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

brian d foy
  • 129,424
  • 31
  • 207
  • 592
user217373
  • 11
  • 1

1 Answers1

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