http://qs321.pair.com?node_id=699269

renegadex has asked for the wisdom of the Perl Monks concerning the following question:

hi! i've been reading the documentations http://gtk2-perl.sourceforge.net/doc/pod/ and http://library.gnome.org/devel/libgnomecanvas/unstable/GnomeCanvasItem.html#gnome-canvas-item-request-update and i can't find a way to get the list of the "items" inside a Gnome2 Canvas... Thanks! also could anybody give me a good documentation of gnome2 canvas? tnx! :D

Replies are listed 'Best First'.
Re: Gnome2 Canvas Items
by zentara (Archbishop) on Jul 22, 2008 at 12:32 UTC
Re: Gnome2 Canvas Items
by Anonymous Monk on Jul 22, 2008 at 12:08 UTC
    What does this print
    use Data::Dumper; print Dumper($canvas->root, $canvas),$/;