Changeset 210 in Sophya for trunk/SophyaPI/PIext/pihisto2d.cc


Ignore:
Timestamp:
Mar 3, 1999, 7:32:48 PM (27 years ago)
Author:
ercodmgr
Message:

Positionnement fenetres, nouvelles commandes (piapp), Gestion fenetre des options Histo-2D Reza 03/03/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pihisto2d.cc

    r205 r210  
    442442
    443443//++
     444void PIH2DWdg::ActivateSpecializedControls()
     445//      Pour activer les contrôles spécifiques pour l'affichage Histo-2D       
     446//--
     447{
     448h2dWinArg->SetPIH2DWdg(this);
     449h2dWinArg->SetMsgParent((PIMsgHandler*)this);
     450if(!h2dWinArg->Visible()) h2dWinArg->Show();
     451}
     452
     453//++
    444454void PIH2DWdg::But3Press(int x, int y)
    445455//
     
    451461//--
    452462{
    453 h2dWinArg->SetPIH2DWdg(this);
    454 h2dWinArg->SetMsgParent((PIMsgHandler*)this);
    455 if(!h2dWinArg->Visible()) h2dWinArg->Show();
     463ActivateSpecializedControls();
    456464if(dbg) printf("PIH2DWdg::But3Press(%d,%d) h2dWinArg=%lx\n"
    457465              ,x,y,(long)h2dWinArg);
Note: See TracChangeset for help on using the changeset viewer.