You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Cristiano Urban 6473d29093 perl/perl-Gtk2-Ex-Simple-List: Added (perl module). 9 years ago
..
README perl/perl-Gtk2-Ex-Simple-List: Added (perl module). 9 years ago
perl-Gtk2-Ex-Simple-List.SlackBuild perl/perl-Gtk2-Ex-Simple-List: Added (perl module). 9 years ago
perl-Gtk2-Ex-Simple-List.info perl/perl-Gtk2-Ex-Simple-List: Added (perl module). 9 years ago
slack-desc perl/perl-Gtk2-Ex-Simple-List: Added (perl module). 9 years ago

README

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.