• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D20-Feb-2000175 63

GTK.pmH A D30-Aug-20086 KiB297132

MANIFESTH A D20-Feb-2000147 109

META.ymlH A D30-Aug-2008568 1817

Makefile.PLH A D30-Aug-2008527 1815

READMEH A D20-Feb-2000859 4023

TodoH A D20-Feb-200078 42

gtk_test.plH A D03-May-20221.1 KiB4834

test.plH A D20-Feb-2000511 184

README

1Data/TreeDumper/Renderer/GTK
2==============================
3
4Version 0.01
5
6Data::TreeDumper::Renderer::GTK Rendering plug-in for Data::TreeDumper
7
8This Gtk2::TreeView derived widget allows you to diplay a Data::TreeDumper generated
9dump in a GTK window. The nodes are collapsable.
10
11In this release:
12
13
14INSTALLATION
15
16To install this module type the following:
17
18   perl Makefile.PL
19   make
20   make test
21   make install
22
23DEPENDENCIES
24
25This module requires these other modules and libraries:
26
27Gtk::Perl
28
29Data::TreeDumper
30
31COPYRIGHT AND LICENCE
32
33  Copyright (c) 2005 Nadim Ibn Hamouda el Khemir and Muppet.
34  All rights reserved.  This program is free software; you can redis-
35  tribute it and/or modify it under the same terms as Perl itself.
36
37If you find any value in this module, mail me!  All hints, tips, flammes and wishes
38are welcome at <nadim@khemir.net>.
39
40