source: tags/cvs_2_svn/AWTI/awti_import.hxx

Last change on this file was 4472, checked in by westram, 17 years ago
  • pass main DB to open_AWTC_import_window
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 507 bytes
Line 
1#ifndef awtc_import_hxx_included
2#define awtc_import_hxx_included
3
4#define AWAR_READ_GENOM_DB "tmp/import/genom_db"
5
6typedef enum { IMP_GENOME_FLATFILE, IMP_PLAIN_SEQUENCE } AWTI_ImportType;
7
8#define AWTC_RCB(func) void (*func)(AW_root*,AW_CL,AW_CL)
9
10GBDATA *open_AWTC_import_window(AW_root *awr,const char *defname, bool do_exit, GBDATA *gb_main, AWTC_RCB(func), AW_CL cd1, AW_CL cd2);
11void    AWTC_import_set_ali_and_type(AW_root *awr, const char *ali_name, const char *ali_type, GBDATA *gbmain);
12
13#endif
Note: See TracBrowser for help on using the repository browser.