I've developed a few apps with Gtk and perl. True, the documentation is, umm, lacking to say the least. True, the widget packing is not as nice as some others. BUT, it is fairly easy to build GUI apps quickly, the perl interface is intuitive (if you know some GTK).

You can use a simple cartesian placement system with GTKTable, BTW. It lets you lay out widgets sort of like graph paper.

Also, Sams Teach Yourself GTK+ Programming in 21 Days by Donna Martin is quite useful. It is a book for GTK in C, but if you look at the perl examples in the tutorial , you should have no trouble translating. It is not complete (it is only "21 days", after all), but does a great job helping one get started. [Disclaimer: Donna's a friend and I'm mentioned in the Acknowledgments.]

--john


In reply to Re: (redmist) Re: Tk, Gtk or... by traveler
in thread 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.