source:
Sophya/trunk/Poubelle/PI/picontainermac.cc@
222
Last change on this file since 222 was 222, checked in by , 26 years ago | |
---|---|
File size: 294 bytes |
Rev | Line | |
---|---|---|
[222] | 1 | #include "picontainermac.h" |
2 | ||
3 | PIContainerMac::PIContainerMac(PIContainerGen *par, char *nom, | |
4 | int sx, int sy, int px, int py) | |
5 | : PIContainerGen(par, nom, sx, sy, px, py) | |
6 | { | |
7 | // Par dfaut, un container est invisible. | |
8 | UnManage(); | |
9 | } | |
10 | ||
11 | PIContainerMac::~PIContainerMac() | |
12 | {} | |
13 |
Note:
See TracBrowser
for help on using the repository browser.