The problem with such a thing would not be that it can only offer a lowest common denominator of widgets (it can offer more), but that it can only offer the lowest common denominator of the APIs. The event models in particular would probably be very hard to integrate behind a single consistent interface if that interface is to be at all powerful.

If you drop Tk from the mix, then it might just be doable though. GTK, Qt and Win32/GDI are similar enough that it shouldn't be too hard to offer a wrapper. On the other hand, wxWindows already does that for Motif, GTK and Win32/GDI on a lower level.

On Windows, a binary PPM of WxPerl and PAR should make end-user ready distribution easy. On Unix, pretty much everyone who is running a GUI has a compiler as well anyway.

Makeshifts last the longest.


In reply to Re: use AnyGUI by Aristotle
in thread use AnyGUI by jonadab

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.