source: tags/arb-6.0/EDIT4/ed4_colStat.hxx

Last change on this file was 10054, checked in by westram, 11 years ago
  • code move (collect column stat activation code)
File size: 1010 bytes
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
18void ED4_activate_col_stat(AW_window *aww, AW_CL, AW_CL);
19void ED4_disable_col_stat(AW_window *, AW_CL, AW_CL);
20void ED4_toggle_detailed_column_stats(AW_window *aww, AW_CL, AW_CL);
21void ED4_set_col_stat_threshold(AW_window *aww, AW_CL, AW_CL);
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.