]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4ListTreeFrame.cxx
Made all AliL3FileHandler specific functions virtual in AliL3MemHandler.
[u/mrichter/AliRoot.git] / TGeant4 / TG4ListTreeFrame.cxx
index 38f4c7372e7743f8b94b15e53022cc61d0c5c934..47f6eec5043affc4e7efe8e857c4a5bf1f70663b 100644 (file)
@@ -184,4 +184,19 @@ void  TG4ListTreeFrame::DrawSelectedVolume(TGListTreeItem* item)
     G4UImanager::GetUIpointer()->ApplyCommand("/vis/viewer/update");
 }
 
+//________________________________________________________________________________
+void TG4ListTreeFrame::SendCloseMessage()
+{
+//---> Supposed to brighten up the "Volumes" panel
+//---> plus close the Volumes tree to the ALICE icon
+
+  TGListTreeItem* first = fVolumesListTree->GetFirstItem();
+  Int_t btn = kButton1;
+  fVolumesListTree->Clicked( first, btn);
+  fVolumesListTree->DoubleClicked( first, btn);
+  gClient->NeedRedraw(fVolumesListTree);
+
+}
+
+//__________________________________________________________________________________