00001 // @(#)root/treeviewer:$Id: HelpTextTV.h 20882 2007-11-19 11:31:26Z rdm $ 00002 // Author: Andrei Gheata 02/10/00 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 00012 #ifndef ROOT_HelpTextTV 00013 #define ROOT_HelpTextTV 00014 00015 #ifndef ROOT_Rtypes 00016 #include <Rtypes.h> 00017 #endif 00018 00019 R__EXTERN const char gTVHelpAbout[]; 00020 R__EXTERN const char gTVHelpStart[]; 00021 R__EXTERN const char gTVHelpLayout[]; 00022 R__EXTERN const char gTVHelpOpenSave[]; 00023 R__EXTERN const char gTVHelpDraggingItems[]; 00024 R__EXTERN const char gTVHelpEditExpressions[]; 00025 R__EXTERN const char gTVHelpSession[]; 00026 R__EXTERN const char gTVHelpUserCommands[]; 00027 R__EXTERN const char gTVHelpContext[]; 00028 R__EXTERN const char gTVHelpDrawing[]; 00029 R__EXTERN const char gTVHelpMacros[]; 00030 00031 #endif