]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterInterfaceHelper.h
Fixing coding conventions
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterInterfaceHelper.h
index 360fd2a3333bf8e6bfc993e52947264f641256bd..257e152981227700187cfd7028c41a582673b088 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef AliMUONPainterInterfaceHelper_H
-#define AliMUONPainterInterfaceHelper_H
+#ifndef ALIMUONPAINTERINTERFACEHELPER_H
+#define ALIMUONPAINTERINTERFACEHELPER_H
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 * See cxx source for full Copyright notice                               */
@@ -37,6 +37,7 @@ public:
                              void* userData=0x0,
                              Bool_t select=kFALSE);
   
+  /// Id of first button in a group
   static Int_t ButtonStartingId() { return 1; }
 
   static void ClearButtons(TGButtonGroup& bg);
@@ -63,6 +64,8 @@ public:
   
   static void Unselect(TGButtonGroup& bg, const TString& buttonName, Bool_t emit=kFALSE);
     
+  static void RemoveButton(TGButtonGroup& bg, TGButton* button);
+  
   ClassDef(AliMUONPainterInterfaceHelper,1) // Helper class for TGButtonGroup manipulation
 };