Changeset 458 in Sophya for trunk/SophyaPI/PI/Tests
- Timestamp:
- Oct 11, 1999, 6:14:22 PM (26 years ago)
- File:
-
- 1 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);
Note:
See TracChangeset
for help on using the changeset viewer.