Changeset 1133 in Sophya for trunk/SophyaPI
- Timestamp:
- Aug 23, 2000, 12:11:32 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piapplx.cc
r1074 r1133 64 64 int px = XPos(); 65 65 int py = YPos(); 66 #if !defined(SunOS) 67 // Probleme sur Sun - Reza 10/99 66 // Probleme sur Sun - Reza 10/99 , REGLE 08/2000 67 68 68 mTopWdg->SetSize(sx+px, sy+py); 69 #endif70 69 71 70 XtConfigureWidget(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/9976 77 71 XtConfigureWidget(XtWdg(), px, py, sx, sy, 0); 78 79 72 // SetPos(px, py); 80 73 // PIContainer::SetSize(sx, sy);
Note:
See TracChangeset
for help on using the changeset viewer.