I've been doing some GUI programming on Linux using GTK2 (because I'm pretty familiar with it and like the API), but when I tried to install Gtk+ on my MSWin8 box, I ran into problems.

Using CPAN to try to install Gtk2 dies because it can't find/install one of the dependencies, following the instructions in the download from gtk.org got me nowhere (it/I couldn't find one of the programs listed in the instructions), and the installers for GTK I found on the net are all pretty stale.

So, I'm looking at switching to a different toolkit.

I've poked around a bit looking for suggestions, but all the questions I found on here and other forum sites were also fairly old.

My main audience is, I think, going to be people who run Windows. If I, as a fairly experienced user, can't get the underlying GUI toolkit working, I can't expect Joe User to be able to do it, and I don't want to put any unnecessary barriers in the way of using my program.

I'm looking pretty strongly at WxWidgets, but I wanted to get some input, in case there's something better. What's the best toolkit these days for end-user ease-of-use on MS-Windows, that also works under Linux?


In reply to State of the GUI widget art? by over2sd

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.