Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
HelpTextTV.h
Go to the documentation of this file.
1 // @(#)root/treeviewer:$Id$
2 // Author: Andrei Gheata 02/10/00
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 #ifndef ROOT_HelpTextTV
13 #define ROOT_HelpTextTV
14 
15 #include <Rtypes.h>
16 
17 R__EXTERN const char gTVHelpAbout[];
18 R__EXTERN const char gTVHelpStart[];
19 R__EXTERN const char gTVHelpLayout[];
20 R__EXTERN const char gTVHelpOpenSave[];
21 R__EXTERN const char gTVHelpDraggingItems[];
22 R__EXTERN const char gTVHelpEditExpressions[];
23 R__EXTERN const char gTVHelpSession[];
24 R__EXTERN const char gTVHelpUserCommands[];
25 R__EXTERN const char gTVHelpContext[];
26 R__EXTERN const char gTVHelpDrawing[];
27 R__EXTERN const char gTVHelpMacros[];
28 
29 #endif