Changeset 1133 in Sophya for trunk/SophyaPI


Ignore:
Timestamp:
Aug 23, 2000, 12:11:32 PM (25 years ago)
Author:
ercodmgr
Message:

petit nettoyage lie a SunOS/XmForm - Reza 23/8/2000

File:
1 edited

Legend:

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

    r1074 r1133  
    6464int px = XPos();
    6565int py = YPos();
    66 #if !defined(SunOS)
    67 // Probleme sur Sun - Reza 10/99
     66// Probleme sur Sun - Reza 10/99 , REGLE 08/2000
     67
    6868mTopWdg->SetSize(sx+px, sy+py);
    69 #endif
    7069
    7170XtConfigureWidget(Parent()->XtWdg(),  0, 0, sx+px, sy+py, 0);
    72 
    73 // Parent()->SetPos(0, 0);
    74 // Parent()->SetSize(sx+px, sy+py);
    75 // PIContainer::SetSize(sx, sy);   Probleme sur Sun - Reza 9/08/99
    76 
    7771XtConfigureWidget(XtWdg(),  px, py, sx, sy, 0);
    78 
    7972// SetPos(px, py);
    8073// PIContainer::SetSize(sx, sy);
Note: See TracChangeset for help on using the changeset viewer.