Last change
on this file was
17396,
checked in by westram, 6 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 | // ============================================================ // |
---|
2 | // // |
---|
3 | // File : ad_trees.h // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // Institute of Microbiology (Technical University Munich) // |
---|
7 | // www.arb-home.de // |
---|
8 | // // |
---|
9 | // ============================================================ // |
---|
10 | |
---|
11 | #ifndef AD_TREES_H |
---|
12 | #define AD_TREES_H |
---|
13 | |
---|
14 | #ifndef AW_BASE_HXX |
---|
15 | #include <aw_base.hxx> |
---|
16 | #endif |
---|
17 | |
---|
18 | #define AWAR_TREE_NAME "tmp/ad_tree/tree_name" // tree selected in admin window (-> selects tree in main window) |
---|
19 | #define AWAR_GROUP "tmp/ad_tree/sel_group" // selected taxonomic group (contains pointer to group-node) |
---|
20 | |
---|
21 | void create_trees_var(AW_root *aw_root, AW_default aw_def); |
---|
22 | void popup_tree_admin_window(AW_window *aws); |
---|
23 | |
---|
24 | #else |
---|
25 | #error ad_trees.h included twice |
---|
26 | #endif // AD_TREES_H |
---|
Note: See
TracBrowser
for help on using the repository browser.