G'day Sandy,
I take it you currently have Tk widgets you've written yourself
and you want to translate them into something else; however,
I don't really know what you mean by "perl Tcl/Tk".
Perhaps Tcl::Tk, Tkx, or similar?
It's also unclear whether you're looking for online tutorials or books to buy.
Anyway, if you could clarify those points, it would help.
In the meantime, here's a few suggestions.
-
I've never used Tcl::Tk; but I see from its doco,
discussions of both "Perl/Tk" and "Tcl/Tk": maybe something useful there.
I also noted in its MANIFEST
what appears to be the same filenames (tk-demos/*) as Tk's widget demo:
a comparison of the two might help.
-
I have used Tkx so, if that's what you're using, I may be able to provide more direct help.
Its doco has links to tutorials.
One in particular, TkDocs - Tk Tutorial, shows code for creating the same widgets
using Perl, Tcl, Ruby and Python: again, a comparison may be fruitful.
-
ActiveState ActiveTcl provides a lot of documentation;
although not too much in the way of Tk tutorials (as far as I can see).
I did find this useful when I was first getting to grips with Tkx.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.