Paved::TreeAdaptor - 1.1

transforms an existing BWidget-Tree in a Paved::Tree

Table Of Contents

NAME

Paved::TreeAdaptor - transforms an existing BWidget-Tree in a Paved-Tree

SYNOPSIS

package require Paved::Tree

Paved::TreeAdaptor pathName ?options?

INTRODUCTION

Paved::TreeAdaptor transforms an existing Tree in a a Paved-Tree.

Actually Paved::Tree is built upon Paved::TreeAdaptor, that is, the latter is the real widget, whilst Paved::Tree simply creates a Tree, then transforms it using Paved::TreeAdaptor.

Once a Tree has been transformed in a Paved-Tree, you can use all its options/sub-commands/bindings as if it were an original Paved::Tree.

EXAMPLE

    # creates a standard Tree
   Tree .t 
   
   package require Paved::Tree  
    # suppose xyz.gif is in current directory
    # get the original Tree .t and transform it in a paved-tree
   Paved::TreeAdaptor .t -tile xyz.gif
   .t insert end root #auto -text AAAA

BUGS

Dramatically slow when resizing !!

HISTORY