00001 // @(#)root/gui:$Id: HelpText.h 23115 2008-04-10 13:35:37Z rdm $ 00002 // Author: Fons Rademakers 28/07/97 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_Rtypes 00013 #include "Rtypes.h" 00014 #endif 00015 00016 R__EXTERN const char gHelpAbout[]; 00017 R__EXTERN const char gHelpBrowser[]; 00018 R__EXTERN const char gHelpBrowserLite[]; 00019 R__EXTERN const char gHelpGLViewer[]; 00020 R__EXTERN const char gHelpPostscript[]; 00021 R__EXTERN const char gHelpButtons[]; 00022 R__EXTERN const char gHelpGraphicsEditor[]; 00023 R__EXTERN const char gHelpPullDownMenus[]; 00024 R__EXTERN const char gHelpCanvas[]; 00025 R__EXTERN const char gHelpObjects[]; 00026 R__EXTERN const char gHelpTextEditor[]; 00027 R__EXTERN const char gHelpRemote[];