Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/root/HelpTextTV.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // @(#)root/treeviewer:$Id$
0002 // Author: Andrei Gheata   02/10/00
0003 
0004 /*************************************************************************
0005  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
0006  * All rights reserved.                                                  *
0007  *                                                                       *
0008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0010  *************************************************************************/
0011 
0012 #ifndef ROOT_HelpTextTV
0013 #define ROOT_HelpTextTV
0014 
0015 #include <RtypesCore.h>
0016 
0017 R__EXTERN const char gTVHelpAbout[];
0018 R__EXTERN const char gTVHelpStart[];
0019 R__EXTERN const char gTVHelpLayout[];
0020 R__EXTERN const char gTVHelpOpenSave[];
0021 R__EXTERN const char gTVHelpDraggingItems[];
0022 R__EXTERN const char gTVHelpEditExpressions[];
0023 R__EXTERN const char gTVHelpSession[];
0024 R__EXTERN const char gTVHelpUserCommands[];
0025 R__EXTERN const char gTVHelpContext[];
0026 R__EXTERN const char gTVHelpDrawing[];
0027 R__EXTERN const char gTVHelpMacros[];
0028 
0029 #endif