diff options
Diffstat (limited to 'perl/perl-Gtk2-Ex-Simple-List/README')
-rw-r--r-- | perl/perl-Gtk2-Ex-Simple-List/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-Gtk2-Ex-Simple-List/README b/perl/perl-Gtk2-Ex-Simple-List/README new file mode 100644 index 0000000000..b5ad76d05c --- /dev/null +++ b/perl/perl-Gtk2-Ex-Simple-List/README @@ -0,0 +1,8 @@ +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. |