source: tags/ms_r18q1/EDIT4/ed4_colStat.hxx

Last change on this file was 14426, checked in by westram, 8 years ago
  • use typed window callbacks in EDIT4
File size: 940 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);
19void ED4_disable_col_stat(AW_window *);
20void ED4_toggle_detailed_column_stats(AW_window *aww);
21void 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.