Last change
on this file was
11002,
checked in by westram, 11 years ago
|
- 'class { public' → struct
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | // =========================================================== // |
---|
2 | // // |
---|
3 | // File : phwin.hxx // |
---|
4 | // Purpose : // |
---|
5 | // // |
---|
6 | // Institute of Microbiology (Technical University Munich) // |
---|
7 | // http://www.arb-home.de/ // |
---|
8 | // // |
---|
9 | // =========================================================== // |
---|
10 | |
---|
11 | #ifndef PHWIN_HXX |
---|
12 | #define PHWIN_HXX |
---|
13 | |
---|
14 | #ifndef AW_WINDOW_HXX |
---|
15 | #include <aw_window.hxx> |
---|
16 | #endif |
---|
17 | |
---|
18 | struct PH_used_windows { |
---|
19 | PH_used_windows(); // constructor |
---|
20 | static PH_used_windows *windowList; // List of all global needed windows and items |
---|
21 | AW_window *phylo_main_window; // control window |
---|
22 | |
---|
23 | }; |
---|
24 | |
---|
25 | void display_status_cb(); |
---|
26 | void expose_cb(); |
---|
27 | |
---|
28 | #else |
---|
29 | #error phwin.hxx included twice |
---|
30 | #endif // PHWIN_HXX |
---|
Note: See
TracBrowser
for help on using the repository browser.