I have not used perl/tk: the syntax turned me off. I
have used
Gtk-Perl. I like it a lot and have done some significant projects with it (sorry I cannot provide pointers, they're for the clients' internal use only...). I had done some Gtk programming in C before using Perl-Gtk so I knew a few things about Gtk, but the perl interface is much easier to use. Rather than list the capabilities, here is a list of the modules (from the website):
- libgtk The base module (Gtk and Gtk::Gdk namespaces).
- libgdkimlib The Imlib module (Gtk::Gdk::ImlibImage namespace).
- libgdkpixbuf The Pixbuf module (Gtk::Gdk::Pixbuf namespace).
- libgtkglarea The OpenGL widget module (Gtk::GLArea namespace).
- libgnomeui The main Gnome module (Gnome namespace).
- libgnomeprint The GnomePrint module (Gnome::Print namespace).
- libgtkhtml The HTML widget module (Gtk::HTML namespace).
- libxmhtml The alternate HTML widget module (Gtk::XmHTML namespace).
- libglade The Glade interface files (Gtk::GladeXML namespace).
There is lots of stuff and it seems to be a fairly complete Gtk implementation. Lots of tools are built with gtk, but I do not know of a statistic for apps built with Perl-Gtk. Based on the queries on the mailing list, though, there are some pretty interesting ones.
--traveler
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.