ARB
asciiprint.hxx
Go to the documentation of this file.
1 // =========================================================== //
2 // //
3 // File : asciiprint.hxx //
4 // Purpose : show/print ASCII text //
5 // //
6 // Institute of Microbiology (Technical University Munich) //
7 // http://www.arb-home.de/ //
8 // //
9 // =========================================================== //
10 
11 #ifndef ASCIIPRINT_HXX
12 #define ASCIIPRINT_HXX
13 
14 #ifndef AW_BASE_HXX
15 #include <aw_base.hxx>
16 #endif
17 
18 void AWT_create_ascii_print_window(AW_root *awr, const char *text_to_print, const char *title=NULp);
19 void AWT_show_file(AW_root *awr, const char *filename);
20 
21 #else
22 #error asciiprint.hxx included twice
23 #endif // ASCIIPRINT_HXX
void AWT_show_file(AW_root *awr, const char *filename)
Definition: asciiprint.cxx:518
const char * title
Definition: readseq.c:22
#define NULp
Definition: cxxforward.h:116
void AWT_create_ascii_print_window(AW_root *awr, const char *text_to_print, const char *title=NULp)
Definition: asciiprint.cxx:396