3 * \brief Header: directory tree browser
9 typedef struct WTree WTree
;
11 extern WTree
*the_tree
;
12 extern int xtree_mode
;
14 WTree
*tree_new (int is_panel
, int y
, int x
, int lines
, int cols
);
16 void tree_chdir (WTree
*tree
, const char *dir
);
17 char *tree_selected_name (const WTree
*tree
);
19 void sync_tree (const char *pathname
);
23 WTree
*find_tree (struct Dlg_head
*h
);
25 #endif /* MC_TREE_H */