source: tags/svn.1.5.4/PHYLO/phwin.hxx

Last change on this file was 6383, checked in by westram, 15 years ago
  • removed void
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 437 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();                      // 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.