source: branches/help/EDIT4/ed4_detect_bad_ali.hxx

Last change on this file was 19518, checked in by westram, 5 days ago
File size: 963 bytes
Line 
1// ========================================================= //
2//                                                           //
3//   File      : ed4_detect_bad_ali.hxx                      //
4//   Purpose   : detect alignment errors in helix regions    //
5//                                                           //
6//   Coded by Ralf Westram (coder@reallysoft.de) in May 23   //
7//   http://www.arb-home.de/                                 //
8//                                                           //
9// ========================================================= //
10
11#ifndef ED4_DETECT_BAD_ALI_H
12#define ED4_DETECT_BAD_ALI_H
13
14#ifndef AW_WINDOW_HXX
15#include <aw_window.hxx>
16#endif
17
18void ED4_create_detect_bad_alignment_awars(AW_root *aw_root, AW_default aw_def);
19void ED4_popup_detect_bad_alignment_window(AW_window *editor_window, const WindowCallback *helixSettings_cb);
20
21#else
22#error ED4_detect_bad_ali.h included twice
23#endif // ED4_DETECT_BAD_ALI_H
Note: See TracBrowser for help on using the repository browser.