ARB
Main Page
Namespaces
Classes
Files
File List
File Members
SL
GUI_TK
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
AWT_show_file
void AWT_show_file(AW_root *awr, const char *filename)
Definition:
asciiprint.cxx:518
aw_base.hxx
title
const char * title
Definition:
readseq.c:22
AW_root
Definition:
aw_root.hxx:86
NULp
#define NULp
Definition:
cxxforward.h:116
AWT_create_ascii_print_window
void AWT_create_ascii_print_window(AW_root *awr, const char *text_to_print, const char *title=NULp)
Definition:
asciiprint.cxx:396
Generated by
1.8.8