source: tags/svn.1.5.4/NTREE/nt_cb.hxx

Last change on this file was 8309, checked in by westram, 12 years ago
  • moved much code into static scope

(partly reverted by [8310])

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 936 bytes
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_HXX
6#define NT_CB_HXX
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_open_select_tree_window(AW_root *awr, char *awar_tree);
26void NT_select_last_tree(AW_window *aww, char *awar_tree);
27AW_window *NT_open_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 */
32GBT_TREE *nt_get_current_tree_root(void);
33void nt_create_main_window(AW_root *aw_root);
34
35#else
36#error nt_cb.hxx included twice
37#endif /* NT_CB_HXX */
Note: See TracBrowser for help on using the repository browser.