Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Gtk2-GladeXML - Create user interfaces directly from Glade XML files
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
perl-Gtk2-GladeXML |
1.006 |
1.fc6 |
src |
40 KiB |
Thu Sep 28 13:41:29 2006 |
Changelog
- * Wed Sep 20 18:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.006-1
- update to 1.006
- * Tue Sep 19 18:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.005-5
- taking co-maintainership post-mass rebuild
- fix certain rpmlint warnings
- * Wed Sep 14 18:00:00 2005 Gavin Henry <ghenry[AT]suretecsystems.com> - 1.005-4
- Added OPTIMIZE="$RPM_OPT_FLAGS" and
removed "find examples -type f -exec chmod -x {} ';'"