Gtk2-Ex-TreeMaker
view release on metacpan or search on metacpan
lib/Gtk2/Ex/TreeMaker.pm view on Meta::CPAN
Dallas
Fruits 300
Veggies 120
Austin
Fruits 310
Veggies 20
------------------------------------------------------
With web-based business apps, similar views are created in the browser using lots of html/jsp coding.
The Gtk2::TreeView is an excellent widget to display a similar presentation of data in a desktop app. But creating a (hierarchical) TreeView from flat relational data can require some recursive function coding. It would be great if all this recursive...
This high level widget is designed with that purpose in mind. This module will accept a relational feed of records and automatically convert it into a hierarchical treeview using the Gtk2::TreeView. The process involves invoking some recursive functi...
Details on the widget including a screenshot can be found at: http://ofey.blogspot.com/2005/02/gtk2extreemaker.html
=head1 SYNOPSIS
use Gtk2 -init;
use Gtk2::Ex::TreeMaker;
( run in 0.260 second using v1.01-cache-2.11-cpan-299005ec8e3 )