Changeset 210 in Sophya for trunk/SophyaPI/PIext/pihisto2d.cc
- Timestamp:
- Mar 3, 1999, 7:32:48 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.cc
r205 r210 442 442 443 443 //++ 444 void PIH2DWdg::ActivateSpecializedControls() 445 // Pour activer les contrôles spécifiques pour l'affichage Histo-2D 446 //-- 447 { 448 h2dWinArg->SetPIH2DWdg(this); 449 h2dWinArg->SetMsgParent((PIMsgHandler*)this); 450 if(!h2dWinArg->Visible()) h2dWinArg->Show(); 451 } 452 453 //++ 444 454 void PIH2DWdg::But3Press(int x, int y) 445 455 // … … 451 461 //-- 452 462 { 453 h2dWinArg->SetPIH2DWdg(this); 454 h2dWinArg->SetMsgParent((PIMsgHandler*)this); 455 if(!h2dWinArg->Visible()) h2dWinArg->Show(); 463 ActivateSpecializedControls(); 456 464 if(dbg) printf("PIH2DWdg::But3Press(%d,%d) h2dWinArg=%lx\n" 457 465 ,x,y,(long)h2dWinArg);
Note:
See TracChangeset
for help on using the changeset viewer.