source: tags/ms_r16q2/EDIT4/graph_aligner_gui.hxx

Last change on this file was 13728, checked in by westram, 9 years ago
  • fix macro recording for SINA interface
    • toggling normal/advanced did not work (fixed by binding callback to awar)
    • always create both config windows (makes sure all macro-ids are registered)
File size: 1.0 KB
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
19void      show_sina_window(UNFIXED, const struct AlignDataAccess *alignData);
20void      create_sina_variables(AW_root*, AW_default);
21AW_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.