class ViewBTree : public Canvas::Group, public BTree {
public:
- ViewBTree (Canvas::Group *parent, std::string filename, uint block_size, int type);
+ ViewBTree (Canvas::Group *parent, std::string filename, uint block_size, int tree_type, int type);
+
+ void Clear ();
+ void HighliteKey (Clave &k);
static double byte_to_pixels;
static double node_width;