I've used glade before. Not with perl, but with pike. Different language, but I've used it for the same purpose.

I generally don't use the output directly, myself. What I mean is, well, glade output is xml, pike (for example) has a glade.xml reader. You initialize gnome/gtk, then glade, and tell it to read in the xml file and it generates the ui for you (it uses the libglade library for this). However, for me right now (unless I'm missing something, which is very possible) it's a little hard to make dynamic ui's.

What I do is use it for a visuallation tool. I rearrange the components until I find something I like, then I use that to generate some handwritten code. It makes it easier for me to know where everything is, to add callbacks and the like.

Just me...

riffraff


In reply to Re: Any easy guides to using Glade/Perl by riffraff
in thread Any easy guides to using Glade/Perl by cab

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.