Last change
on this file was
200,
checked in by westram, 24 years ago
|
* empty log message *
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
826 bytes
|
Line | |
---|
1 | /********************************************************************************* |
---|
2 | * Coded by Ralf Westram (coder@reallysoft.de) in 2001 * |
---|
3 | * Institute of Microbiology (Technical University Munich) * |
---|
4 | * http://www.mikro.biologie.tu-muenchen.de/ * |
---|
5 | *********************************************************************************/ |
---|
6 | |
---|
7 | #ifndef GEN_NDS_HXX |
---|
8 | #define GEN_NDS_HXX |
---|
9 | |
---|
10 | void GEN_create_nds_vars(AW_root *aw_root,AW_default awdef,GBDATA *gb_main, GB_CB NDS_changed_callback); |
---|
11 | AW_window *GEN_open_nds_window(AW_root *aw_root,AW_CL cgb_main); |
---|
12 | void GEN_make_node_text_init(GBDATA *gb_main); |
---|
13 | char *GEN_make_node_text_nds(GBDATA *gb_main, GBDATA * gbd, int mode); |
---|
14 | |
---|
15 | #else |
---|
16 | #error GEN_nds.hxx included twice |
---|
17 | #endif // GEN_NDS_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.