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

Last change on this file since 329 was 329, checked in by ercodmgr, 26 years ago

Ajout de const dans les declarations de char * dans tout PI
(char * --> const char *)
Passage a 5 types de fontes differentes (Def, Courier, Helvetica, Times, Symbol)

Reza 24/6/99

File size: 223 bytes
Line 
1#include "pioptmenugen.h"
2
3
4PIOptMenuGen::PIOptMenuGen(PIContainerGen* par, const 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.