|
Last change
on this file was
19612,
checked in by westram, 11 days ago
|
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
919 bytes
|
| Line | |
|---|
| 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 |
|---|
Note: See
TracBrowser
for help on using the repository browser.