in reply to Writing Gnome Panel applets in Perl

Jouke's got it with the module.

Glade seems to be a sort of "Visual Basic" type application for GTK+ with the ability to create code for/in a few different languages. (Perl is one of them.) I've tinkered with it, but haven't gotten the perl output to work yet.

  • Comment on RE: Writing Gnome Panel applets in Perl

Replies are listed 'Best First'.
RE: RE: Writing Gnome Panel applets in Perl
by Jouke (Curate) on Oct 03, 2000 at 10:26 UTC
    That's right. Glade allows you to design the interface, and define the actions that correspond to certain events. This will result in an XML-file, which in turn can be used from within Perl-Gtk, so you can create Perl-methods with the names of the actions defined in Glade.

    I saw an excellent presentation of this by Paolo Molaro (the author of this package) at YAPC::Europe in London

    Jouke Visser, Perl 'Adept'