Changeset 69 in Sophya for trunk/SophyaPI/PI/pibwdgmac.cc


Ignore:
Timestamp:
Jan 26, 1998, 10:26:15 AM (28 years ago)
Author:
aubourg
Message:

Pour mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pibwdgmac.cc

    r66 r69  
    1212PIBaseWdgMac::PIBaseWdgMac(PIContainerGen *par, char *nom,
    1313                       int sx, int sy, int px, int py) :
    14 PIBaseWdgGen(par, nom, sx, sy, px, py)
     14PIBaseWdgGen(par, nom, sx, sy, px, py),
     15mFCol(PI_Black), mBCol(PI_White)
    1516{
    1617    mAdapter->AddAttachment(new PIUpdAttachment(this));
Note: See TracChangeset for help on using the changeset viewer.