summaryrefslogtreecommitdiffstats
path: root/perl/perl-Gtk3-SimpleList/README
diff options
context:
space:
mode:
author Michel A. BEGUE2022-04-02 07:57:48 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:19:11 +0200
commitb7ba036a1f9bdeead29d3c88cd07aa9800bf9757 (patch)
tree31d73a8027f8346ad35667910e6d4dc674907aea /perl/perl-Gtk3-SimpleList/README
parentbbdcbe96cbde85f54f819dac20de91a2dc257dfb (diff)
downloadslackbuilds-b7ba036a1f9bdeead29d3c88cd07aa9800bf9757.tar.gz
perl/perl-Gtk3-SimpleList: Added (interface to Gtk3's Widget).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.