Logo ROOT   6.12/07
Reference Guide
TGHtmlTokens.h
Go to the documentation of this file.
1 // $Id$
2 // Author: Valeriy Onuchin 03/05/2007
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2001, Rene Brun, Fons Rademakers and Reiner Rohlfs *
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 /**************************************************************************
13 
14  HTML widget for xclass. Based on tkhtml 1.28
15  Copyright (C) 1997-2000 D. Richard Hipp <drh@acm.org>
16  Copyright (C) 2002-2003 Hector Peraza.
17 
18  This library is free software; you can redistribute it and/or
19  modify it under the terms of the GNU Library General Public
20  License as published by the Free Software Foundation; either
21  version 2 of the License, or (at your option) any later version.
22 
23  This library is distributed in the hope that it will be useful,
24  but WITHOUT ANY WARRANTY; without even the implied warranty of
25  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
26  Library General Public License for more details.
27 
28  You should have received a copy of the GNU Library General Public
29  License along with this library; if not, write to the Free
30  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
31 
32 **************************************************************************/
33 
34 #ifndef ROOT_TGHtmlTokens
35 #define ROOT_TGHtmlTokens
36 
37 // NOTE: this list was generated automatically. If you make any
38 // modifications to it, you'll have to modify also the OHtmlTokenMap.cc
39 // file accordingly.
40 
41 enum {
42  Html_Text = 1,
196 };
197 
198 #define Html_TypeCount (Html__TypeCount - 1)
199 #define HTML_MARKUP_COUNT (Html__TypeCount - 5)
200 #define HTML_MARKUP_HASH_SIZE (Html__TypeCount + 11)
201 
202 #endif // ROOT_TGHtmlTokens