The last time I looked at Wx, it needed Gtk2 underneath it. I just setup the latest version of Gtk2-perl, and I must say it is awesome. It is the future. The big advantage of gtk2-perl over perl/tk is it has a constant, underlying library which has a cohesive design. Tk on the other hand is sort of a "hodge-podge" of widgets. The docs for gtk2-perl are still lacking, but you can see it coming together.

I envision that eventually there will be a very good GUI-designer program written for it, which will surpass Glade in functionality and bring it on par with Visual C/C++.

Tk is still easier for a beginner to learn, and gain the satisfaction of setting up a simple gui frontend for themselves, and Tk is still the closest thing to "cross-platform" out there. When someone wants Tk on Windows, it's an easy answer....ActiveState. Gtk2 is not so easy on Windows.

From the underlying libraries which are being developed, it seems that the choices are Gtk2 or Qt. Considering how popular Qt is (KDE etc), there sure isn't much interest in the perl bindings to the Qt libs. So that leaves Gtk2, which has very active development in the perl bindings.


I'm not really a human, but I play one on earth. flash japh

In reply to Re: good stable GUI library? by zentara
in thread good stable GUI library? by bcrowell2

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.