chrstphrchvz / perl-tcl-ptk

Tcl::pTk - Interface to Tcl/Tk with Perl/Tk compatible syntax
https://metacpan.org/pod/Tcl::pTk
Other
8 stars 2 forks source link

Table widgets accessible with Tcl::pTk #23

Open TakamotoAI opened 3 years ago

TakamotoAI commented 3 years ago

Hi Christoph,

this is a question, not an issue. What are the table widgets that are available through Tcl::pTk besides the old TkTable? I could not find any examples.

Thank you

chrstphrchvz commented 3 years ago

The maintained alternatives to Tktable that I’m aware of are ttk::treeview, tablelist (included in tklib), and treectrl. However I’ve only briefly tried using ttk::treeview from Tcl::pTk so far (see #7).