ARB
ed4_detect_bad_ali.hxx
Go to the documentation of this file.
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 
19 void 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
void ED4_create_detect_bad_alignment_awars(AW_root *aw_root, AW_default aw_def)
void ED4_popup_detect_bad_alignment_window(AW_window *editor_window, const WindowCallback *helixSettings_cb)