I'd still recommend Tk. It may seem outdated, but it works, it gets the job done, and there's plenty of documentation and tutorials around. And if you are going to teach a course, and the course's aim is to teach a way to code GUIs, then I think that your toolkit of choice should be well documented, and easy to use first, because it's just a tool to teach your students working with widget toolkits.

There's a good chance, that if your students learn to use Tk, they won't have many problems switching to wx, or GTK, as long as you teach them the basics - separating the presentation and the content, laying out the widgets, using some geometry managers, and so on.

That said, some links that can be useful:

I hope that any of this will be useful to you. All the best, and good luck with the course!

regards,
Luke Jefferson


In reply to Re: GUI toolkit+designer for the perl newbie by blindluke
in thread GUI toolkit+designer for the perl newbie by faibistes

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.