Skip to content
Snippets Groups Projects
Commit ca397784 authored by Rene Brun's avatar Rene Brun
Browse files

Remove the specifier *MENU from the following functions:

  virtual void    EditEntryAttFill();
  virtual void    EditEntryAttLine();
  virtual void    EditEntryAttMarker();
  virtual void    EditEntryAttText();


git-svn-id: http://root.cern.ch/svn/root/trunk@11549 27541ba8-7e3a-0410-8455-c3a389f83636
parent ed082b5a
No related branches found
No related tags found
No related merge requests found
// @(#)root/graf:$Name: $:$Id: TLegend.h,v 1.5 2002/10/31 07:27:34 brun Exp $ // @(#)root/graf:$Name: $:$Id: TLegend.h,v 1.6 2004/09/04 17:51:44 brun Exp $
// Author: Matthew.Adam.Dobbs 06/09/99 // Author: Matthew.Adam.Dobbs 06/09/99
/************************************************************************* /*************************************************************************
...@@ -45,10 +45,10 @@ class TLegend : public TPave , public TAttText { ...@@ -45,10 +45,10 @@ class TLegend : public TPave , public TAttText {
virtual void Copy( TObject &obj ) const; virtual void Copy( TObject &obj ) const;
virtual void DeleteEntry(); // *MENU* virtual void DeleteEntry(); // *MENU*
virtual void Draw( Option_t* option = "" ); virtual void Draw( Option_t* option = "" );
virtual void EditEntryAttFill(); // *MENU* virtual void EditEntryAttFill();
virtual void EditEntryAttLine(); // *MENU* virtual void EditEntryAttLine();
virtual void EditEntryAttMarker(); // *MENU* virtual void EditEntryAttMarker();
virtual void EditEntryAttText(); // *MENU* virtual void EditEntryAttText();
TLegendEntry *GetEntry() const; TLegendEntry *GetEntry() const;
Float_t GetEntrySeparation() const { return fEntrySeparation; } Float_t GetEntrySeparation() const { return fEntrySeparation; }
virtual const char *GetHeader() const; virtual const char *GetHeader() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment