Last change
on this file since 8 was 8, checked in by eros, 30 years ago |
Version X OK apres PIOptmenu, et modif ds pibwdgx.cc - Ajout de pidraw
et pihisto - Nettoyage et ajout de pidemo. Reza
|
File size:
276 bytes
|
Rev | Line | |
---|
[2] | 1 | #include "pioptmenugen.h"
|
---|
| 2 |
|
---|
| 3 |
|
---|
[8] | 4 | PIOptMenuGen::PIOptMenuGen(PIContainerGen* par, PIPUMenu *pdm,
|
---|
[2] | 5 | int sx, int sy, int px, int py)
|
---|
[8] | 6 | : PIContainer(par, (char*) pdm->Nom().c_str(), sx, sy, px, py) // Attention au const !
|
---|
[2] | 7 | {
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | PIOptMenuGen::~PIOptMenuGen()
|
---|
| 11 | {}
|
---|
| 12 |
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.