slackbuilds_ponce/perl/perl-Gtk2-Ex-Simple-List
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
perl-Gtk2-Ex-Simple-List.info
perl-Gtk2-Ex-Simple-List.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

SimpleList is a simple interface to the powerful but complex Gtk2::TreeView 
and Gtk2::ListStore combination, implementing using tied arrays to make thing 
simple and easy.

Gtk2 has a powerful, but complex MVC (Model, View, Controller) system 
used to implement list and tree widgets. Gtk2::Ex::Simple::List automates 
the complex setup work and allows you to treat the list model as a more 
natural list of lists structure.