1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/x11-toolkits/p5-Glade2/pkg-descr
Joe Marcus Clarke 2615854e1d Add p5-Glade2 after a repocopy from p5-Glade. p5-Glade2 adds libglade
interface building bindings to Perl so you can create and manipulate
GTK+ and GNOME user interfaces in Perl.

PR:		70682
Submitted by:	ports@c0decafe.net <ports@c0decafe.net>
2004-10-23 17:45:27 +00:00

14 lines
719 B
Plaintext

Glade is a free user interface builder for GTK+ and GNOME. After designing a
user interface with glade-2 the layout and configuration are saved in an XML
file. libglade is a library which knows how to build and hook up the user
interface described in the Glade XML file at application run time.
This extension module binds libglade to Perl so you can create and manipulate
user interfaces in Perl code in conjunction with Gtk2 and even Gnome2. Better
yet you can load a file's contents into a PERL scalar do a few magical regular
expressions to customize things and the load up the app.
It doesn't get any easier.
Author: Ross McFarland <rwmcfa1 at neces dot com>
WWW: http://search.cpan.org/~rmcfarla/Gtk2-GladeXML/