in reply to
building Tk without X11 on mac OS
You can get native widgets on OSX using
Tcl::Tk
. It has a "compatibility mode" with Perl/Tk, although you'll have to do a source edit when you port programs from X11-based Tk to native Tk.
--
Randal L. Schwartz, Perl hacker
Comment on
Re: building Tk without X11 on mac OS
In Section
Seekers of Perl Wisdom