Update x11-toolkits/open-motif to version 2.3.6
[dports.git] / x11-toolkits / p5-Gtk2-Ex-Simple-List / pkg-descr
1 Gtk2 has a powerful, but complex MVC (Model, View, Controller) system
2 used to implement list and tree widgets. Gtk2::Ex::Simple::List
3 automates the complex setup work and allows you to treat the list model
4 as a more natural list of lists structure.
5
6 After creating a new Gtk2::Ex::Simple::List object with the desired
7 columns you may set the list data with a simple Perl array assignment.
8 Rows may be added or deleted with all of the normal array operations.
9 You can treat the data member of the Simple::List object as an array
10 reference, and manipulate the list data with perl's normal array
11 operators.
12
13 A mechanism has also been put into place allowing columns to be Perl
14 scalars. The scalar is converted to text through Perl's normal
15 mechanisms and then displayed in the list. This same mechanism can be
16 expanded by defining arbitrary new column types before calling the new
17 function.
18
19 WWW: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/