source: tags/arb_5.0/AWT/awtfilter.hxx

Last change on this file was 5974, checked in by westram, 15 years ago
  • reuse already created filter selection window (the window was already stored in adfiltercbstruct)
  • 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      : awtfilter.hxx                                 //
4//   Purpose   :                                               //
5//                                                             //
6//   Institute of Microbiology (Technical University Munich)   //
7//   http://www.arb-home.de/                                   //
8//                                                             //
9// =========================================================== //
10
11#ifndef AWTFILTER_HXX
12#define AWTFILTER_HXX
13
14
15struct adfiltercbstruct {
16    AW_window *aw_filt;
17    AW_root   *awr;
18    GBDATA    *gb_main;
19   
20    AW_selection_list *id;
21
22    char *def_name;
23    char *def_2name;
24    char *def_2filter;
25    char *def_2alignment;
26    char *def_subname;
27    char *def_alignment;
28    char *def_simplify;
29    char *def_source;
30    char *def_dest;
31    char *def_cancel;
32    char *def_filter;
33    char *def_min;
34    char *def_max;
35    char *def_len;
36    char  may_be_an_error;
37
38};
39
40#else
41#error awtfilter.hxx included twice
42#endif // AWTFILTER_HXX
Note: See TracBrowser for help on using the repository browser.