source: tags/initial/PHYLO/phwin.hxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 418 bytes
Line 
1#ifndef PI
2#define PI 3.1415926
3#endif
4
5class PH_used_windows {
6public:
7        PH_used_windows(void);                  // constructor
8        static PH_used_windows  *windowList;    // List of all global needed windows and items
9        AW_window *phylo_main_window;           // control window
10
11};
12
13void display_status(AW_window *dummy,AW_CL awroot,AW_CL cd2);
14void expose_callb(AW_window *aw,AW_CL cd1,AW_CL cd2) ;
Note: See TracBrowser for help on using the repository browser.