source: tags/arb_5.5/PHYLO/phwin.hxx

Last change on this file was 3893, checked in by westram, 19 years ago
  • headers fixed
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 434 bytes
Line 
1#ifndef AW_WINDOW_HXX
2#include <aw_window.hxx>
3#endif
4
5
6class PH_used_windows {
7public:
8        PH_used_windows(void);                  // constructor
9        static PH_used_windows  *windowList;    // List of all global needed windows and items
10        AW_window *phylo_main_window;           // control window
11
12};
13
14void display_status(AW_window *dummy,AW_CL awroot,AW_CL cd2);
15void expose_callb(AW_window *aw,AW_CL cd1,AW_CL cd2) ;
Note: See TracBrowser for help on using the repository browser.