Path to this page:
Subject: CVS commit: pkgsrc/x11
From: Juan Romero Pardines
Date: 2006-08-24 10:37:01
Message id: 20060824083701.8FC02211CA@cvs.netbsd.org
Log Message:
Add p5-Gtk2-Ex-FormFactory-0.62:
The Gtk2::Ex::FormFactory framework is for Perl Gtk2 developers who
(at least partially ;) agree with these statements:
* GUI programming is fun but often boring.
* A lot of tasks in GUI programming are similar and misleads the lazy
programmer to do too much Copy'n Paste.
* RAD tools like Glade are fine for small applications but not if you
want to have a consistent look and feel in bigger and modular
applications.
Gtk2::Ex::FormFactory tries to help you with these issues by:
* Strictly separating GUI design, application logic and data structures.
* Giving the developer a more declarative style of defining the structure of
your GUI.
* Giving the developer the possibility of definiting the design of the GUI
at a single spot in your program.
* Being lightweight and easy to learn.
Files: