source: tags/ms_r16q2/GENOM/GEN_nds.hxx

Last change on this file was 14438, checked in by westram, 8 years ago
  • use typed window callbacks in GENOM
  • 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      : GEN_nds.hxx                                       //
4//   Purpose   :                                                   //
5//                                                                 //
6//   Coded by Ralf Westram (coder@reallysoft.de) in 2001           //
7//   Institute of Microbiology (Technical University Munich)       //
8//   http://www.arb-home.de/                                       //
9//                                                                 //
10// =============================================================== //
11
12#ifndef GEN_NDS_HXX
13#define GEN_NDS_HXX
14
15#ifndef ARBDB_H
16#include <arbdb.h>
17#endif
18
19void       GEN_create_nds_vars(AW_root *aw_root, AW_default awdef, GBDATA *gb_main, const DatabaseCallback& NDS_changed_callback);
20AW_window *GEN_open_nds_window(AW_root *aw_root, GBDATA *gb_main);
21void       GEN_make_node_text_init(GBDATA *gb_main);
22char      *GEN_make_node_text_nds(GBDATA *gb_main, GBDATA * gbd, int mode);
23
24#else
25#error GEN_nds.hxx included twice
26#endif // GEN_NDS_HXX
Note: See TracBrowser for help on using the repository browser.