Back to home page

EIC code displayed by LXR

 
 

    


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

0001 // @(#)root/gui:$Id$
0002 // Author: Fons Rademakers   28/07/97
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_HelpText
0013 #define ROOT_HelpText
0014 
0015 #include "RtypesCore.h"
0016 
0017 R__EXTERN const char gHelpAbout[];
0018 R__EXTERN const char gHelpBrowser[];
0019 R__EXTERN const char gHelpBrowserLite[];
0020 R__EXTERN const char gHelpGLViewer[];
0021 R__EXTERN const char gHelpPostscript[];
0022 R__EXTERN const char gHelpButtons[];
0023 R__EXTERN const char gHelpGraphicsEditor[];
0024 R__EXTERN const char gHelpPullDownMenus[];
0025 R__EXTERN const char gHelpCanvas[];
0026 R__EXTERN const char gHelpObjects[];
0027 R__EXTERN const char gHelpTextEditor[];
0028 R__EXTERN const char gHelpRemote[];
0029 
0030 #endif