Changeset 30 in Sophya for trunk/SophyaPI/PI/pistdwdggen.cc
- Timestamp:
- Nov 1, 1996, 8:14:18 PM (29 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pistdwdggen.cc
r23 r30 26 26 27 27 28 /************* PIScaleGen ************/29 30 PIScaleGen::PIScaleGen(PIContainerGen *par, char *nom, PIMessage msg,31 int /*min*/, int /*max*/, int sx, int sy, int px, int py)32 : PIWdg(par, nom, sx, sy, px, py)33 {34 SetMsg(msg);35 }36 37 PIScaleGen::~PIScaleGen()38 {}39 28 40 29 /************* PITextGen ************/ … … 64 53 65 54 55 /************* PIScaleGen ************/ 56 57 PIScaleGen::PIScaleGen(PIContainerGen *par, char *nom, PIMessage msg, 58 bool /*horiz*/, int sx, int sy, int px, int py) 59 : PIWdg(par, nom, sx, sy, px, py) 60 { 61 SetMsg(msg); 62 } 63 64 PIScaleGen::~PIScaleGen() 65 {} 66 67 /************* PIScrollBarGen ************/ 68 69 PIScrollBarGen::PIScrollBarGen(PIContainerGen *par, char *nom, PIMessage msg, 70 bool /*horiz*/, int sx, int sy, int px, int py) 71 : PIWdg(par, nom, sx, sy, px, py) 72 { 73 SetMsg(msg); 74 } 75 76 PIScrollBarGen::~PIScrollBarGen() 77 {} 78
Note:
See TracChangeset
for help on using the changeset viewer.