Line | |
---|
1 | // =========================================================== // |
---|
2 | // // |
---|
3 | // File : ed4_colStat.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // Institute of Microbiology (Technical University Munich) // |
---|
7 | // http://www.arb-home.de/ // |
---|
8 | // // |
---|
9 | // =========================================================== // |
---|
10 | |
---|
11 | #ifndef ED4_COLSTAT_HXX |
---|
12 | #define ED4_COLSTAT_HXX |
---|
13 | |
---|
14 | #ifndef AW_BASE_HXX |
---|
15 | #include <aw_base.hxx> |
---|
16 | #endif |
---|
17 | |
---|
18 | void ED4_activate_col_stat(AW_window *aww); |
---|
19 | void ED4_disable_col_stat(AW_window *); |
---|
20 | void ED4_toggle_detailed_column_stats(AW_window *aww); |
---|
21 | void ED4_set_col_stat_threshold(); |
---|
22 | |
---|
23 | #else |
---|
24 | #error ed4_colStat.hxx included twice |
---|
25 | #endif // ED4_COLSTAT_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.