source: tags/initial/NTREE/ad_spec.hxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 660 bytes
Line 
1#define AWAR_SPECIES_DEST "tmp/adspec/dest"
2#define AWAR_SPECIES_INFO "tmp/adspec/info"
3#define AWAR_SPECIES_KEY  "tmp/adspec/key"
4#define AWAR_FIELD_CREATE_NAME  "tmp/adfield/name"
5#define AWAR_FIELD_CREATE_TYPE  "tmp/adfield/type"
6#define AWAR_FIELD_DELETE       "tmp/adfield/source"
7
8#define AWAR_FIELD_REORDER_SOURCE "tmp/ad_reorder/source"
9#define AWAR_FIELD_REORDER_DEST "tmp/ad_reorder/dest"
10
11void create_species_var(AW_root *aw_root, AW_default aw_def);
12AW_window *create_species_window(AW_root *aw_root);
13AW_window *ad_create_query_window(AW_root *aw_root);
14void ad_unquery_all();
15void ad_query_update_list();
16void ad_spec_create_field_items(AW_window *aws);
Note: See TracBrowser for help on using the repository browser.