Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
HelpText.h
Go to the documentation of this file.
1 // @(#)root/gui:$Id$
2 // Author: Fons Rademakers 28/07/97
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #include "Rtypes.h"
13 
14 R__EXTERN const char gHelpAbout[];
15 R__EXTERN const char gHelpBrowser[];
16 R__EXTERN const char gHelpBrowserLite[];
17 R__EXTERN const char gHelpGLViewer[];
18 R__EXTERN const char gHelpPostscript[];
19 R__EXTERN const char gHelpButtons[];
20 R__EXTERN const char gHelpGraphicsEditor[];
21 R__EXTERN const char gHelpPullDownMenus[];
22 R__EXTERN const char gHelpCanvas[];
23 R__EXTERN const char gHelpObjects[];
24 R__EXTERN const char gHelpTextEditor[];
25 R__EXTERN const char gHelpRemote[];