]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/PMDModuleEditor.h
Merged EVE-dev-after-merge to EVE-dev into HEAD. Requires ROOT-5.17.04.
[u/mrichter/AliRoot.git] / EVE / Alieve / PMDModuleEditor.h
index f356358ed762fea0648946f731f95e78bb319e51..7a72f635ce61449810fbb24af0d5e25dd2f21f3c 100644 (file)
@@ -19,9 +19,13 @@ private:
   PMDModuleEditor(const PMDModuleEditor&);            // Not implemented
   PMDModuleEditor& operator=(const PMDModuleEditor&); // Not implemented
 
+  void CreateInfoFrame();
+
 protected:
   PMDModule* fM; // fModel dynamic-casted to PMDModuleEditor
 
+  TGVerticalFrame*  fInfoFrame;
+
   TGLabel*   fInfoLabel0;
   TGLabel*   fInfoLabel1;
   TGLabel*   fInfoLabel2;
@@ -29,10 +33,6 @@ protected:
   TGLabel*   fInfoLabel4;
   TGLabel*   fInfoLabel5;
 
-
-  // Declare widgets
-  // TGSomeWidget*   fXYZZ;
-
 public:
   PMDModuleEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30, UInt_t options = kChildFrame, Pixel_t back=GetDefaultFrameBackground());
   virtual ~PMDModuleEditor();