Changeset 69 in Sophya for trunk/SophyaPI/PI/pibwdgmac.cc
- Timestamp:
- Jan 26, 1998, 10:26:15 AM (28 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pibwdgmac.cc
r66 r69 12 12 PIBaseWdgMac::PIBaseWdgMac(PIContainerGen *par, char *nom, 13 13 int sx, int sy, int px, int py) : 14 PIBaseWdgGen(par, nom, sx, sy, px, py) 14 PIBaseWdgGen(par, nom, sx, sy, px, py), 15 mFCol(PI_Black), mBCol(PI_White) 15 16 { 16 17 mAdapter->AddAttachment(new PIUpdAttachment(this));
Note:
See TracChangeset
for help on using the changeset viewer.