// @(#)root/treeviewer:$Id: HelpTextTV.h 20882 2007-11-19 11:31:26Z rdm $ // Author: Andrei Gheata 02/10/00 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_HelpTextTV #define ROOT_HelpTextTV #ifndef ROOT_Rtypes #include #endif R__EXTERN const char gTVHelpAbout[]; R__EXTERN const char gTVHelpStart[]; R__EXTERN const char gTVHelpLayout[]; R__EXTERN const char gTVHelpOpenSave[]; R__EXTERN const char gTVHelpDraggingItems[]; R__EXTERN const char gTVHelpEditExpressions[]; R__EXTERN const char gTVHelpSession[]; R__EXTERN const char gTVHelpUserCommands[]; R__EXTERN const char gTVHelpContext[]; R__EXTERN const char gTVHelpDrawing[]; R__EXTERN const char gTVHelpMacros[]; #endif