Changeset 329 in Sophya for trunk/SophyaPI/PI/piscdrawwdg.cc
- Timestamp:
- Jun 24, 1999, 4:24:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piscdrawwdg.cc
r292 r329 43 43 //-- 44 44 //++ 45 // PIScDrawWdg(PIContainerGen *par, c har *nom, int sx=100, int sy=100, int px=0, int py=0)45 // PIScDrawWdg(PIContainerGen *par, const char *nom, int sx=100, int sy=100, int px=0, int py=0) 46 46 // Constructeur. Contient uniquement le traceur de base, responsable du tracé 47 47 // des axes et des éléments ajoutés (textes, ...) … … 60 60 61 61 62 PIScDrawWdg::PIScDrawWdg(PIContainerGen *par, c har *nom,62 PIScDrawWdg::PIScDrawWdg(PIContainerGen *par, const char *nom, 63 63 int sx, int sy, int px, int py) 64 64 :PIBaseWdg(par, nom, sx, sy, px, py)
Note:
See TracChangeset
for help on using the changeset viewer.