Last change
on this file was
3893,
checked in by westram, 20 years ago
|
|
-
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 | |
---|
6 | class PH_used_windows { |
---|
7 | public: |
---|
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 | |
---|
14 | void display_status(AW_window *dummy,AW_CL awroot,AW_CL cd2); |
---|
15 | void expose_callb(AW_window *aw,AW_CL cd1,AW_CL cd2) ; |
---|
Note: See
TracBrowser
for help on using the repository browser.