source: tags/arb-6.0/NTREE/NT_cb.h

Last change on this file was 11512, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1/* This file is generated by aisc_mkpt.
2 * Any changes you make here will be overwritten later!
3 */
4
5#ifndef NT_CB_H
6#define NT_CB_H
7
8/* define ARB attributes: */
9#ifndef ATTRIBUTES_H
10# include <attributes.h>
11#endif
12
13
14/* NT_cb.cxx */
15
16#ifndef ARBDB_BASE_H
17#include <arbdb_base.h>
18#endif
19#ifndef AW_BASE_HXX
20#include <aw_base.hxx>
21#endif
22class AWT_canvas;
23
24void NT_delete_mark_all_cb(void *, AWT_canvas *ntw);
25AW_window *NT_create_select_tree_window(AW_root *awr, const char *awar_tree);
26void NT_select_bottom_tree(AW_window *aww, const char *awar_tree);
27AW_window *NT_create_select_alignment_window(AW_root *awr);
28void NT_system_cb(AW_window *aww, AW_CL cl_command, AW_CL cl_auto_help_file);
29void NT_system_in_xterm_cb(AW_window *aww, AW_CL cl_command, AW_CL cl_auto_help_file);
30
31/* NT_extern.cxx */
32bool nt_disconnect_from_db(AW_root *aw_root, GBDATA*& gb_main_ref);
33void nt_start(const char *arb_ntree_args, bool restart_with_new_ARB_PID);
34void nt_exit(AW_window *aws, AW_CL exitcode);
35void nt_restart(AW_root *aw_root, const char *arb_ntree_args);
36GBT_TREE *nt_get_tree_root_of_canvas(AWT_canvas *ntw);
37int NT_get_canvas_id(AWT_canvas *ntw);
38void nt_create_main_window(AW_root *aw_root);
39
40#else
41#error NT_cb.h included twice
42#endif /* NT_CB_H */
Note: See TracBrowser for help on using the repository browser.