Custom Widgets

2018-08-11 Thread Sandy L Bultena
Hi, I am currently trying to port some of my old Perl/Tk programs to Tcl/Tk. I have many pure-perl custom widgets. I am trying online to find a decent tutorial(s) on how to create custom widgets using perl Tcl/Tk. Can you recommend anything? Any examples? Thank you for your time. Sandy

Re: Custom Widgets

2018-08-11 Thread Christopher Chavez
Hi Sandy, I see you recently posted about this on PerlMonks: https://www.perlmonks.org/?node_id=1219968 As mentioned by https://www.perlmonks.org/?node_id=1220185 : if you intend to keep using the widgets from Perl, you might be able to use them with Tcl::pTk with little