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

Last change on this file since 110 was 110, checked in by ansari, 27 years ago

Suppression des PIPUMenu et PIPDMenu (Version X11) - A faire pour Mac
Modification des PIOptMenu, en particulier PIOptMenuX Reza 12/06/98

File size: 217 bytes
Line 
1#include "pioptmenugen.h"
2
3
4PIOptMenuGen::PIOptMenuGen(PIContainerGen* par, char* nom, int sx, int sy, int px, int py)
5: PIWdg(par, nom, sx, sy, px, py) // Attention au const !
6{
7}
8
9PIOptMenuGen::~PIOptMenuGen()
10{}
11
12
Note: See TracBrowser for help on using the repository browser.