source:
Sophya/trunk/SophyaPI/PI/picontainermac.h@
64
Last change on this file since 64 was 64, checked in by , 28 years ago | |
---|---|
File size: 439 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef PICONTAINERMAC_SEEN |
2 | #define PICONTAINERMAC_SEEN | |
3 | ||
4 | #include "picontainergen.h" | |
5 | #include "pisysdep.h" | |
6 | #include <LView.h> | |
7 | ||
8 | class PIContainerMac : public PIContainerGen { | |
9 | public: | |
10 | PIContainerMac(PIContainerGen *par, char *nom, | |
11 | int sx=10, int sy=10, int px=0, int py=0); | |
12 | virtual ~PIContainerMac(); | |
13 | ||
14 | protected: | |
15 | ||
16 | }; | |
17 | ||
18 | typedef PIContainerMac PIContainer; | |
19 | ||
20 | #endif |
Note:
See TracBrowser
for help on using the repository browser.