Changeset 458 in Sophya
- Timestamp:
- Oct 11, 1999, 6:14:22 PM (26 years ago)
- Location:
- trunk/SophyaPI/PI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Tests/pitgr.cc
r366 r458 75 75 MainWin()->SetSize(360,130); 76 76 zoom = new PIPixmap(MainWin(), "Zoom", 90, 90, 5, 5); 77 //zoom->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);77 zoom->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic); 78 78 // zoom->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_elastic,PIBK_fixed); 79 79 cmapv = new PICMapView(MainWin(), "CMapView", 350, 25, 5, 100); 80 //cmapv->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);80 cmapv->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic); 81 81 // cmapv->SetBinding(PIBK_fixed,PIBK_free,PIBK_fixed,PIBK_free); 82 82 // Creation d' zone texte multiligne 83 83 txt = new PIText(MainWin(), "mltext", 250, 90, 105, 5); 84 //txt->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);84 txt->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic); 85 85 // txt->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_fixed,PIBK_free); 86 86 txt->SetMutiLineMode(true); -
trunk/SophyaPI/PI/piapplx.cc
r457 r458 59 59 { 60 60 if ((sx <10) || (sy < 10) ) return; 61 #if !defined(SunOS) 62 // Probleme sur Sun - Reza 10/99 61 63 mTopWdg->SetSize(sx+XPos(), sy+YPos()); 64 #endif 62 65 Parent()->SetSize(sx+XPos(), sy+YPos()); 63 66 // PIContainer::SetSize(sx, sy); Probleme sur Sun - Reza 9/08/99
Note:
See TracChangeset
for help on using the changeset viewer.