Last change
on this file since 2 was 2, checked in by eros, 30 years ago |
Creation (par cvs import) du module PI (PeidaInter - active) Reza 15/02/96
|
File size:
270 bytes
|
Rev | Line | |
---|
[2] | 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.