source: Sophya/trunk/SophyaPI/PI/pioptmenugen.cc@ 8

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
Line 
1#include "pioptmenugen.h"
2
3
4PIOptMenuGen::PIOptMenuGen(PIContainerGen* par, PIPUMenu *pdm,
5 int sx, int sy, int px, int py)
6: PIContainer(par, (char*) pdm->Nom().c_str(), sx, sy, px, py) // Attention au const !
7{
8}
9
10PIOptMenuGen::~PIOptMenuGen()
11{}
12
13
Note: See TracBrowser for help on using the repository browser.