I've got a hefty Tk app and some miscellaneous utilities that I've been working on for some time. While I like Perl/Tk in general, I'm casting an adulterous eye on Gtk and Glade.

It seems that while Gtk hasn't been around as long, it has some advantages: it has more active development, and since it isn't created for a specific scripting language it doesn't go through the awkward translation process that Perl/Tk does when ever a new version is released.

I've written some trivialities in Gtk and played with the Glade design tools, enough to start evaluating the move seriously. Have any of you worked with both enough to have an opinion on the two? Are there other GUI packages I should consider instead?


In reply to Tk, Gtk or... by TheoPetersen

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.