summaryrefslogtreecommitdiffstats
path: root/perl/perl-Gtk3-SimpleList/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Gtk3-SimpleList/README')
-rw-r--r--perl/perl-Gtk3-SimpleList/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/perl-Gtk3-SimpleList/README b/perl/perl-Gtk3-SimpleList/README
new file mode 100644
index 0000000000..fb7c9d933d
--- /dev/null
+++ b/perl/perl-Gtk3-SimpleList/README
@@ -0,0 +1,7 @@
+A simple interface to Gtk3's complex MVC list widget
+
+Gtk3 has a powerful, but complex MVC (Model, View, Controller) system
+used to implement list and tree widgets.
+
+Gtk3::SimpleList automates the complex setup work and allows you to
+treat the list model as a more natural list of lists structure.