]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/TrackEditors.h
Added parameter 'Width_t fWidth' to TrackRnrStyle and a method to change width of...
[u/mrichter/AliRoot.git] / EVE / Reve / TrackEditors.h
index 6b8a2f14ab58cc6bb4d9f0c3730abed5a2d3f965..3b510bec904f283e6a3accc6d03edc784355628e 100644 (file)
@@ -8,6 +8,7 @@
 class TGCheckButton;
 class TGNumberEntry;
 class TGColorSelect;
+class TGLineWidthComboBox;
 
 namespace Reve {
 
@@ -30,6 +31,8 @@ protected:
   TGNumberEntry*     fMinAng;
   TGNumberEntry*     fDelta;
 
+  TGLineWidthComboBox* fWidthCombo;
+
   TGCheckButton*     fRnrTracks;
   TGCheckButton*     fRnrMarkers;
 
@@ -51,6 +54,8 @@ public:
   void DoMinAng();
   void DoDelta();
 
+  void DoLineWidth(Int_t width);
+
   void DoRnrTracks();
   void DoRnrMarkers();