Changeset 458 in Sophya


Ignore:
Timestamp:
Oct 11, 1999, 6:14:22 PM (26 years ago)
Author:
ercodmgr
Message:

Correction pb sur Sun - Reza 10/99

Location:
trunk/SophyaPI/PI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/Tests/pitgr.cc

    r366 r458  
    7575MainWin()->SetSize(360,130);
    7676zoom = new PIPixmap(MainWin(), "Zoom", 90, 90, 5, 5);
    77 // zoom->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
     77zoom->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
    7878// zoom->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_elastic,PIBK_fixed);
    7979cmapv = new PICMapView(MainWin(), "CMapView", 350, 25, 5, 100);
    80 // cmapv->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
     80cmapv->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
    8181// cmapv->SetBinding(PIBK_fixed,PIBK_free,PIBK_fixed,PIBK_free);
    8282// Creation d' zone texte multiligne
    8383txt = new PIText(MainWin(), "mltext", 250, 90, 105, 5);
    84 // txt->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
     84txt->SetBinding(PIBK_elastic,PIBK_elastic,PIBK_elastic,PIBK_elastic);
    8585// txt->SetBinding(PIBK_fixed,PIBK_fixed,PIBK_fixed,PIBK_free);
    8686txt->SetMutiLineMode(true);
  • trunk/SophyaPI/PI/piapplx.cc

    r457 r458  
    5959{
    6060if ((sx <10) || (sy < 10) ) return;
     61#if !defined(SunOS)
     62// Probleme sur Sun - Reza 10/99
    6163mTopWdg->SetSize(sx+XPos(), sy+YPos());
     64#endif
    6265Parent()->SetSize(sx+XPos(), sy+YPos());
    6366// PIContainer::SetSize(sx, sy);   Probleme sur Sun - Reza 9/08/99
Note: See TracChangeset for help on using the changeset viewer.