in reply to Re^2: call a sub from Tcl code in Tcl::pTk
in thread call a sub from Tcl code in Tcl::pTk

Thank you LanX for your answer. I agree that ->Eval is to be used for exceptional cases where pTk->methods are not available. The case presented above is (should be) such a cases, since there are no Perl or pTk methods to manipulate the macOS menu. Such methods are instead available in the Tcl/Tk.

Replies are listed 'Best First'.
Re^4: call a sub from Tcl code in Tcl::pTk
by LanX (Saint) on Apr 30, 2021 at 21:19 UTC