Re: Scrolling a window
[email protected] (Jeff Hobbs)
| Newsgroups | perl.tcltk |
|---|---|
| Message-ID | <[email protected]> |
On 02/03/2010 3:13 PM, Jeff Hobbs wrote: > On 02/03/2010 3:05 PM, Swingle David-QWHM86 wrote: >>> Yes, that indicates you are using an 8.4-based Tk. >>> We now ship with an 8.5-based Tk, where the 'tile' extension was added >>> to the core. >>> This added the native themed widgets, as well as combobox, notebook, >>> sizegrip and a few other new widgets. >> >> I have new_ttk__combobox in my script, so does that mean I have more >> than 8.4? How do I get the version? Perl -v or Perl -V doesn't show >> the Tk version. > > You must have the 'tile' package in use. We provide the tkkit version > details in the 'tkkit' That would be 'perldoc Tcl::tkkit' as shipped. Jeff