mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-Gtk2-Ex-Simple-List: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a5a062c0f4
commit
b86ac58638
1 changed files with 7 additions and 7 deletions
|
@ -1,8 +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.
|
||||
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.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue