source:
Sophya/trunk/SophyaPI/PI/pioptmenugen.cc@
2
Last change on this file since 2 was 2, checked in by , 30 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
1 | #include "pioptmenugen.h" |
2 | |
3 | |
4 | PIOptMenuGen::PIOptMenuGen(PIContainerGen* par, PIPDMenu *pdm, |
5 | int sx, int sy, int px, int py) |
6 | : PIWdg(par, (char*) pdm->Nom().c_str(), sx, sy, px, py) // Attention au const ! |
7 | { |
8 | } |
9 | |
10 | PIOptMenuGen::~PIOptMenuGen() |
11 | {} |
12 | |
13 |
Note:
See TracBrowser
for help on using the repository browser.