| Line | |
|---|
| 1 | // =============================================================== // |
|---|
| 2 | // // |
|---|
| 3 | // File : graph_aligner_gui.hxx // |
|---|
| 4 | // Purpose : // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Elmar Pruesse in October 2008 // |
|---|
| 7 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 8 | // http://www.arb-home.de/ // |
|---|
| 9 | // // |
|---|
| 10 | // =============================================================== // |
|---|
| 11 | |
|---|
| 12 | #ifndef GRAPH_ALIGNER_GUI_HXX |
|---|
| 13 | #define GRAPH_ALIGNER_GUI_HXX |
|---|
| 14 | |
|---|
| 15 | #ifndef AW_WINDOW_HXX |
|---|
| 16 | #include <aw_window.hxx> |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | void show_sina_window(AW_window *, AW_CL cl_AlignDataAccess, AW_CL); |
|---|
| 20 | void create_sina_variables(AW_root*, AW_default); |
|---|
| 21 | AW_active sina_mask(AW_root*); |
|---|
| 22 | |
|---|
| 23 | #else |
|---|
| 24 | #error graph_aligner_gui.hxx included twice |
|---|
| 25 | #endif // GRAPH_ALIGNER_GUI_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.