| Line | |
|---|
| 1 | // ================================================================ // |
|---|
| 2 | // // |
|---|
| 3 | // File : ed4_dots.hxx // |
|---|
| 4 | // Purpose : Insert dots where bases may be missing // |
|---|
| 5 | // // |
|---|
| 6 | // Coded by Ralf Westram (coder@reallysoft.de) in December 2008 // |
|---|
| 7 | // Institute of Microbiology (Technical University Munich) // |
|---|
| 8 | // http://www.arb-home.de/ // |
|---|
| 9 | // // |
|---|
| 10 | // ================================================================ // |
|---|
| 11 | |
|---|
| 12 | #ifndef ED4_DOTS_HXX |
|---|
| 13 | #define ED4_DOTS_HXX |
|---|
| 14 | |
|---|
| 15 | #ifndef AW_WINDOW_HXX |
|---|
| 16 | #include <aw_window.hxx> |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | void ED4_create_dot_missing_bases_awars(AW_root *aw_root, AW_default aw_def); |
|---|
| 20 | void ED4_popup_dot_missing_bases_window(AW_window *editor_window); |
|---|
| 21 | |
|---|
| 22 | #else |
|---|
| 23 | #error ed4_dots.hxx included twice |
|---|
| 24 | #endif // ED4_DOTS_HXX |
|---|
Note: See
TracBrowser
for help on using the repository browser.