G__GuiHtml.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:48:09 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME guidIguihtmldIsrcdIG__GuiHtml
00008 #include "RConfig.h" //rootcint 4834
00009 #if !defined(R__ACCESS_IN_SYMBOL)
00010 //Break the privacy of classes -- Disabled for the moment
00011 #define private public
00012 #define protected public
00013 #endif
00014 
00015 // Since CINT ignores the std namespace, we need to do so in this file.
00016 namespace std {} using namespace std;
00017 #include "G__GuiHtml.h"
00018 
00019 #include "TClass.h"
00020 #include "TBuffer.h"
00021 #include "TMemberInspector.h"
00022 #include "TError.h"
00023 
00024 #ifndef G__ROOT
00025 #define G__ROOT
00026 #endif
00027 
00028 #include "RtypesImp.h"
00029 #include "TIsAProxy.h"
00030 
00031 // START OF SHADOWS
00032 
00033 namespace ROOT {
00034    namespace Shadow {
00035    } // of namespace Shadow
00036 } // of namespace ROOT
00037 // END OF SHADOWS
00038 
00039 namespace ROOT {
00040    void TGHtml_ShowMembers(void *obj, TMemberInspector &R__insp);
00041    static void delete_TGHtml(void *p);
00042    static void deleteArray_TGHtml(void *p);
00043    static void destruct_TGHtml(void *p);
00044    static void streamer_TGHtml(TBuffer &buf, void *obj);
00045 
00046    // Function generating the singleton type initializer
00047    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGHtml*)
00048    {
00049       ::TGHtml *ptr = 0;
00050       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGHtml >(0);
00051       static ::ROOT::TGenericClassInfo 
00052          instance("TGHtml", ::TGHtml::Class_Version(), "include/TGHtml.h", 871,
00053                   typeid(::TGHtml), DefineBehavior(ptr, ptr),
00054                   &::TGHtml::Dictionary, isa_proxy, 0,
00055                   sizeof(::TGHtml) );
00056       instance.SetDelete(&delete_TGHtml);
00057       instance.SetDeleteArray(&deleteArray_TGHtml);
00058       instance.SetDestructor(&destruct_TGHtml);
00059       instance.SetStreamerFunc(&streamer_TGHtml);
00060       return &instance;
00061    }
00062    TGenericClassInfo *GenerateInitInstance(const ::TGHtml*)
00063    {
00064       return GenerateInitInstanceLocal((::TGHtml*)0);
00065    }
00066    // Static variable to force the class initialization
00067    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGHtml*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00068 } // end of namespace ROOT
00069 
00070 namespace ROOT {
00071    void TGHtmlBrowser_ShowMembers(void *obj, TMemberInspector &R__insp);
00072    static void *new_TGHtmlBrowser(void *p = 0);
00073    static void *newArray_TGHtmlBrowser(Long_t size, void *p);
00074    static void delete_TGHtmlBrowser(void *p);
00075    static void deleteArray_TGHtmlBrowser(void *p);
00076    static void destruct_TGHtmlBrowser(void *p);
00077    static void streamer_TGHtmlBrowser(TBuffer &buf, void *obj);
00078 
00079    // Function generating the singleton type initializer
00080    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGHtmlBrowser*)
00081    {
00082       ::TGHtmlBrowser *ptr = 0;
00083       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGHtmlBrowser >(0);
00084       static ::ROOT::TGenericClassInfo 
00085          instance("TGHtmlBrowser", ::TGHtmlBrowser::Class_Version(), "include/TGHtmlBrowser.h", 34,
00086                   typeid(::TGHtmlBrowser), DefineBehavior(ptr, ptr),
00087                   &::TGHtmlBrowser::Dictionary, isa_proxy, 0,
00088                   sizeof(::TGHtmlBrowser) );
00089       instance.SetNew(&new_TGHtmlBrowser);
00090       instance.SetNewArray(&newArray_TGHtmlBrowser);
00091       instance.SetDelete(&delete_TGHtmlBrowser);
00092       instance.SetDeleteArray(&deleteArray_TGHtmlBrowser);
00093       instance.SetDestructor(&destruct_TGHtmlBrowser);
00094       instance.SetStreamerFunc(&streamer_TGHtmlBrowser);
00095       return &instance;
00096    }
00097    TGenericClassInfo *GenerateInitInstance(const ::TGHtmlBrowser*)
00098    {
00099       return GenerateInitInstanceLocal((::TGHtmlBrowser*)0);
00100    }
00101    // Static variable to force the class initialization
00102    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00103 } // end of namespace ROOT
00104 
00105 //______________________________________________________________________________
00106 TClass *TGHtml::fgIsA = 0;  // static to hold class pointer
00107 
00108 //______________________________________________________________________________
00109 const char *TGHtml::Class_Name()
00110 {
00111    return "TGHtml";
00112 }
00113 
00114 //______________________________________________________________________________
00115 const char *TGHtml::ImplFileName()
00116 {
00117    return ::ROOT::GenerateInitInstanceLocal((const ::TGHtml*)0x0)->GetImplFileName();
00118 }
00119 
00120 //______________________________________________________________________________
00121 int TGHtml::ImplFileLine()
00122 {
00123    return ::ROOT::GenerateInitInstanceLocal((const ::TGHtml*)0x0)->GetImplFileLine();
00124 }
00125 
00126 //______________________________________________________________________________
00127 void TGHtml::Dictionary()
00128 {
00129    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGHtml*)0x0)->GetClass();
00130 }
00131 
00132 //______________________________________________________________________________
00133 TClass *TGHtml::Class()
00134 {
00135    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGHtml*)0x0)->GetClass();
00136    return fgIsA;
00137 }
00138 
00139 //______________________________________________________________________________
00140 TClass *TGHtmlBrowser::fgIsA = 0;  // static to hold class pointer
00141 
00142 //______________________________________________________________________________
00143 const char *TGHtmlBrowser::Class_Name()
00144 {
00145    return "TGHtmlBrowser";
00146 }
00147 
00148 //______________________________________________________________________________
00149 const char *TGHtmlBrowser::ImplFileName()
00150 {
00151    return ::ROOT::GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0)->GetImplFileName();
00152 }
00153 
00154 //______________________________________________________________________________
00155 int TGHtmlBrowser::ImplFileLine()
00156 {
00157    return ::ROOT::GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0)->GetImplFileLine();
00158 }
00159 
00160 //______________________________________________________________________________
00161 void TGHtmlBrowser::Dictionary()
00162 {
00163    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0)->GetClass();
00164 }
00165 
00166 //______________________________________________________________________________
00167 TClass *TGHtmlBrowser::Class()
00168 {
00169    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGHtmlBrowser*)0x0)->GetClass();
00170    return fgIsA;
00171 }
00172 
00173 //______________________________________________________________________________
00174 void TGHtml::Streamer(TBuffer &R__b)
00175 {
00176    // Stream an object of class TGHtml.
00177 
00178    TGView::Streamer(R__b);
00179 }
00180 
00181 //______________________________________________________________________________
00182 void TGHtml::ShowMembers(TMemberInspector &R__insp)
00183 {
00184       // Inspect the data members of an object of class TGHtml.
00185       TClass *R__cl = ::TGHtml::IsA();
00186       if (R__cl || R__insp.IsA()) { }
00187       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPFirst", &fPFirst);
00188       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPLast", &fPLast);
00189       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNToken", &fNToken);
00190       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastSized", &fLastSized);
00191       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNextPlaced", &fNextPlaced);
00192       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstBlock", &fFirstBlock);
00193       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastBlock", &fLastBlock);
00194       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstInput", &fFirstInput);
00195       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastInput", &fLastInput);
00196       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNInput", &fNInput);
00197       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNForm", &fNForm);
00198       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVarId", &fVarId);
00199       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInputIdx", &fInputIdx);
00200       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRadioIdx", &fRadioIdx);
00201       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelBegin", (void*)&fSelBegin);
00202       R__insp.InspectMember("SHtmlIndex_t", (void*)&fSelBegin, "fSelBegin.", false);
00203       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelEnd", (void*)&fSelEnd);
00204       R__insp.InspectMember("SHtmlIndex_t", (void*)&fSelEnd, "fSelEnd.", false);
00205       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPSelStartBlock", &fPSelStartBlock);
00206       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelStartIndex", &fSelStartIndex);
00207       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelEndIndex", &fSelEndIndex);
00208       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPSelEndBlock", &fPSelEndBlock);
00209       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsOnTime", &fInsOnTime);
00210       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsOffTime", &fInsOffTime);
00211       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsStatus", &fInsStatus);
00212       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInsTimer", &fInsTimer);
00213       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIns", (void*)&fIns);
00214       R__insp.InspectMember("SHtmlIndex_t", (void*)&fIns, "fIns.", false);
00215       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPInsBlock", &fPInsBlock);
00216       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInsIndex", &fInsIndex);
00217       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZText", &fZText);
00218       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNText", &fNText);
00219       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNAlloc", &fNAlloc);
00220       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNComplete", &fNComplete);
00221       R__insp.Inspect(R__cl, R__insp.GetParent(), "fICol", &fICol);
00222       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIPlaintext", &fIPlaintext);
00223       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPScript", &fPScript);
00224       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIdle", &fIdle);
00225       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStyleStack", &fStyleStack);
00226       R__insp.Inspect(R__cl, R__insp.GetParent(), "fParaAlignment", &fParaAlignment);
00227       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRowAlignment", &fRowAlignment);
00228       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAnchorFlags", &fAnchorFlags);
00229       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInDt", &fInDt);
00230       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInTr", &fInTr);
00231       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInTd", &fInTd);
00232       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAnchorStart", &fAnchorStart);
00233       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFormStart", &fFormStart);
00234       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFormElemStart", &fFormElemStart);
00235       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFormElemLast", &fFormElemLast);
00236       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInnerList", &fInnerList);
00237       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLoEndPtr", &fLoEndPtr);
00238       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLoFormStart", &fLoFormStart);
00239       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLayoutContext", (void*)&fLayoutContext);
00240       R__insp.InspectMember("TGHtmlLayoutContext", (void*)&fLayoutContext, "fLayoutContext.", false);
00241       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHighlightWidth", &fHighlightWidth);
00242       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMargins", &fMargins);
00243       R__insp.InspectMember(fMargins, "fMargins.");
00244       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHighlightBgColorPtr", &fHighlightBgColorPtr);
00245       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHighlightColorPtr", &fHighlightColorPtr);
00246       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAFont[71]", &fAFont);
00247       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFontValid[9]", fFontValid);
00248       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fApColor[32]", &fApColor);
00249       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColorUsed", &fColorUsed);
00250       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIDark[32]", fIDark);
00251       R__insp.Inspect(R__cl, R__insp.GetParent(), "fILight[32]", fILight);
00252       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBgColor", &fBgColor);
00253       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFgColor", &fFgColor);
00254       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNewLinkColor", &fNewLinkColor);
00255       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOldLinkColor", &fOldLinkColor);
00256       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSelectionColor", &fSelectionColor);
00257       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAGcCache[32]", fAGcCache);
00258       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGcNextToFree", &fGcNextToFree);
00259       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLastGC", &fLastGC);
00260       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImageList", &fImageList);
00261       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBgImage", &fBgImage);
00262       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFormPadding", &fFormPadding);
00263       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOverrideFonts", &fOverrideFonts);
00264       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOverrideColors", &fOverrideColors);
00265       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUnderlineLinks", &fUnderlineLinks);
00266       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasScript", &fHasScript);
00267       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasFrames", &fHasFrames);
00268       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAddEndTags", &fAddEndTags);
00269       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTableBorderMin", &fTableBorderMin);
00270       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVarind", &fVarind);
00271       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExportSelection", &fExportSelection);
00272       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTableRelief", &fTableRelief);
00273       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRuleRelief", &fRuleRelief);
00274       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRulePadding", &fRulePadding);
00275       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZBase", &fZBase);
00276       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZBaseHref", &fZBaseHref);
00277       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCursor", &fCursor);
00278       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxX", &fMaxX);
00279       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxY", &fMaxY);
00280       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirtyLeft", &fDirtyLeft);
00281       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirtyTop", &fDirtyTop);
00282       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirtyRight", &fDirtyRight);
00283       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDirtyBottom", &fDirtyBottom);
00284       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFlags", &fFlags);
00285       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIdind", &fIdind);
00286       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInParse", &fInParse);
00287       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fZGoto", &fZGoto);
00288       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fExts", &fExts);
00289       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUidTable", &fUidTable);
00290       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLastUri", &fLastUri);
00291       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExiting", &fExiting);
00292       TGView::ShowMembers(R__insp);
00293 }
00294 
00295 namespace ROOT {
00296    // Wrapper around operator delete
00297    static void delete_TGHtml(void *p) {
00298       delete ((::TGHtml*)p);
00299    }
00300    static void deleteArray_TGHtml(void *p) {
00301       delete [] ((::TGHtml*)p);
00302    }
00303    static void destruct_TGHtml(void *p) {
00304       typedef ::TGHtml current_t;
00305       ((current_t*)p)->~current_t();
00306    }
00307    // Wrapper around a custom streamer member function.
00308    static void streamer_TGHtml(TBuffer &buf, void *obj) {
00309       ((::TGHtml*)obj)->::TGHtml::Streamer(buf);
00310    }
00311 } // end of namespace ROOT for class ::TGHtml
00312 
00313 //______________________________________________________________________________
00314 void TGHtmlBrowser::Streamer(TBuffer &R__b)
00315 {
00316    // Stream an object of class TGHtmlBrowser.
00317 
00318    TGMainFrame::Streamer(R__b);
00319 }
00320 
00321 //______________________________________________________________________________
00322 void TGHtmlBrowser::ShowMembers(TMemberInspector &R__insp)
00323 {
00324       // Inspect the data members of an object of class TGHtmlBrowser.
00325       TClass *R__cl = ::TGHtmlBrowser::IsA();
00326       if (R__cl || R__insp.IsA()) { }
00327       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
00328       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFile", &fMenuFile);
00329       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFavorites", &fMenuFavorites);
00330       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuTools", &fMenuTools);
00331       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuHelp", &fMenuHelp);
00332       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar);
00333       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVerticalFrame", &fVerticalFrame);
00334       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHorizontalFrame", &fHorizontalFrame);
00335       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBack", &fBack);
00336       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fForward", &fForward);
00337       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fReload", &fReload);
00338       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStop", &fStop);
00339       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHome", &fHome);
00340       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fComboBox", &fComboBox);
00341       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fURLBuf", &fURLBuf);
00342       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fURL", &fURL);
00343       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHtml", &fHtml);
00344       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbFavorites", &fNbFavorites);
00345       TGMainFrame::ShowMembers(R__insp);
00346 }
00347 
00348 namespace ROOT {
00349    // Wrappers around operator new
00350    static void *new_TGHtmlBrowser(void *p) {
00351       return  p ? new(p) ::TGHtmlBrowser : new ::TGHtmlBrowser;
00352    }
00353    static void *newArray_TGHtmlBrowser(Long_t nElements, void *p) {
00354       return p ? new(p) ::TGHtmlBrowser[nElements] : new ::TGHtmlBrowser[nElements];
00355    }
00356    // Wrapper around operator delete
00357    static void delete_TGHtmlBrowser(void *p) {
00358       delete ((::TGHtmlBrowser*)p);
00359    }
00360    static void deleteArray_TGHtmlBrowser(void *p) {
00361       delete [] ((::TGHtmlBrowser*)p);
00362    }
00363    static void destruct_TGHtmlBrowser(void *p) {
00364       typedef ::TGHtmlBrowser current_t;
00365       ((current_t*)p)->~current_t();
00366    }
00367    // Wrapper around a custom streamer member function.
00368    static void streamer_TGHtmlBrowser(TBuffer &buf, void *obj) {
00369       ((::TGHtmlBrowser*)obj)->::TGHtmlBrowser::Streamer(buf);
00370    }
00371 } // end of namespace ROOT for class ::TGHtmlBrowser
00372 
00373 /********************************************************
00374 * gui/guihtml/src/G__GuiHtml.cxx
00375 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00376 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00377 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00378 ********************************************************/
00379 
00380 #ifdef G__MEMTEST
00381 #undef malloc
00382 #undef free
00383 #endif
00384 
00385 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00386 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00387 #endif
00388 
00389 extern "C" void G__cpp_reset_tagtableG__GuiHtml();
00390 
00391 extern "C" void G__set_cpp_environmentG__GuiHtml() {
00392   G__add_compiledheader("TObject.h");
00393   G__add_compiledheader("TMemberInspector.h");
00394   G__add_compiledheader("TGHtmlBrowser.h");
00395   G__add_compiledheader("TGHtml.h");
00396   G__add_compiledheader("TGHtmlTokens.h");
00397   G__add_compiledheader("TGHtmlUri.h");
00398   G__cpp_reset_tagtableG__GuiHtml();
00399 }
00400 #include <new>
00401 extern "C" int G__cpp_dllrevG__GuiHtml() { return(30051515); }
00402 
00403 /*********************************************************
00404 * Member function Interface Method
00405 *********************************************************/
00406 
00407 /* TGHtml */
00408 static int G__G__GuiHtml_227_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00409 {
00410    TGHtml* p = NULL;
00411    char* gvp = (char*) G__getgvp();
00412    switch (libp->paran) {
00413    case 4:
00414      //m: 4
00415      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00416        p = new TGHtml(
00417 (TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00418 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3]));
00419      } else {
00420        p = new((void*) gvp) TGHtml(
00421 (TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00422 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3]));
00423      }
00424      break;
00425    case 3:
00426      //m: 3
00427      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00428        p = new TGHtml(
00429 (TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00430 , (int) G__int(libp->para[2]));
00431      } else {
00432        p = new((void*) gvp) TGHtml(
00433 (TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00434 , (int) G__int(libp->para[2]));
00435      }
00436      break;
00437    }
00438    result7->obj.i = (long) p;
00439    result7->ref = (long) p;
00440    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml));
00441    return(1 || funcname || hash || result7 || libp) ;
00442 }
00443 
00444 static int G__G__GuiHtml_227_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00445 {
00446       G__letint(result7, 103, (long) ((TGHtml*) G__getstructoffset())->HandleHtmlInput((TGHtmlInput*) G__int(libp->para[0]), (Event_t*) G__int(libp->para[1])));
00447    return(1 || funcname || hash || result7 || libp) ;
00448 }
00449 
00450 static int G__G__GuiHtml_227_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00451 {
00452       G__letint(result7, 103, (long) ((TGHtml*) G__getstructoffset())->HandleRadioButton((TGHtmlInput*) G__int(libp->para[0])));
00453    return(1 || funcname || hash || result7 || libp) ;
00454 }
00455 
00456 static int G__G__GuiHtml_227_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00457 {
00458    switch (libp->paran) {
00459    case 2:
00460       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ParseText((char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
00461       break;
00462    case 1:
00463       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ParseText((char*) G__int(libp->para[0])));
00464       break;
00465    }
00466    return(1 || funcname || hash || result7 || libp) ;
00467 }
00468 
00469 static int G__G__GuiHtml_227_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00470 {
00471       ((TGHtml*) G__getstructoffset())->SetTableRelief((int) G__int(libp->para[0]));
00472       G__setnull(result7);
00473    return(1 || funcname || hash || result7 || libp) ;
00474 }
00475 
00476 static int G__G__GuiHtml_227_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00477 {
00478       G__letint(result7, 105, (long) ((const TGHtml*) G__getstructoffset())->GetTableRelief());
00479    return(1 || funcname || hash || result7 || libp) ;
00480 }
00481 
00482 static int G__G__GuiHtml_227_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00483 {
00484       ((TGHtml*) G__getstructoffset())->SetRuleRelief((int) G__int(libp->para[0]));
00485       G__setnull(result7);
00486    return(1 || funcname || hash || result7 || libp) ;
00487 }
00488 
00489 static int G__G__GuiHtml_227_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00490 {
00491       G__letint(result7, 105, (long) ((const TGHtml*) G__getstructoffset())->GetRuleRelief());
00492    return(1 || funcname || hash || result7 || libp) ;
00493 }
00494 
00495 static int G__G__GuiHtml_227_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00496 {
00497       G__letint(result7, 105, (long) ((const TGHtml*) G__getstructoffset())->GetRulePadding());
00498    return(1 || funcname || hash || result7 || libp) ;
00499 }
00500 
00501 static int G__G__GuiHtml_227_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00502 {
00503       ((TGHtml*) G__getstructoffset())->UnderlineLinks((int) G__int(libp->para[0]));
00504       G__setnull(result7);
00505    return(1 || funcname || hash || result7 || libp) ;
00506 }
00507 
00508 static int G__G__GuiHtml_227_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00509 {
00510       ((TGHtml*) G__getstructoffset())->SetBaseUri((const char*) G__int(libp->para[0]));
00511       G__setnull(result7);
00512    return(1 || funcname || hash || result7 || libp) ;
00513 }
00514 
00515 static int G__G__GuiHtml_227_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00516 {
00517       G__letint(result7, 67, (long) ((const TGHtml*) G__getstructoffset())->GetBaseUri());
00518    return(1 || funcname || hash || result7 || libp) ;
00519 }
00520 
00521 static int G__G__GuiHtml_227_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00522 {
00523       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->GotoAnchor((const char*) G__int(libp->para[0])));
00524    return(1 || funcname || hash || result7 || libp) ;
00525 }
00526 
00527 static int G__G__GuiHtml_227_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00528 {
00529       G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->ResolveUri((const char*) G__int(libp->para[0])));
00530    return(1 || funcname || hash || result7 || libp) ;
00531 }
00532 
00533 static int G__G__GuiHtml_227_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00534 {
00535    switch (libp->paran) {
00536    case 3:
00537       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->LoadImage((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00538 , (int) G__int(libp->para[2])));
00539       break;
00540    case 2:
00541       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->LoadImage((const char*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
00542       break;
00543    case 1:
00544       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->LoadImage((const char*) G__int(libp->para[0])));
00545       break;
00546    }
00547    return(1 || funcname || hash || result7 || libp) ;
00548 }
00549 
00550 static int G__G__GuiHtml_227_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00551 {
00552       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->IsVisited((const char*) G__int(libp->para[0])));
00553    return(1 || funcname || hash || result7 || libp) ;
00554 }
00555 
00556 static int G__G__GuiHtml_227_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00557 {
00558       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ProcessToken((TGHtmlElement*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
00559 , (int) G__int(libp->para[2])));
00560    return(1 || funcname || hash || result7 || libp) ;
00561 }
00562 
00563 static int G__G__GuiHtml_227_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00564 {
00565       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->GetFont((int) G__int(libp->para[0])));
00566    return(1 || funcname || hash || result7 || libp) ;
00567 }
00568 
00569 static int G__G__GuiHtml_227_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00570 {
00571       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ProcessFrame());
00572    return(1 || funcname || hash || result7 || libp) ;
00573 }
00574 
00575 static int G__G__GuiHtml_227_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00576 {
00577       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->ProcessApplet((TGHtmlInput*) G__int(libp->para[0])));
00578    return(1 || funcname || hash || result7 || libp) ;
00579 }
00580 
00581 static int G__G__GuiHtml_227_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00582 {
00583       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->FormCreate((TGHtmlForm*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
00584 , (const char*) G__int(libp->para[2])));
00585    return(1 || funcname || hash || result7 || libp) ;
00586 }
00587 
00588 static int G__G__GuiHtml_227_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00589 {
00590       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->FormAction((TGHtmlForm*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
00591    return(1 || funcname || hash || result7 || libp) ;
00592 }
00593 
00594 static int G__G__GuiHtml_227_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00595 {
00596       G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->GetFontName());
00597    return(1 || funcname || hash || result7 || libp) ;
00598 }
00599 
00600 static int G__G__GuiHtml_227_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00601 {
00602       G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->ProcessScript((TGHtmlScript*) G__int(libp->para[0])));
00603    return(1 || funcname || hash || result7 || libp) ;
00604 }
00605 
00606 static int G__G__GuiHtml_227_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00607 {
00608       G__letint(result7, 67, (long) ((const TGHtml*) G__getstructoffset())->GetText());
00609    return(1 || funcname || hash || result7 || libp) ;
00610 }
00611 
00612 static int G__G__GuiHtml_227_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00613 {
00614       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->GetMarginWidth());
00615    return(1 || funcname || hash || result7 || libp) ;
00616 }
00617 
00618 static int G__G__GuiHtml_227_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00619 {
00620       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->GetMarginHeight());
00621    return(1 || funcname || hash || result7 || libp) ;
00622 }
00623 
00624 static int G__G__GuiHtml_227_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00625 {
00626       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->GetInputElement((int) G__int(libp->para[0]), (int) G__int(libp->para[1])));
00627    return(1 || funcname || hash || result7 || libp) ;
00628 }
00629 
00630 static int G__G__GuiHtml_227_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00631 {
00632    switch (libp->paran) {
00633    case 3:
00634       G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->GetHref((int) G__int(libp->para[0]), (int) G__int(libp->para[1])
00635 , (const char**) G__int(libp->para[2])));
00636       break;
00637    case 2:
00638       G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->GetHref((int) G__int(libp->para[0]), (int) G__int(libp->para[1])));
00639       break;
00640    }
00641    return(1 || funcname || hash || result7 || libp) ;
00642 }
00643 
00644 static int G__G__GuiHtml_227_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00645 {
00646       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->GetImage((TGHtmlImageMarkup*) G__int(libp->para[0])));
00647    return(1 || funcname || hash || result7 || libp) ;
00648 }
00649 
00650 static int G__G__GuiHtml_227_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00651 {
00652       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->InArea((TGHtmlMapArea*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00653 , (int) G__int(libp->para[2]), (int) G__int(libp->para[3])
00654 , (int) G__int(libp->para[4])));
00655    return(1 || funcname || hash || result7 || libp) ;
00656 }
00657 
00658 static int G__G__GuiHtml_227_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00659 {
00660       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->GetMap((const char*) G__int(libp->para[0])));
00661    return(1 || funcname || hash || result7 || libp) ;
00662 }
00663 
00664 static int G__G__GuiHtml_227_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00665 {
00666       ((TGHtml*) G__getstructoffset())->ResetBlocks();
00667       G__setnull(result7);
00668    return(1 || funcname || hash || result7 || libp) ;
00669 }
00670 
00671 static int G__G__GuiHtml_227_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00672 {
00673       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->ElementCoords((TGHtmlElement*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00674 , (int) G__int(libp->para[2]), (int*) G__int(libp->para[3])));
00675    return(1 || funcname || hash || result7 || libp) ;
00676 }
00677 
00678 static int G__G__GuiHtml_227_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00679 {
00680       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->TableDimensions((TGHtmlTable*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
00681    return(1 || funcname || hash || result7 || libp) ;
00682 }
00683 
00684 static int G__G__GuiHtml_227_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00685 {
00686       G__letint(result7, 105, (long) ((TGHtml*) G__getstructoffset())->CellSpacing((TGHtmlElement*) G__int(libp->para[0])));
00687    return(1 || funcname || hash || result7 || libp) ;
00688 }
00689 
00690 static int G__G__GuiHtml_227_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00691 {
00692       ((TGHtml*) G__getstructoffset())->MoveVertically((TGHtmlElement*) G__int(libp->para[0]), (TGHtmlElement*) G__int(libp->para[1])
00693 , (int) G__int(libp->para[2]));
00694       G__setnull(result7);
00695    return(1 || funcname || hash || result7 || libp) ;
00696 }
00697 
00698 static int G__G__GuiHtml_227_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00699 {
00700       ((TGHtml*) G__getstructoffset())->PrintList((TGHtmlElement*) G__int(libp->para[0]), (TGHtmlElement*) G__int(libp->para[1]));
00701       G__setnull(result7);
00702    return(1 || funcname || hash || result7 || libp) ;
00703 }
00704 
00705 static int G__G__GuiHtml_227_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00706 {
00707       G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->GetTokenName((TGHtmlElement*) G__int(libp->para[0])));
00708    return(1 || funcname || hash || result7 || libp) ;
00709 }
00710 
00711 static int G__G__GuiHtml_227_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00712 {
00713       G__letint(result7, 67, (long) ((TGHtml*) G__getstructoffset())->DumpToken((TGHtmlElement*) G__int(libp->para[0])));
00714    return(1 || funcname || hash || result7 || libp) ;
00715 }
00716 
00717 static int G__G__GuiHtml_227_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00718 {
00719       ((TGHtml*) G__getstructoffset())->EncodeText((TGString*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00720       G__setnull(result7);
00721    return(1 || funcname || hash || result7 || libp) ;
00722 }
00723 
00724 static int G__G__GuiHtml_227_0_137(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00725 {
00726       ((TGHtml*) G__getstructoffset())->AppendArglist((TGString*) G__int(libp->para[0]), (TGHtmlMarkupElement*) G__int(libp->para[1]));
00727       G__setnull(result7);
00728    return(1 || funcname || hash || result7 || libp) ;
00729 }
00730 
00731 static int G__G__GuiHtml_227_0_138(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00732 {
00733       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->FindEndNest((TGHtmlElement*) G__int(libp->para[0]), (int) G__int(libp->para[1])
00734 , (TGHtmlElement*) G__int(libp->para[2])));
00735    return(1 || funcname || hash || result7 || libp) ;
00736 }
00737 
00738 static int G__G__GuiHtml_227_0_139(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00739 {
00740       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->ListTokens((TGHtmlElement*) G__int(libp->para[0]), (TGHtmlElement*) G__int(libp->para[1])));
00741    return(1 || funcname || hash || result7 || libp) ;
00742 }
00743 
00744 static int G__G__GuiHtml_227_0_140(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00745 {
00746       G__letint(result7, 85, (long) ((TGHtml*) G__getstructoffset())->TableText((TGHtmlTable*) G__int(libp->para[0]), (int) G__int(libp->para[1])));
00747    return(1 || funcname || hash || result7 || libp) ;
00748 }
00749 
00750 static int G__G__GuiHtml_227_0_141(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00751 {
00752       ((TGHtml*) G__getstructoffset())->MouseOver((const char*) G__int(libp->para[0]));
00753       G__setnull(result7);
00754    return(1 || funcname || hash || result7 || libp) ;
00755 }
00756 
00757 static int G__G__GuiHtml_227_0_142(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00758 {
00759       ((TGHtml*) G__getstructoffset())->MouseDown((const char*) G__int(libp->para[0]));
00760       G__setnull(result7);
00761    return(1 || funcname || hash || result7 || libp) ;
00762 }
00763 
00764 static int G__G__GuiHtml_227_0_143(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00765 {
00766       ((TGHtml*) G__getstructoffset())->ButtonClicked((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00767       G__setnull(result7);
00768    return(1 || funcname || hash || result7 || libp) ;
00769 }
00770 
00771 static int G__G__GuiHtml_227_0_144(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00772 {
00773       ((TGHtml*) G__getstructoffset())->SubmitClicked((const char*) G__int(libp->para[0]));
00774       G__setnull(result7);
00775    return(1 || funcname || hash || result7 || libp) ;
00776 }
00777 
00778 static int G__G__GuiHtml_227_0_145(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00779 {
00780       ((TGHtml*) G__getstructoffset())->CheckToggled((const char*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])
00781 , (const char*) G__int(libp->para[2]));
00782       G__setnull(result7);
00783    return(1 || funcname || hash || result7 || libp) ;
00784 }
00785 
00786 static int G__G__GuiHtml_227_0_146(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00787 {
00788       ((TGHtml*) G__getstructoffset())->RadioChanged((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00789       G__setnull(result7);
00790    return(1 || funcname || hash || result7 || libp) ;
00791 }
00792 
00793 static int G__G__GuiHtml_227_0_147(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00794 {
00795       ((TGHtml*) G__getstructoffset())->InputSelected((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00796       G__setnull(result7);
00797    return(1 || funcname || hash || result7 || libp) ;
00798 }
00799 
00800 static int G__G__GuiHtml_227_0_150(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00801 {
00802       G__letint(result7, 85, (long) TGHtml::Class());
00803    return(1 || funcname || hash || result7 || libp) ;
00804 }
00805 
00806 static int G__G__GuiHtml_227_0_151(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00807 {
00808       G__letint(result7, 67, (long) TGHtml::Class_Name());
00809    return(1 || funcname || hash || result7 || libp) ;
00810 }
00811 
00812 static int G__G__GuiHtml_227_0_152(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00813 {
00814       G__letint(result7, 115, (long) TGHtml::Class_Version());
00815    return(1 || funcname || hash || result7 || libp) ;
00816 }
00817 
00818 static int G__G__GuiHtml_227_0_153(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00819 {
00820       TGHtml::Dictionary();
00821       G__setnull(result7);
00822    return(1 || funcname || hash || result7 || libp) ;
00823 }
00824 
00825 static int G__G__GuiHtml_227_0_157(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00826 {
00827       ((TGHtml*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00828       G__setnull(result7);
00829    return(1 || funcname || hash || result7 || libp) ;
00830 }
00831 
00832 static int G__G__GuiHtml_227_0_158(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00833 {
00834       G__letint(result7, 67, (long) TGHtml::DeclFileName());
00835    return(1 || funcname || hash || result7 || libp) ;
00836 }
00837 
00838 static int G__G__GuiHtml_227_0_159(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00839 {
00840       G__letint(result7, 105, (long) TGHtml::ImplFileLine());
00841    return(1 || funcname || hash || result7 || libp) ;
00842 }
00843 
00844 static int G__G__GuiHtml_227_0_160(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00845 {
00846       G__letint(result7, 67, (long) TGHtml::ImplFileName());
00847    return(1 || funcname || hash || result7 || libp) ;
00848 }
00849 
00850 static int G__G__GuiHtml_227_0_161(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00851 {
00852       G__letint(result7, 105, (long) TGHtml::DeclFileLine());
00853    return(1 || funcname || hash || result7 || libp) ;
00854 }
00855 
00856 // automatic destructor
00857 typedef TGHtml G__TTGHtml;
00858 static int G__G__GuiHtml_227_0_162(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00859 {
00860    char* gvp = (char*) G__getgvp();
00861    long soff = G__getstructoffset();
00862    int n = G__getaryconstruct();
00863    //
00864    //has_a_delete: 1
00865    //has_own_delete1arg: 0
00866    //has_own_delete2arg: 0
00867    //
00868    if (!soff) {
00869      return(1);
00870    }
00871    if (n) {
00872      if (gvp == (char*)G__PVOID) {
00873        delete[] (TGHtml*) soff;
00874      } else {
00875        G__setgvp((long) G__PVOID);
00876        for (int i = n - 1; i >= 0; --i) {
00877          ((TGHtml*) (soff+(sizeof(TGHtml)*i)))->~G__TTGHtml();
00878        }
00879        G__setgvp((long)gvp);
00880      }
00881    } else {
00882      if (gvp == (char*)G__PVOID) {
00883        delete (TGHtml*) soff;
00884      } else {
00885        G__setgvp((long) G__PVOID);
00886        ((TGHtml*) (soff))->~G__TTGHtml();
00887        G__setgvp((long)gvp);
00888      }
00889    }
00890    G__setnull(result7);
00891    return(1 || funcname || hash || result7 || libp) ;
00892 }
00893 
00894 
00895 /* TGHtmlBrowser */
00896 static int G__G__GuiHtml_228_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00897 {
00898    TGHtmlBrowser* p = NULL;
00899    char* gvp = (char*) G__getgvp();
00900    switch (libp->paran) {
00901    case 4:
00902      //m: 4
00903      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00904        p = new TGHtmlBrowser(
00905 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
00906 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
00907      } else {
00908        p = new((void*) gvp) TGHtmlBrowser(
00909 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
00910 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
00911      }
00912      break;
00913    case 3:
00914      //m: 3
00915      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00916        p = new TGHtmlBrowser(
00917 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
00918 , (UInt_t) G__int(libp->para[2]));
00919      } else {
00920        p = new((void*) gvp) TGHtmlBrowser(
00921 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
00922 , (UInt_t) G__int(libp->para[2]));
00923      }
00924      break;
00925    case 2:
00926      //m: 2
00927      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00928        p = new TGHtmlBrowser((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
00929      } else {
00930        p = new((void*) gvp) TGHtmlBrowser((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
00931      }
00932      break;
00933    case 1:
00934      //m: 1
00935      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00936        p = new TGHtmlBrowser((const char*) G__int(libp->para[0]));
00937      } else {
00938        p = new((void*) gvp) TGHtmlBrowser((const char*) G__int(libp->para[0]));
00939      }
00940      break;
00941    case 0:
00942      int n = G__getaryconstruct();
00943      if (n) {
00944        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00945          p = new TGHtmlBrowser[n];
00946        } else {
00947          p = new((void*) gvp) TGHtmlBrowser[n];
00948        }
00949      } else {
00950        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00951          p = new TGHtmlBrowser;
00952        } else {
00953          p = new((void*) gvp) TGHtmlBrowser;
00954        }
00955      }
00956      break;
00957    }
00958    result7->obj.i = (long) p;
00959    result7->ref = (long) p;
00960    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser));
00961    return(1 || funcname || hash || result7 || libp) ;
00962 }
00963 
00964 static int G__G__GuiHtml_228_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00965 {
00966       ((TGHtmlBrowser*) G__getstructoffset())->Selected((const char*) G__int(libp->para[0]));
00967       G__setnull(result7);
00968    return(1 || funcname || hash || result7 || libp) ;
00969 }
00970 
00971 static int G__G__GuiHtml_228_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00972 {
00973       ((TGHtmlBrowser*) G__getstructoffset())->URLChanged();
00974       G__setnull(result7);
00975    return(1 || funcname || hash || result7 || libp) ;
00976 }
00977 
00978 static int G__G__GuiHtml_228_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00979 {
00980       ((TGHtmlBrowser*) G__getstructoffset())->Back();
00981       G__setnull(result7);
00982    return(1 || funcname || hash || result7 || libp) ;
00983 }
00984 
00985 static int G__G__GuiHtml_228_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00986 {
00987       G__letint(result7, 103, (long) ((TGHtmlBrowser*) G__getstructoffset())->CheckAnchors((const char*) G__int(libp->para[0])));
00988    return(1 || funcname || hash || result7 || libp) ;
00989 }
00990 
00991 static int G__G__GuiHtml_228_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00992 {
00993       ((TGHtmlBrowser*) G__getstructoffset())->Forward();
00994       G__setnull(result7);
00995    return(1 || funcname || hash || result7 || libp) ;
00996 }
00997 
00998 static int G__G__GuiHtml_228_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00999 {
01000       ((TGHtmlBrowser*) G__getstructoffset())->Reload();
01001       G__setnull(result7);
01002    return(1 || funcname || hash || result7 || libp) ;
01003 }
01004 
01005 static int G__G__GuiHtml_228_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01006 {
01007       ((TGHtmlBrowser*) G__getstructoffset())->Stop();
01008       G__setnull(result7);
01009    return(1 || funcname || hash || result7 || libp) ;
01010 }
01011 
01012 static int G__G__GuiHtml_228_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01013 {
01014       ((TGHtmlBrowser*) G__getstructoffset())->MouseOver((const char*) G__int(libp->para[0]));
01015       G__setnull(result7);
01016    return(1 || funcname || hash || result7 || libp) ;
01017 }
01018 
01019 static int G__G__GuiHtml_228_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01020 {
01021       ((TGHtmlBrowser*) G__getstructoffset())->MouseDown((const char*) G__int(libp->para[0]));
01022       G__setnull(result7);
01023    return(1 || funcname || hash || result7 || libp) ;
01024 }
01025 
01026 static int G__G__GuiHtml_228_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01027 {
01028       ((TGHtmlBrowser*) G__getstructoffset())->Clicked((char*) G__int(libp->para[0]));
01029       G__setnull(result7);
01030    return(1 || funcname || hash || result7 || libp) ;
01031 }
01032 
01033 static int G__G__GuiHtml_228_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01034 {
01035       G__letint(result7, 85, (long) TGHtmlBrowser::Class());
01036    return(1 || funcname || hash || result7 || libp) ;
01037 }
01038 
01039 static int G__G__GuiHtml_228_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01040 {
01041       G__letint(result7, 67, (long) TGHtmlBrowser::Class_Name());
01042    return(1 || funcname || hash || result7 || libp) ;
01043 }
01044 
01045 static int G__G__GuiHtml_228_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01046 {
01047       G__letint(result7, 115, (long) TGHtmlBrowser::Class_Version());
01048    return(1 || funcname || hash || result7 || libp) ;
01049 }
01050 
01051 static int G__G__GuiHtml_228_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01052 {
01053       TGHtmlBrowser::Dictionary();
01054       G__setnull(result7);
01055    return(1 || funcname || hash || result7 || libp) ;
01056 }
01057 
01058 static int G__G__GuiHtml_228_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01059 {
01060       ((TGHtmlBrowser*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
01061       G__setnull(result7);
01062    return(1 || funcname || hash || result7 || libp) ;
01063 }
01064 
01065 static int G__G__GuiHtml_228_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01066 {
01067       G__letint(result7, 67, (long) TGHtmlBrowser::DeclFileName());
01068    return(1 || funcname || hash || result7 || libp) ;
01069 }
01070 
01071 static int G__G__GuiHtml_228_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01072 {
01073       G__letint(result7, 105, (long) TGHtmlBrowser::ImplFileLine());
01074    return(1 || funcname || hash || result7 || libp) ;
01075 }
01076 
01077 static int G__G__GuiHtml_228_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01078 {
01079       G__letint(result7, 67, (long) TGHtmlBrowser::ImplFileName());
01080    return(1 || funcname || hash || result7 || libp) ;
01081 }
01082 
01083 static int G__G__GuiHtml_228_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01084 {
01085       G__letint(result7, 105, (long) TGHtmlBrowser::DeclFileLine());
01086    return(1 || funcname || hash || result7 || libp) ;
01087 }
01088 
01089 // automatic destructor
01090 typedef TGHtmlBrowser G__TTGHtmlBrowser;
01091 static int G__G__GuiHtml_228_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
01092 {
01093    char* gvp = (char*) G__getgvp();
01094    long soff = G__getstructoffset();
01095    int n = G__getaryconstruct();
01096    //
01097    //has_a_delete: 1
01098    //has_own_delete1arg: 0
01099    //has_own_delete2arg: 0
01100    //
01101    if (!soff) {
01102      return(1);
01103    }
01104    if (n) {
01105      if (gvp == (char*)G__PVOID) {
01106        delete[] (TGHtmlBrowser*) soff;
01107      } else {
01108        G__setgvp((long) G__PVOID);
01109        for (int i = n - 1; i >= 0; --i) {
01110          ((TGHtmlBrowser*) (soff+(sizeof(TGHtmlBrowser)*i)))->~G__TTGHtmlBrowser();
01111        }
01112        G__setgvp((long)gvp);
01113      }
01114    } else {
01115      if (gvp == (char*)G__PVOID) {
01116        delete (TGHtmlBrowser*) soff;
01117      } else {
01118        G__setgvp((long) G__PVOID);
01119        ((TGHtmlBrowser*) (soff))->~G__TTGHtmlBrowser();
01120        G__setgvp((long)gvp);
01121      }
01122    }
01123    G__setnull(result7);
01124    return(1 || funcname || hash || result7 || libp) ;
01125 }
01126 
01127 
01128 /* Setting up global function */
01129 
01130 /*********************************************************
01131 * Member function Stub
01132 *********************************************************/
01133 
01134 /* TGHtml */
01135 
01136 /* TGHtmlBrowser */
01137 
01138 /*********************************************************
01139 * Global function Stub
01140 *********************************************************/
01141 
01142 /*********************************************************
01143 * Get size of pointer to member function
01144 *********************************************************/
01145 class G__Sizep2memfuncG__GuiHtml {
01146  public:
01147   G__Sizep2memfuncG__GuiHtml(): p(&G__Sizep2memfuncG__GuiHtml::sizep2memfunc) {}
01148     size_t sizep2memfunc() { return(sizeof(p)); }
01149   private:
01150     size_t (G__Sizep2memfuncG__GuiHtml::*p)();
01151 };
01152 
01153 size_t G__get_sizep2memfuncG__GuiHtml()
01154 {
01155   G__Sizep2memfuncG__GuiHtml a;
01156   G__setsizep2memfunc((int)a.sizep2memfunc());
01157   return((size_t)a.sizep2memfunc());
01158 }
01159 
01160 
01161 /*********************************************************
01162 * virtual base class offset calculation interface
01163 *********************************************************/
01164 
01165    /* Setting up class inheritance */
01166 
01167 /*********************************************************
01168 * Inheritance information setup/
01169 *********************************************************/
01170 extern "C" void G__cpp_setup_inheritanceG__GuiHtml() {
01171 
01172    /* Setting up class inheritance */
01173    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml))) {
01174      TGHtml *G__Lderived;
01175      G__Lderived=(TGHtml*)0x1000;
01176      {
01177        TGView *G__Lpbase=(TGView*)G__Lderived;
01178        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),(long)G__Lpbase-(long)G__Lderived,1,1);
01179      }
01180      {
01181        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
01182        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
01183      }
01184      {
01185        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
01186        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
01187      }
01188      {
01189        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
01190        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
01191      }
01192      {
01193        TGObject *G__Lpbase=(TGObject*)G__Lderived;
01194        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01195      }
01196      {
01197        TObject *G__Lpbase=(TObject*)G__Lderived;
01198        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01199      }
01200      {
01201        TQObject *G__Lpbase=(TQObject*)G__Lderived;
01202        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01203      }
01204      {
01205        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
01206        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0);
01207      }
01208    }
01209    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser))) {
01210      TGHtmlBrowser *G__Lderived;
01211      G__Lderived=(TGHtmlBrowser*)0x1000;
01212      {
01213        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
01214        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
01215      }
01216      {
01217        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
01218        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
01219      }
01220      {
01221        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
01222        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
01223      }
01224      {
01225        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
01226        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
01227      }
01228      {
01229        TGObject *G__Lpbase=(TGObject*)G__Lderived;
01230        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01231      }
01232      {
01233        TObject *G__Lpbase=(TObject*)G__Lderived;
01234        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01235      }
01236      {
01237        TQObject *G__Lpbase=(TQObject*)G__Lderived;
01238        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser),G__get_linked_tagnum(&G__G__GuiHtmlLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01239      }
01240    }
01241    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView))) {
01242      TGView *G__Lderived;
01243      G__Lderived=(TGView*)0x1000;
01244      {
01245        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
01246        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
01247      }
01248      {
01249        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
01250        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
01251      }
01252      {
01253        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
01254        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
01255      }
01256      {
01257        TGObject *G__Lpbase=(TGObject*)G__Lderived;
01258        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01259      }
01260      {
01261        TObject *G__Lpbase=(TObject*)G__Lderived;
01262        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01263      }
01264      {
01265        TQObject *G__Lpbase=(TQObject*)G__Lderived;
01266        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
01267      }
01268      {
01269        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
01270        G__inheritance_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGView),G__get_linked_tagnum(&G__G__GuiHtmlLN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,1);
01271      }
01272    }
01273 }
01274 
01275 /*********************************************************
01276 * typedef information setup/
01277 *********************************************************/
01278 extern "C" void G__cpp_setup_typetableG__GuiHtml() {
01279 
01280    /* Setting up typedef entry */
01281    G__search_typename2("UInt_t",104,-1,0,-1);
01282    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
01283    G__search_typename2("Bool_t",103,-1,0,-1);
01284    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
01285    G__search_typename2("Version_t",115,-1,0,-1);
01286    G__setnewtype(-1,"Class version identifier (short)",0);
01287    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
01288    G__setnewtype(-1,NULL,0);
01289    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
01290    G__setnewtype(-1,NULL,0);
01291    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
01292    G__setnewtype(-1,NULL,0);
01293    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
01294    G__setnewtype(-1,NULL,0);
01295    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
01296    G__setnewtype(-1,NULL,0);
01297    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
01298    G__setnewtype(-1,NULL,0);
01299    G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
01300    G__setnewtype(-1,NULL,0);
01301    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
01302    G__setnewtype(-1,NULL,0);
01303    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
01304    G__setnewtype(-1,NULL,0);
01305    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
01306    G__setnewtype(-1,NULL,0);
01307 }
01308 
01309 /*********************************************************
01310 * Data Member information setup/
01311 *********************************************************/
01312 
01313    /* Setting up class,struct,union tag member variable */
01314 
01315    /* TGHtml */
01316 static void G__setup_memvarTGHtml(void) {
01317    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml));
01318    { TGHtml *p; p=(TGHtml*)0x1000; if (p) { }
01319    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fPFirst=",0,"First HTML token on a list of them all");
01320    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fPLast=",0,"Last HTML token on the list");
01321    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNToken=",0,"Number of HTML tokens on the list.");
01322    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fLastSized=",0,"Last HTML element that has been sized");
01323    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fNextPlaced=",0,"Next HTML element that needs to be");
01324    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fFirstBlock=",0,"List of all TGHtmlBlock tokens");
01325    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fLastBlock=",0,"Last TGHtmlBlock in the list");
01326    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlInput),-1,-1,2,"fFirstInput=",0,"First <INPUT> element");
01327    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlInput),-1,-1,2,"fLastInput=",0,"Last <INPUT> element");
01328    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNInput=",0,"The number of <INPUT> elements");
01329    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNForm=",0,"The number of <FORM> elements");
01330    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fVarId=",0,"Used to construct a unique name for a");
01331    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInputIdx=",0,"Unique input index");
01332    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fRadioIdx=",0,"Unique radio index");
01333    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlIndex_t),-1,-1,2,"fSelBegin=",0,"Start of the selection");
01334    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlIndex_t),-1,-1,2,"fSelEnd=",0,"End of the selection");
01335    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fPSelStartBlock=",0,"Block in which selection starts");
01336    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Html_16_t"),-1,2,"fSelStartIndex=",0,"Index in pSelStartBlock of first selected");
01337    G__memvar_setup((void*)0,115,0,0,-1,G__defined_typename("Html_16_t"),-1,2,"fSelEndIndex=",0,"Index of last selecte char in pSelEndBlock");
01338    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fPSelEndBlock=",0,"Block in which selection ends");
01339    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInsOnTime=",0,"How long the cursor states one (millisec)");
01340    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInsOffTime=",0,"How long it is off (milliseconds)");
01341    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInsStatus=",0,"Is it visible?");
01342    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TTimer),-1,-1,2,"fInsTimer=",0,"Timer used to flash the insertion cursor");
01343    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlIndex_t),-1,-1,2,"fIns=",0,"The insertion cursor position");
01344    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBlock),-1,-1,2,"fPInsBlock=",0,"The TGHtmlBlock containing the cursor");
01345    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInsIndex=",0,"Index in pInsBlock of the cursor");
01346    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fZText=",0,"Complete text of the unparsed HTML");
01347    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNText=",0,"Number of characters in zText");
01348    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNAlloc=",0,"Space allocated for zText");
01349    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fNComplete=",0,"How much of zText has actually been");
01350    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fICol=",0,"The column in which zText[nComplete]");
01351    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fIPlaintext=",0,"If not zero, this is the token type that");
01352    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlScript),-1,-1,2,"fPScript=",0,"<SCRIPT> currently being parsed");
01353    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGIdleHandler),-1,-1,2,"fIdle=",0,(char*)NULL);
01354    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlStyleStack_t),-1,-1,2,"fStyleStack=",0,"The style stack");
01355    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fParaAlignment=",0,"Justification associated with <p>");
01356    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fRowAlignment=",0,"Justification associated with <tr>");
01357    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fAnchorFlags=",0,"Style flags associated with <A>...</A>");
01358    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInDt=",0,"Style flags associated with <DT>...</DT>");
01359    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInTr=",0,"True if within <tr>..</tr>");
01360    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInTd=",0,"True if within <td>..</td> or <th>..</th>");
01361    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlAnchor),-1,-1,2,"fAnchorStart=",0,"Most recent <a href=...>");
01362    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlForm),-1,-1,2,"fFormStart=",0,"Most recent <form>");
01363    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlInput),-1,-1,2,"fFormElemStart=",0,"Most recent <textarea> or <select>");
01364    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlInput),-1,-1,2,"fFormElemLast=",0,"Most recent <input>, <textarea> or <select>");
01365    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlListStart),-1,-1,2,"fInnerList=",0,"The inner most <OL> or <UL>");
01366    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement),-1,-1,2,"fLoEndPtr=",0,"How far AddStyle has gone to");
01367    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlForm),-1,-1,2,"fLoFormStart=",0,"For AddStyle");
01368    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlLayoutContext),-1,-1,2,"fLayoutContext=",0,(char*)NULL);
01369    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fHighlightWidth=",0,"Width in pixels of highlight to draw");
01370    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGInsets),-1,-1,2,"fMargins=",0,"document margins (separation between the");
01371    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t),-1,-1,2,"fHighlightBgColorPtr=",0,"Color for drawing traversal highlight");
01372    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t),-1,-1,2,"fHighlightColorPtr=",0,"Color for drawing traversal highlight.");
01373    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFont),-1,-1,2,"fAFont[71]=",0,"Information about all screen fonts");
01374    G__memvar_setup((void*)0,99,0,0,-1,-1,-1,2,"fFontValid[9]=",0,"If bit N%8 of work N/8 of this field is 0");
01375    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t),-1,-1,2,"fApColor[32]=",0,"Information about all colors");
01376    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-1,2,"fColorUsed=",0,"bit N is 1 if color N is in use. Only");
01377    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fIDark[32]=",0,"Dark 3D shadow of color K is iDark[K]");
01378    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fILight[32]=",0,"Light 3D shadow of color K is iLight[K]");
01379    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t),-1,-1,2,"fBgColor=",0,"Background color of the HTML document");
01380    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t),-1,-1,2,"fFgColor=",0,"Color of normal text. apColor[0]");
01381    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t),-1,-1,2,"fNewLinkColor=",0,"Color of unvisitied links. apColor[1]");
01382    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t),-1,-1,2,"fOldLinkColor=",0,"Color of visitied links. apColor[2]");
01383    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t),-1,-1,2,"fSelectionColor=",0,"Background color for selections");
01384    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_GcCache_t),-1,-1,2,"fAGcCache[32]=",0,"A cache of GCs for general use");
01385    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fGcNextToFree=",0,(char*)NULL);
01386    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fLastGC=",0,"Index of recently used GC");
01387    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlImage),-1,-1,2,"fImageList=",0,"A list of all images");
01388    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TImage),-1,-1,2,"fBgImage=",0,"Background image");
01389    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fFormPadding=",0,"Amount to pad form elements by");
01390    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fOverrideFonts=",0,"TRUE if we should override fonts");
01391    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fOverrideColors=",0,"TRUE if we should override colors");
01392    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fUnderlineLinks=",0,"TRUE if we should underline hyperlinks");
01393    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fHasScript=",0,"TRUE if we can do scripts for this page");
01394    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fHasFrames=",0,"TRUE if we can do frames for this page");
01395    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fAddEndTags=",0,"TRUE if we add /LI etc.");
01396    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fTableBorderMin=",0,"Force tables to have min border size");
01397    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fVarind=",0,"Index suffix for unique global var name");
01398    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fExportSelection=",0,"True if the selection is automatically");
01399    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fTableRelief=",0,"3d effects on <TABLE>");
01400    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fRuleRelief=",0,"3d effects on <HR>");
01401    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fRulePadding=",0,"extra pixels above and below <HR>");
01402    G__memvar_setup((void*)0,67,0,1,-1,-1,-1,2,"fZBase=",0,"The base URI");
01403    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fZBaseHref=",0,"zBase as modified by <BASE HREF=..> markup");
01404    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Cursor_t"),-1,2,"fCursor=",0,"Current cursor for window, or None.");
01405    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fMaxX=",0,(char*)NULL);
01406    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fMaxY=",0,"Maximum extent of any \"paint\" that appears");
01407    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fDirtyLeft=",0,(char*)NULL);
01408    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fDirtyTop=",0,"Top left corner of region to redraw. These");
01409    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fDirtyRight=",0,(char*)NULL);
01410    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fDirtyBottom=",0,"Bottom right corner of region to redraw");
01411    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fFlags=",0,"Various flags; see below for definitions.");
01412    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fIdind=",0,(char*)NULL);
01413    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fInParse=",0,"Prevent update if parsing");
01414    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,2,"fZGoto=",0,"Label to goto right after layout");
01415    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlExtensions_t),-1,-1,2,"fExts=",0,"Pointer to user extension data");
01416    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_THashTable),-1,-1,2,"fUidTable=",0,"Hash table for some used string values");
01417    G__memvar_setup((void*)0,67,0,1,-1,-1,-1,2,"fLastUri=",0,"Used in HandleMotion");
01418    G__memvar_setup((void*)0,105,0,0,-1,-1,-1,2,"fExiting=",0,"True if the widget is being destroyed");
01419    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01420    }
01421    G__tag_memvar_reset();
01422 }
01423 
01424 
01425    /* TGHtmlBrowser */
01426 static void G__setup_memvarTGHtmlBrowser(void) {
01427    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser));
01428    { TGHtmlBrowser *p; p=(TGHtmlBrowser*)0x1000; if (p) { }
01429    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGMenuBar),-1,-1,2,"fMenuBar=",0,"menu bar");
01430    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPopupMenu),-1,-1,2,"fMenuFile=",0,"\"File\" menu entry");
01431    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPopupMenu),-1,-1,2,"fMenuFavorites=",0,"\"Favorites\" menu entry");
01432    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPopupMenu),-1,-1,2,"fMenuTools=",0,"\"Tools\" menu entry");
01433    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPopupMenu),-1,-1,2,"fMenuHelp=",0,"\"Help\" menu entry");
01434    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGStatusBar),-1,-1,2,"fStatusBar=",0,"status bar");
01435    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGVerticalFrame),-1,-1,2,"fVerticalFrame=",0,"main vertical frame");
01436    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHorizontalFrame),-1,-1,2,"fHorizontalFrame=",0,"main horizontal frame");
01437    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPictureButton),-1,-1,2,"fBack=",0,"\"Back\" picture button");
01438    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPictureButton),-1,-1,2,"fForward=",0,"\"Forward\" picture button");
01439    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPictureButton),-1,-1,2,"fReload=",0,"\"Reload Page\" picture button");
01440    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPictureButton),-1,-1,2,"fStop=",0,"\"Stop Loading\" picture button");
01441    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGPictureButton),-1,-1,2,"fHome=",0,"\"Home\" picture button");
01442    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGComboBox),-1,-1,2,"fComboBox=",0,"combo box for URLs history");
01443    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGTextBuffer),-1,-1,2,"fURLBuf=",0,"text buffer for current URL text entry");
01444    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGTextEntry),-1,-1,2,"fURL=",0,"current URL text entry");
01445    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml),-1,-1,2,"fHtml=",0,"main TGHtml widget");
01446    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNbFavorites=",0,"number of favorites in the menu");
01447    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__GuiHtmlLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
01448    }
01449    G__tag_memvar_reset();
01450 }
01451 
01452 extern "C" void G__cpp_setup_memvarG__GuiHtml() {
01453 }
01454 /***********************************************************
01455 ************************************************************
01456 ************************************************************
01457 ************************************************************
01458 ************************************************************
01459 ************************************************************
01460 ************************************************************
01461 ***********************************************************/
01462 
01463 /*********************************************************
01464 * Member function information setup for each class
01465 *********************************************************/
01466 static void G__setup_memfuncTGHtml(void) {
01467    /* TGHtml */
01468    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml));
01469    G__memfunc_setup("TGHtml",560,G__G__GuiHtml_227_0_1, 105, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtml), -1, 0, 4, 1, 1, 0, 
01470 "U 'TGWindow' - 10 - p i - - 0 - w "
01471 "i - - 0 - h i - - 0 '-1' id", (char*)NULL, (void*) NULL, 0);
01472    G__memfunc_setup("HandleFocusChange",1682,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
01473    G__memfunc_setup("HandleButton",1224,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
01474    G__memfunc_setup("HandleMotion",1218,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 1);
01475    G__memfunc_setup("HandleIdleEvent",1484,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TGIdleHandler' - 0 - i", (char*)NULL, (void*) NULL, 1);
01476    G__memfunc_setup("HandleTimer",1101,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TTimer' - 0 - timer", (char*)NULL, (void*) NULL, 1);
01477    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
01478 "l - 'Long_t' 0 - - l - 'Long_t' 0 - - "
01479 "l - 'Long_t' 0 - -", (char*)NULL, (void*) NULL, 1);
01480    G__memfunc_setup("DrawRegion",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01481 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01482 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
01483    G__memfunc_setup("ItemLayout",1037,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01484    G__memfunc_setup("HandleHtmlInput",1521,G__G__GuiHtml_227_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
01485 "U 'TGHtmlInput' - 0 - pr U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 0);
01486    G__memfunc_setup("HandleRadioButton",1719,G__G__GuiHtml_227_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TGHtmlInput' - 0 - p", (char*)NULL, (void*) NULL, 0);
01487    G__memfunc_setup("ParseText",928,G__G__GuiHtml_227_0_12, 105, -1, -1, 0, 2, 1, 1, 0, 
01488 "C - - 0 - text C - - 10 '0' index", (char*)NULL, (void*) NULL, 0);
01489    G__memfunc_setup("SetTableRelief",1387,G__G__GuiHtml_227_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - relief", (char*)NULL, (void*) NULL, 0);
01490    G__memfunc_setup("GetTableRelief",1375,G__G__GuiHtml_227_0_14, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01491    G__memfunc_setup("SetRuleRelief",1307,G__G__GuiHtml_227_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - relief", (char*)NULL, (void*) NULL, 0);
01492    G__memfunc_setup("GetRuleRelief",1295,G__G__GuiHtml_227_0_16, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01493    G__memfunc_setup("GetRulePadding",1391,G__G__GuiHtml_227_0_17, 105, -1, -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
01494    G__memfunc_setup("UnderlineLinks",1447,G__G__GuiHtml_227_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "i - - 0 - onoff", (char*)NULL, (void*) NULL, 0);
01495    G__memfunc_setup("SetBaseUri",983,G__G__GuiHtml_227_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - uri", (char*)NULL, (void*) NULL, 0);
01496    G__memfunc_setup("GetBaseUri",971,G__G__GuiHtml_227_0_20, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
01497    G__memfunc_setup("GotoAnchor",1012,G__G__GuiHtml_227_0_21, 105, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
01498    G__memfunc_setup("Clear",487,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
01499    G__memfunc_setup("ResolveUri",1040,G__G__GuiHtml_227_0_23, 67, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - uri", (char*)NULL, (void*) NULL, 1);
01500    G__memfunc_setup("LoadImage",867,G__G__GuiHtml_227_0_24, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TImage), -1, 0, 3, 1, 1, 0, 
01501 "C - - 10 - uri i - - 0 '0' w "
01502 "i - - 0 '0' h", (char*)NULL, (void*) NULL, 1);
01503    G__memfunc_setup("IsVisited",916,G__G__GuiHtml_227_0_25, 105, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
01504    G__memfunc_setup("ProcessToken",1248,G__G__GuiHtml_227_0_26, 105, -1, -1, 0, 3, 1, 1, 0, 
01505 "U 'TGHtmlElement' - 0 - - C - - 10 - - "
01506 "i - - 0 - -", (char*)NULL, (void*) NULL, 1);
01507    G__memfunc_setup("GetFont",695,G__G__GuiHtml_227_0_27, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFont), -1, 0, 1, 1, 1, 0, "i - - 0 - iFont", (char*)NULL, (void*) NULL, 1);
01508    G__memfunc_setup("ProcessFrame",1226,G__G__GuiHtml_227_0_28, 105, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01509    G__memfunc_setup("ProcessApplet",1349,G__G__GuiHtml_227_0_29, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGFrame), -1, 0, 1, 1, 1, 0, "U 'TGHtmlInput' - 0 - -", (char*)NULL, (void*) NULL, 1);
01510    G__memfunc_setup("FormCreate",1000,G__G__GuiHtml_227_0_30, 105, -1, -1, 0, 3, 1, 1, 0, 
01511 "U 'TGHtmlForm' - 0 - - C - - 10 - - "
01512 "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
01513    G__memfunc_setup("FormAction",1010,G__G__GuiHtml_227_0_31, 105, -1, -1, 0, 2, 1, 1, 0, 
01514 "U 'TGHtmlForm' - 0 - - i - - 0 - -", (char*)NULL, (void*) NULL, 1);
01515    G__memfunc_setup("GetFontName",1080,G__G__GuiHtml_227_0_32, 67, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01516    G__memfunc_setup("ProcessScript",1364,G__G__GuiHtml_227_0_33, 67, -1, -1, 0, 1, 1, 1, 0, "U 'TGHtmlScript' - 0 - -", (char*)NULL, (void*) NULL, 1);
01517    G__memfunc_setup("GetText",709,G__G__GuiHtml_227_0_34, 67, -1, -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
01518    G__memfunc_setup("GetMarginWidth",1406,G__G__GuiHtml_227_0_35, 105, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01519    G__memfunc_setup("GetMarginHeight",1495,G__G__GuiHtml_227_0_36, 105, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01520    G__memfunc_setup("GetInputElement",1530,G__G__GuiHtml_227_0_37, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlInput), -1, 0, 2, 1, 1, 0, 
01521 "i - - 0 - x i - - 0 - y", (char*)NULL, (void*) NULL, 0);
01522    G__memfunc_setup("GetHref",677,G__G__GuiHtml_227_0_38, 67, -1, -1, 0, 3, 1, 1, 1, 
01523 "i - - 0 - x i - - 0 - y "
01524 "C - - 12 '0' target", (char*)NULL, (void*) NULL, 0);
01525    G__memfunc_setup("GetImage",771,G__G__GuiHtml_227_0_39, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlImage), -1, 0, 1, 1, 1, 0, "U 'TGHtmlImageMarkup' - 0 - p", (char*)NULL, (void*) NULL, 0);
01526    G__memfunc_setup("InArea",560,G__G__GuiHtml_227_0_40, 105, -1, -1, 0, 5, 1, 1, 0, 
01527 "U 'TGHtmlMapArea' - 0 - p i - - 0 - left "
01528 "i - - 0 - top i - - 0 - x "
01529 "i - - 0 - y", (char*)NULL, (void*) NULL, 0);
01530    G__memfunc_setup("GetMap",574,G__G__GuiHtml_227_0_41, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
01531    G__memfunc_setup("ResetBlocks",1121,G__G__GuiHtml_227_0_42, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01532    G__memfunc_setup("ElementCoords",1332,G__G__GuiHtml_227_0_43, 105, -1, -1, 0, 4, 1, 1, 0, 
01533 "U 'TGHtmlElement' - 0 - p i - - 0 - i "
01534 "i - - 0 - pct I - - 0 - coords", (char*)NULL, (void*) NULL, 0);
01535    G__memfunc_setup("TableDimensions",1537,G__G__GuiHtml_227_0_44, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 2, 1, 1, 0, 
01536 "U 'TGHtmlTable' - 0 - pStart i - - 0 - lineWidth", (char*)NULL, (void*) NULL, 0);
01537    G__memfunc_setup("CellSpacing",1093,G__G__GuiHtml_227_0_45, 105, -1, -1, 0, 1, 1, 1, 0, "U 'TGHtmlElement' - 0 - pTable", (char*)NULL, (void*) NULL, 0);
01538    G__memfunc_setup("MoveVertically",1462,G__G__GuiHtml_227_0_46, 121, -1, -1, 0, 3, 1, 1, 0, 
01539 "U 'TGHtmlElement' - 0 - p U 'TGHtmlElement' - 0 - pLast "
01540 "i - - 0 - dy", (char*)NULL, (void*) NULL, 0);
01541    G__memfunc_setup("PrintList",937,G__G__GuiHtml_227_0_47, 121, -1, -1, 0, 2, 1, 1, 0, 
01542 "U 'TGHtmlElement' - 0 - first U 'TGHtmlElement' - 0 - last", (char*)NULL, (void*) NULL, 0);
01543    G__memfunc_setup("GetTokenName",1186,G__G__GuiHtml_227_0_48, 67, -1, -1, 0, 1, 1, 1, 0, "U 'TGHtmlElement' - 0 - p", (char*)NULL, (void*) NULL, 0);
01544    G__memfunc_setup("DumpToken",919,G__G__GuiHtml_227_0_49, 67, -1, -1, 0, 1, 1, 1, 0, "U 'TGHtmlElement' - 0 - p", (char*)NULL, (void*) NULL, 0);
01545    G__memfunc_setup("EncodeText",1011,G__G__GuiHtml_227_0_50, 121, -1, -1, 0, 2, 1, 1, 0, 
01546 "U 'TGString' - 0 - str C - - 10 - z", (char*)NULL, (void*) NULL, 0);
01547    G__memfunc_setup("HClear",559,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01548    G__memfunc_setup("ClearGcCache",1125,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01549    G__memfunc_setup("ResetLayoutContext",1894,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01550    G__memfunc_setup("Redraw",613,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01551    G__memfunc_setup("ComputeVirtualSize",1887,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01552    G__memfunc_setup("ScheduleRedraw",1426,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01553    G__memfunc_setup("RedrawArea",990,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0, 
01554 "i - - 0 - left i - - 0 - top "
01555 "i - - 0 - right i - - 0 - bottom", (char*)NULL, (void*) NULL, 0);
01556    G__memfunc_setup("RedrawBlock",1104,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlBlock' - 0 - p", (char*)NULL, (void*) NULL, 0);
01557    G__memfunc_setup("RedrawEverything",1674,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01558    G__memfunc_setup("RedrawText",1034,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - - 0 - y", (char*)NULL, (void*) NULL, 0);
01559    G__memfunc_setup("ColorDistance",1322,(G__InterfaceMethod) NULL, 102, -1, -1, 0, 2, 1, 2, 0, 
01560 "U 'ColorStruct_t' - 0 - pA U 'ColorStruct_t' - 0 - pB", (char*)NULL, (void*) NULL, 0);
01561    G__memfunc_setup("IsDarkColor",1085,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "U 'ColorStruct_t' - 0 - p", (char*)NULL, (void*) NULL, 0);
01562    G__memfunc_setup("IsLightColor",1203,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "U 'ColorStruct_t' - 0 - p", (char*)NULL, (void*) NULL, 0);
01563    G__memfunc_setup("GetColorByName",1371,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - zColor", (char*)NULL, (void*) NULL, 0);
01564    G__memfunc_setup("GetDarkShadowColor",1799,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "i - - 0 - iBgColor", (char*)NULL, (void*) NULL, 0);
01565    G__memfunc_setup("GetLightShadowColor",1917,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "i - - 0 - iBgColor", (char*)NULL, (void*) NULL, 0);
01566    G__memfunc_setup("GetColorByValue",1495,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "U 'ColorStruct_t' - 0 - pRef", (char*)NULL, (void*) NULL, 0);
01567    G__memfunc_setup("FlashCursor",1132,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01568    G__memfunc_setup("GetGC",426,(G__InterfaceMethod) NULL, 107, -1, G__defined_typename("GContext_t"), 0, 2, 1, 2, 0, 
01569 "i - - 0 - color i - - 0 - font", (char*)NULL, (void*) NULL, 0);
01570    G__memfunc_setup("GetAnyGC",722,(G__InterfaceMethod) NULL, 107, -1, G__defined_typename("GContext_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01571    G__memfunc_setup("AnimateImage",1186,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlImage' - 0 - image", (char*)NULL, (void*) NULL, 0);
01572    G__memfunc_setup("ImageChanged",1165,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01573 "U 'TGHtmlImage' - 0 - image i - - 0 - newWidth "
01574 "i - - 0 - newHeight", (char*)NULL, (void*) NULL, 0);
01575    G__memfunc_setup("GetImageAlignment",1698,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlElement' - 0 - p", (char*)NULL, (void*) NULL, 0);
01576    G__memfunc_setup("GetImageAt",952,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 1, 2, 0, 
01577 "i - - 0 - x i - - 0 - y", (char*)NULL, (void*) NULL, 0);
01578    G__memfunc_setup("GetPctWidth",1095,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 3, 1, 2, 1, 
01579 "U 'TGHtmlElement' - 0 - p C - - 0 - opt "
01580 "C - - 0 - ret", (char*)NULL, (void*) NULL, 0);
01581    G__memfunc_setup("TableBgndImage",1350,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlElement' - 0 - p", (char*)NULL, (void*) NULL, 0);
01582    G__memfunc_setup("FillOutBlock",1194,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 1, 1, 2, 0, "U 'TGHtmlBlock' - 0 - p", (char*)NULL, (void*) NULL, 0);
01583    G__memfunc_setup("UnlinkAndFreeBlock",1777,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlBlock' - 0 - pBlock", (char*)NULL, (void*) NULL, 0);
01584    G__memfunc_setup("AppendBlock",1091,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
01585 "U 'TGHtmlElement' - 0 - pToken U 'TGHtmlBlock' - 0 - pBlock", (char*)NULL, (void*) NULL, 0);
01586    G__memfunc_setup("StringHW",790,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01587 "C - - 10 - str I - - 0 - h "
01588 "I - - 0 - w", (char*)NULL, (void*) NULL, 0);
01589    G__memfunc_setup("MinMax",586,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 5, 1, 2, 0, 
01590 "U 'TGHtmlElement' - 0 - p I - - 0 - pMin "
01591 "I - - 0 - pMax i - - 0 - lineWidth "
01592 "i - - 0 - hasbg", (char*)NULL, (void*) NULL, 0);
01593    G__memfunc_setup("DrawSelectionBackground",2356,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0, 
01594 "U 'TGHtmlBlock' - 0 - pBlock k - 'Drawable_t' 0 - Drawable_t "
01595 "i - - 0 - x i - - 0 - y", (char*)NULL, (void*) NULL, 0);
01596    G__memfunc_setup("DrawRect",796,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 8, 1, 2, 0, 
01597 "k - 'Drawable_t' 0 - drawable U 'TGHtmlElement' - 0 - src "
01598 "i - - 0 - x i - - 0 - y "
01599 "i - - 0 - w i - - 0 - h "
01600 "i - - 0 - depth i - - 0 - relief", (char*)NULL, (void*) NULL, 0);
01601    G__memfunc_setup("BlockDraw",889,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 7, 1, 2, 0, 
01602 "U 'TGHtmlBlock' - 0 - pBlock k - 'Drawable_t' 0 - wid "
01603 "i - - 0 - left i - - 0 - top "
01604 "i - - 0 - width i - - 0 - height "
01605 "k - 'Pixmap_t' 0 - pixmap", (char*)NULL, (void*) NULL, 0);
01606    G__memfunc_setup("DrawImage",881,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 2, 0, 
01607 "U 'TGHtmlImageMarkup' - 0 - image k - 'Drawable_t' 0 - wid "
01608 "i - - 0 - left i - - 0 - top "
01609 "i - - 0 - right i - - 0 - bottom", (char*)NULL, (void*) NULL, 0);
01610    G__memfunc_setup("DrawTableBgnd",1265,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 2, 0, 
01611 "i - - 0 - x i - - 0 - y "
01612 "i - - 0 - w i - - 0 - h "
01613 "k - 'Drawable_t' 0 - d U 'TImage' - 0 - image", (char*)NULL, (void*) NULL, 0);
01614    G__memfunc_setup("FindStartOfNextBlock",1998,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 2, 1, 2, 0, 
01615 "U 'TGHtmlElement' - 0 - p I - - 0 - pCnt", (char*)NULL, (void*) NULL, 0);
01616    G__memfunc_setup("FormBlocks",1010,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01617    G__memfunc_setup("AppendElement",1314,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlElement' - 0 - pElem", (char*)NULL, (void*) NULL, 0);
01618    G__memfunc_setup("Tokenize",841,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01619    G__memfunc_setup("AppToken",802,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01620 "U 'TGHtmlElement' - 0 - pNew U 'TGHtmlElement' - 0 - p "
01621 "i - - 0 - offs", (char*)NULL, (void*) NULL, 0);
01622    G__memfunc_setup("MakeMarkupEntry",1536,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlMarkupElement), -1, 0, 5, 1, 2, 0, 
01623 "i - - 0 - objType i - - 0 - type "
01624 "i - - 0 - argc I - - 0 - arglen "
01625 "C - - 2 - argv", (char*)NULL, (void*) NULL, 0);
01626    G__memfunc_setup("TokenizerAppend",1555,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - text", (char*)NULL, (void*) NULL, 0);
01627    G__memfunc_setup("InsertToken",1142,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 4, 1, 2, 0, 
01628 "U 'TGHtmlElement' - 0 - pToken C - - 0 - zType "
01629 "C - - 0 - zArgs i - - 0 - offs", (char*)NULL, (void*) NULL, 0);
01630    G__memfunc_setup("NameToPmap",978,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlTokenMap_t), -1, 0, 1, 1, 2, 0, "C - - 0 - zType", (char*)NULL, (void*) NULL, 0);
01631    G__memfunc_setup("NameToType",998,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "C - - 0 - zType", (char*)NULL, (void*) NULL, 0);
01632    G__memfunc_setup("TypeToName",998,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 1, 2, 1, "i - - 0 - type", (char*)NULL, (void*) NULL, 0);
01633    G__memfunc_setup("TextInsertCmd",1326,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 1, 2, 0, 
01634 "i - - 0 - argc C - - 2 - argv", (char*)NULL, (void*) NULL, 0);
01635    G__memfunc_setup("GetMarkupMap",1198,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlTokenMap_t), -1, 0, 1, 1, 2, 0, "i - - 0 - n", (char*)NULL, (void*) NULL, 0);
01636    G__memfunc_setup("TokenByIndex",1204,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 2, 1, 2, 0, 
01637 "i - - 0 - N i - - 0 - flag", (char*)NULL, (void*) NULL, 0);
01638    G__memfunc_setup("TokenNumber",1130,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlElement' - 0 - p", (char*)NULL, (void*) NULL, 0);
01639    G__memfunc_setup("MaxIndex",798,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01640 "U 'TGHtmlElement' - 0 - p I - - 0 - pIndex "
01641 "i - - 0 - isLast", (char*)NULL, (void*) NULL, 0);
01642    G__memfunc_setup("IndexMod",792,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 3, 1, 2, 0, 
01643 "U 'TGHtmlElement' - 2 - pp I - - 0 - ip "
01644 "C - - 0 - cp", (char*)NULL, (void*) NULL, 0);
01645    G__memfunc_setup("FindIndexInBlock",1563,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0, 
01646 "U 'TGHtmlBlock' - 0 - pBlock i - - 0 - x "
01647 "U 'TGHtmlElement' - 2 - ppToken I - - 0 - pIndex", (char*)NULL, (void*) NULL, 0);
01648    G__memfunc_setup("IndexToBlockIndex",1694,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01649 "u 'SHtmlIndex_t' - 0 - sIndex U 'TGHtmlBlock' - 2 - ppBlock "
01650 "I - - 0 - piIndex", (char*)NULL, (void*) NULL, 0);
01651    G__memfunc_setup("DecodeBaseIndex",1463,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 3, 1, 2, 0, 
01652 "C - - 10 - zBase U 'TGHtmlElement' - 2 - ppToken "
01653 "I - - 0 - pIndex", (char*)NULL, (void*) NULL, 0);
01654    G__memfunc_setup("GetIndex",792,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 3, 1, 2, 0, 
01655 "C - - 10 - zIndex U 'TGHtmlElement' - 2 - ppToken "
01656 "I - - 0 - pIndex", (char*)NULL, (void*) NULL, 0);
01657    G__memfunc_setup("LayoutDoc",916,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01658    G__memfunc_setup("MapControls",1138,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01659    G__memfunc_setup("UnmapControls",1365,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01660    G__memfunc_setup("DeleteControls",1447,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01661    G__memfunc_setup("ControlSize",1148,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlInput' - 0 - p", (char*)NULL, (void*) NULL, 0);
01662    G__memfunc_setup("SizeAndLink",1084,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
01663 "U 'TGFrame' - 0 - frame U 'TGHtmlInput' - 0 - pElem", (char*)NULL, (void*) NULL, 0);
01664    G__memfunc_setup("FormCount",925,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 1, 2, 0, 
01665 "U 'TGHtmlInput' - 0 - p i - - 0 - radio", (char*)NULL, (void*) NULL, 0);
01666    G__memfunc_setup("AddFormInfo",1065,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlElement' - 0 - p", (char*)NULL, (void*) NULL, 0);
01667    G__memfunc_setup("AddSelectOptions",1621,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01668 "U 'TGListBox' - 0 - lb U 'TGHtmlElement' - 0 - p "
01669 "U 'TGHtmlElement' - 0 - pEnd", (char*)NULL, (void*) NULL, 0);
01670    G__memfunc_setup("AppendText",1021,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
01671 "U 'TGString' - 0 - str U 'TGHtmlElement' - 0 - pFirst "
01672 "U 'TGHtmlElement' - 0 - pEnd", (char*)NULL, (void*) NULL, 0);
01673    G__memfunc_setup("UpdateSelection",1545,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - - 0 - forceUpdate", (char*)NULL, (void*) NULL, 0);
01674    G__memfunc_setup("UpdateSelectionDisplay",2271,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01675    G__memfunc_setup("LostSelection",1352,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01676    G__memfunc_setup("SelectionSet",1234,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 2, 1, 2, 0, 
01677 "C - - 10 - startIx C - - 10 - endIx", (char*)NULL, (void*) NULL, 0);
01678    G__memfunc_setup("UpdateInsert",1240,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01679    G__memfunc_setup("SetInsert",929,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - insIx", (char*)NULL, (void*) NULL, 0);
01680    G__memfunc_setup("GetUid",578,(G__InterfaceMethod) NULL, 67, -1, -1, 0, 1, 1, 2, 1, "C - - 10 - string", (char*)NULL, (void*) NULL, 0);
01681    G__memfunc_setup("AllocColor",1002,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t), -1, 0, 1, 1, 2, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
01682    G__memfunc_setup("AllocColorByValue",1698,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_ColorStruct_t), -1, 0, 1, 1, 2, 0, "U 'ColorStruct_t' - 0 - color", (char*)NULL, (void*) NULL, 0);
01683    G__memfunc_setup("FreeColor",897,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'ColorStruct_t' - 0 - color", (char*)NULL, (void*) NULL, 0);
01684    G__memfunc_setup("GetCurrentStyle",1556,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlStyle_t), -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01685    G__memfunc_setup("PushStyleStack",1447,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
01686 "i - - 0 - tag u 'SHtmlStyle_t' - 0 - style", (char*)NULL, (void*) NULL, 0);
01687    G__memfunc_setup("PopStyleStack",1334,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__GuiHtmlLN_SHtmlStyle_t), -1, 0, 1, 1, 2, 0, "i - - 0 - tag", (char*)NULL, (void*) NULL, 0);
01688    G__memfunc_setup("MakeInvisible",1315,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
01689 "U 'TGHtmlElement' - 0 - p_first U 'TGHtmlElement' - 0 - p_last", (char*)NULL, (void*) NULL, 0);
01690    G__memfunc_setup("GetLinkColor",1197,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "C - - 10 - zURL", (char*)NULL, (void*) NULL, 0);
01691    G__memfunc_setup("AddStyle",794,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlElement' - 0 - p", (char*)NULL, (void*) NULL, 0);
01692    G__memfunc_setup("Sizer",525,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01693    G__memfunc_setup("NextMarkupType",1457,(G__InterfaceMethod) NULL, 105, -1, -1, 0, 1, 1, 2, 0, "U 'TGHtmlElement' - 0 - p", (char*)NULL, (void*) NULL, 0);
01694    G__memfunc_setup("AttrElem",798,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 2, 1, 2, 0, 
01695 "C - - 10 - name C - - 0 - value", (char*)NULL, (void*) NULL, 0);
01696    G__memfunc_setup("AppendArglist",1326,G__G__GuiHtml_227_0_137, 121, -1, -1, 0, 2, 1, 1, 0, 
01697 "U 'TGString' - 0 - str U 'TGHtmlMarkupElement' - 0 - pElem", (char*)NULL, (void*) NULL, 0);
01698    G__memfunc_setup("FindEndNest",1074,G__G__GuiHtml_227_0_138, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlElement), -1, 0, 3, 1, 1, 0, 
01699 "U 'TGHtmlElement' - 0 - sp i - - 0 - en "
01700 "U 'TGHtmlElement' - 0 - lp", (char*)NULL, (void*) NULL, 0);
01701    G__memfunc_setup("ListTokens",1040,G__G__GuiHtml_227_0_139, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGString), -1, 0, 2, 1, 1, 0, 
01702 "U 'TGHtmlElement' - 0 - p U 'TGHtmlElement' - 0 - pEnd", (char*)NULL, (void*) NULL, 0);
01703    G__memfunc_setup("TableText",909,G__G__GuiHtml_227_0_140, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGString), -1, 0, 2, 1, 1, 0, 
01704 "U 'TGHtmlTable' - 0 - pTable i - - 0 - flags", (char*)NULL, (void*) NULL, 0);
01705    G__memfunc_setup("MouseOver",933,G__G__GuiHtml_227_0_141, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - uri", "*SIGNAL*", (void*) NULL, 1);
01706    G__memfunc_setup("MouseDown",929,G__G__GuiHtml_227_0_142, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - uri", "*SIGNAL*", (void*) NULL, 1);
01707    G__memfunc_setup("ButtonClicked",1323,G__G__GuiHtml_227_0_143, 121, -1, -1, 0, 2, 1, 1, 0, 
01708 "C - - 10 - name C - - 10 - val", "*SIGNAL*", (void*) NULL, 1);
01709    G__memfunc_setup("SubmitClicked",1315,G__G__GuiHtml_227_0_144, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - val", "*SIGNAL*", (void*) NULL, 1);
01710    G__memfunc_setup("CheckToggled",1188,G__G__GuiHtml_227_0_145, 121, -1, -1, 0, 3, 1, 1, 0, 
01711 "C - - 10 - name g - 'Bool_t' 0 - on "
01712 "C - - 10 - val", "*SIGNAL*", (void*) NULL, 1);
01713    G__memfunc_setup("RadioChanged",1177,G__G__GuiHtml_227_0_146, 121, -1, -1, 0, 2, 1, 1, 0, 
01714 "C - - 10 - name C - - 10 - val", "*SIGNAL*", (void*) NULL, 1);
01715    G__memfunc_setup("InputSelected",1337,G__G__GuiHtml_227_0_147, 121, -1, -1, 0, 2, 1, 1, 0, 
01716 "C - - 10 - name C - - 10 - val", "*SIGNAL*", (void*) NULL, 1);
01717    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01718 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
01719    G__memfunc_setup("UpdateBackgroundStart",2161,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
01720    G__memfunc_setup("Class",502,G__G__GuiHtml_227_0_150, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGHtml::Class) ), 0);
01721    G__memfunc_setup("Class_Name",982,G__G__GuiHtml_227_0_151, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGHtml::Class_Name) ), 0);
01722    G__memfunc_setup("Class_Version",1339,G__G__GuiHtml_227_0_152, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGHtml::Class_Version) ), 0);
01723    G__memfunc_setup("Dictionary",1046,G__G__GuiHtml_227_0_153, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGHtml::Dictionary) ), 0);
01724    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01725    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
01726    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
01727    G__memfunc_setup("StreamerNVirtual",1656,G__G__GuiHtml_227_0_157, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01728    G__memfunc_setup("DeclFileName",1145,G__G__GuiHtml_227_0_158, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGHtml::DeclFileName) ), 0);
01729    G__memfunc_setup("ImplFileLine",1178,G__G__GuiHtml_227_0_159, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGHtml::ImplFileLine) ), 0);
01730    G__memfunc_setup("ImplFileName",1171,G__G__GuiHtml_227_0_160, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGHtml::ImplFileName) ), 0);
01731    G__memfunc_setup("DeclFileLine",1152,G__G__GuiHtml_227_0_161, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGHtml::DeclFileLine) ), 0);
01732    // automatic destructor
01733    G__memfunc_setup("~TGHtml", 686, G__G__GuiHtml_227_0_162, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01734    G__tag_memfunc_reset();
01735 }
01736 
01737 static void G__setup_memfuncTGHtmlBrowser(void) {
01738    /* TGHtmlBrowser */
01739    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser));
01740    G__memfunc_setup("TGHtmlBrowser",1300,G__G__GuiHtml_228_0_1, 105, G__get_linked_tagnum(&G__G__GuiHtmlLN_TGHtmlBrowser), -1, 0, 4, 1, 1, 0, 
01741 "C - - 10 '0' filename U 'TGWindow' - 10 '0' p "
01742 "h - 'UInt_t' 0 '900' w h - 'UInt_t' 0 '600' h", (char*)NULL, (void*) NULL, 0);
01743    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
01744 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
01745 "l - 'Long_t' 0 - -", (char*)NULL, (void*) NULL, 1);
01746    G__memfunc_setup("Selected",809,G__G__GuiHtml_228_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - txt", (char*)NULL, (void*) NULL, 0);
01747    G__memfunc_setup("URLChanged",925,G__G__GuiHtml_228_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01748    G__memfunc_setup("Back",369,G__G__GuiHtml_228_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01749    G__memfunc_setup("CheckAnchors",1196,G__G__GuiHtml_228_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 0);
01750    G__memfunc_setup("Forward",725,G__G__GuiHtml_228_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01751    G__memfunc_setup("Reload",599,G__G__GuiHtml_228_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01752    G__memfunc_setup("Stop",422,G__G__GuiHtml_228_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
01753    G__memfunc_setup("MouseOver",933,G__G__GuiHtml_228_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 0);
01754    G__memfunc_setup("MouseDown",929,G__G__GuiHtml_228_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 0);
01755    G__memfunc_setup("Clicked",687,G__G__GuiHtml_228_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 0 - uri", "*SIGNAL*", (void*) NULL, 0);
01756    G__memfunc_setup("Class",502,G__G__GuiHtml_228_0_13, 85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGHtmlBrowser::Class) ), 0);
01757    G__memfunc_setup("Class_Name",982,G__G__GuiHtml_228_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGHtmlBrowser::Class_Name) ), 0);
01758    G__memfunc_setup("Class_Version",1339,G__G__GuiHtml_228_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGHtmlBrowser::Class_Version) ), 0);
01759    G__memfunc_setup("Dictionary",1046,G__G__GuiHtml_228_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGHtmlBrowser::Dictionary) ), 0);
01760    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__GuiHtmlLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01761    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
01762    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
01763    G__memfunc_setup("StreamerNVirtual",1656,G__G__GuiHtml_228_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01764    G__memfunc_setup("DeclFileName",1145,G__G__GuiHtml_228_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGHtmlBrowser::DeclFileName) ), 0);
01765    G__memfunc_setup("ImplFileLine",1178,G__G__GuiHtml_228_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGHtmlBrowser::ImplFileLine) ), 0);
01766    G__memfunc_setup("ImplFileName",1171,G__G__GuiHtml_228_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGHtmlBrowser::ImplFileName) ), 0);
01767    G__memfunc_setup("DeclFileLine",1152,G__G__GuiHtml_228_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGHtmlBrowser::DeclFileLine) ), 0);
01768    // automatic destructor
01769    G__memfunc_setup("~TGHtmlBrowser", 1426, G__G__GuiHtml_228_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01770    G__tag_memfunc_reset();
01771 }
01772 
01773 
01774 /*********************************************************
01775 * Member function information setup
01776 *********************************************************/
01777 extern "C" void G__cpp_setup_memfuncG__GuiHtml() {
01778 }
01779 
01780 /*********************************************************
01781 * Global variable information setup for each class
01782 *********************************************************/
01783 static void G__cpp_setup_global0() {
01784 
01785    /* Setting up global variables */
01786    G__resetplocal();
01787 
01788 }
01789 
01790 static void G__cpp_setup_global1() {
01791 }
01792 
01793 static void G__cpp_setup_global2() {
01794 }
01795 
01796 static void G__cpp_setup_global3() {
01797 }
01798 
01799 static void G__cpp_setup_global4() {
01800 }
01801 
01802 static void G__cpp_setup_global5() {
01803 }
01804 
01805 static void G__cpp_setup_global6() {
01806 }
01807 
01808 static void G__cpp_setup_global7() {
01809 }
01810 
01811 static void G__cpp_setup_global8() {
01812 
01813    G__resetglobalenv();
01814 }
01815 extern "C" void G__cpp_setup_globalG__GuiHtml() {
01816   G__cpp_setup_global0();
01817   G__cpp_setup_global1();
01818   G__cpp_setup_global2();
01819   G__cpp_setup_global3();
01820   G__cpp_setup_global4();
01821   G__cpp_setup_global5();
01822   G__cpp_setup_global6();
01823   G__cpp_setup_global7();
01824   G__cpp_setup_global8();
01825 }
01826 
01827 /*********************************************************
01828 * Global function information setup for each class
01829 *********************************************************/
01830 static void G__cpp_setup_func0() {
01831    G__lastifuncposition();
01832 
01833 }
01834 
01835 static void G__cpp_setup_func1() {
01836 }
01837 
01838 static void G__cpp_setup_func2() {
01839 }
01840 
01841 static void G__cpp_setup_func3() {
01842 
01843    G__resetifuncposition();
01844 }
01845 
01846 extern "C" void G__cpp_setup_funcG__GuiHtml() {
01847   G__cpp_setup_func0();
01848   G__cpp_setup_func1();
01849   G__cpp_setup_func2();
01850   G__cpp_setup_func3();
01851 }
01852 
01853 /*********************************************************
01854 * Class,struct,union,enum tag information setup
01855 *********************************************************/
01856 /* Setup class/struct taginfo */
01857 G__linked_taginfo G__G__GuiHtmlLN_TClass = { "TClass" , 99 , -1 };
01858 G__linked_taginfo G__G__GuiHtmlLN_TBuffer = { "TBuffer" , 99 , -1 };
01859 G__linked_taginfo G__G__GuiHtmlLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01860 G__linked_taginfo G__G__GuiHtmlLN_TObject = { "TObject" , 99 , -1 };
01861 G__linked_taginfo G__G__GuiHtmlLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR = { "basic_ostream<char,char_traits<char> >" , 99 , -1 };
01862 G__linked_taginfo G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
01863 G__linked_taginfo G__G__GuiHtmlLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
01864 G__linked_taginfo G__G__GuiHtmlLN_TTimer = { "TTimer" , 99 , -1 };
01865 G__linked_taginfo G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
01866 G__linked_taginfo G__G__GuiHtmlLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
01867 G__linked_taginfo G__G__GuiHtmlLN_Event_t = { "Event_t" , 115 , -1 };
01868 G__linked_taginfo G__G__GuiHtmlLN_ColorStruct_t = { "ColorStruct_t" , 115 , -1 };
01869 G__linked_taginfo G__G__GuiHtmlLN_TGObject = { "TGObject" , 99 , -1 };
01870 G__linked_taginfo G__G__GuiHtmlLN_TQObject = { "TQObject" , 99 , -1 };
01871 G__linked_taginfo G__G__GuiHtmlLN_TGWindow = { "TGWindow" , 99 , -1 };
01872 G__linked_taginfo G__G__GuiHtmlLN_TGFont = { "TGFont" , 99 , -1 };
01873 G__linked_taginfo G__G__GuiHtmlLN_TGIdleHandler = { "TGIdleHandler" , 99 , -1 };
01874 G__linked_taginfo G__G__GuiHtmlLN_TGInsets = { "TGInsets" , 99 , -1 };
01875 G__linked_taginfo G__G__GuiHtmlLN_THashTable = { "THashTable" , 99 , -1 };
01876 G__linked_taginfo G__G__GuiHtmlLN_TGFrame = { "TGFrame" , 99 , -1 };
01877 G__linked_taginfo G__G__GuiHtmlLN_TGCompositeFrame = { "TGCompositeFrame" , 99 , -1 };
01878 G__linked_taginfo G__G__GuiHtmlLN_TGString = { "TGString" , 99 , -1 };
01879 G__linked_taginfo G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
01880 G__linked_taginfo G__G__GuiHtmlLN_TGVerticalFrame = { "TGVerticalFrame" , 99 , -1 };
01881 G__linked_taginfo G__G__GuiHtmlLN_TGHorizontalFrame = { "TGHorizontalFrame" , 99 , -1 };
01882 G__linked_taginfo G__G__GuiHtmlLN_TGMainFrame = { "TGMainFrame" , 99 , -1 };
01883 G__linked_taginfo G__G__GuiHtmlLN_TGMenuBar = { "TGMenuBar" , 99 , -1 };
01884 G__linked_taginfo G__G__GuiHtmlLN_TGPopupMenu = { "TGPopupMenu" , 99 , -1 };
01885 G__linked_taginfo G__G__GuiHtmlLN_TGStatusBar = { "TGStatusBar" , 99 , -1 };
01886 G__linked_taginfo G__G__GuiHtmlLN_TGComboBox = { "TGComboBox" , 99 , -1 };
01887 G__linked_taginfo G__G__GuiHtmlLN_TGTextBuffer = { "TGTextBuffer" , 99 , -1 };
01888 G__linked_taginfo G__G__GuiHtmlLN_TGTextEntry = { "TGTextEntry" , 99 , -1 };
01889 G__linked_taginfo G__G__GuiHtmlLN_TGPictureButton = { "TGPictureButton" , 99 , -1 };
01890 G__linked_taginfo G__G__GuiHtmlLN_TGHtml = { "TGHtml" , 99 , -1 };
01891 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlBrowser = { "TGHtmlBrowser" , 99 , -1 };
01892 G__linked_taginfo G__G__GuiHtmlLN_TGWidget = { "TGWidget" , 99 , -1 };
01893 G__linked_taginfo G__G__GuiHtmlLN_TGView = { "TGView" , 99 , -1 };
01894 G__linked_taginfo G__G__GuiHtmlLN_TImage = { "TImage" , 99 , -1 };
01895 G__linked_taginfo G__G__GuiHtmlLN_SHtmlStyle_t = { "SHtmlStyle_t" , 115 , -1 };
01896 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlElement = { "TGHtmlElement" , 99 , -1 };
01897 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlMarkupElement = { "TGHtmlMarkupElement" , 99 , -1 };
01898 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlTable = { "TGHtmlTable" , 99 , -1 };
01899 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlListStart = { "TGHtmlListStart" , 99 , -1 };
01900 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlMapArea = { "TGHtmlMapArea" , 99 , -1 };
01901 G__linked_taginfo G__G__GuiHtmlLN_SHtmlExtensions_t = { "SHtmlExtensions_t" , 115 , -1 };
01902 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlImageMarkup = { "TGHtmlImageMarkup" , 99 , -1 };
01903 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlImage = { "TGHtmlImage" , 99 , -1 };
01904 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlForm = { "TGHtmlForm" , 99 , -1 };
01905 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlInput = { "TGHtmlInput" , 99 , -1 };
01906 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlAnchor = { "TGHtmlAnchor" , 99 , -1 };
01907 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlScript = { "TGHtmlScript" , 99 , -1 };
01908 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlBlock = { "TGHtmlBlock" , 99 , -1 };
01909 G__linked_taginfo G__G__GuiHtmlLN_SHtmlStyleStack_t = { "SHtmlStyleStack_t" , 115 , -1 };
01910 G__linked_taginfo G__G__GuiHtmlLN_TGHtmlLayoutContext = { "TGHtmlLayoutContext" , 99 , -1 };
01911 G__linked_taginfo G__G__GuiHtmlLN_GcCache_t = { "GcCache_t" , 115 , -1 };
01912 G__linked_taginfo G__G__GuiHtmlLN_SHtmlIndex_t = { "SHtmlIndex_t" , 115 , -1 };
01913 G__linked_taginfo G__G__GuiHtmlLN_SHtmlTokenMap_t = { "SHtmlTokenMap_t" , 115 , -1 };
01914 G__linked_taginfo G__G__GuiHtmlLN_TGListBox = { "TGListBox" , 99 , -1 };
01915 
01916 /* Reset class/struct taginfo */
01917 extern "C" void G__cpp_reset_tagtableG__GuiHtml() {
01918   G__G__GuiHtmlLN_TClass.tagnum = -1 ;
01919   G__G__GuiHtmlLN_TBuffer.tagnum = -1 ;
01920   G__G__GuiHtmlLN_TMemberInspector.tagnum = -1 ;
01921   G__G__GuiHtmlLN_TObject.tagnum = -1 ;
01922   G__G__GuiHtmlLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
01923   G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
01924   G__G__GuiHtmlLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
01925   G__G__GuiHtmlLN_TTimer.tagnum = -1 ;
01926   G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
01927   G__G__GuiHtmlLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
01928   G__G__GuiHtmlLN_Event_t.tagnum = -1 ;
01929   G__G__GuiHtmlLN_ColorStruct_t.tagnum = -1 ;
01930   G__G__GuiHtmlLN_TGObject.tagnum = -1 ;
01931   G__G__GuiHtmlLN_TQObject.tagnum = -1 ;
01932   G__G__GuiHtmlLN_TGWindow.tagnum = -1 ;
01933   G__G__GuiHtmlLN_TGFont.tagnum = -1 ;
01934   G__G__GuiHtmlLN_TGIdleHandler.tagnum = -1 ;
01935   G__G__GuiHtmlLN_TGInsets.tagnum = -1 ;
01936   G__G__GuiHtmlLN_THashTable.tagnum = -1 ;
01937   G__G__GuiHtmlLN_TGFrame.tagnum = -1 ;
01938   G__G__GuiHtmlLN_TGCompositeFrame.tagnum = -1 ;
01939   G__G__GuiHtmlLN_TGString.tagnum = -1 ;
01940   G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
01941   G__G__GuiHtmlLN_TGVerticalFrame.tagnum = -1 ;
01942   G__G__GuiHtmlLN_TGHorizontalFrame.tagnum = -1 ;
01943   G__G__GuiHtmlLN_TGMainFrame.tagnum = -1 ;
01944   G__G__GuiHtmlLN_TGMenuBar.tagnum = -1 ;
01945   G__G__GuiHtmlLN_TGPopupMenu.tagnum = -1 ;
01946   G__G__GuiHtmlLN_TGStatusBar.tagnum = -1 ;
01947   G__G__GuiHtmlLN_TGComboBox.tagnum = -1 ;
01948   G__G__GuiHtmlLN_TGTextBuffer.tagnum = -1 ;
01949   G__G__GuiHtmlLN_TGTextEntry.tagnum = -1 ;
01950   G__G__GuiHtmlLN_TGPictureButton.tagnum = -1 ;
01951   G__G__GuiHtmlLN_TGHtml.tagnum = -1 ;
01952   G__G__GuiHtmlLN_TGHtmlBrowser.tagnum = -1 ;
01953   G__G__GuiHtmlLN_TGWidget.tagnum = -1 ;
01954   G__G__GuiHtmlLN_TGView.tagnum = -1 ;
01955   G__G__GuiHtmlLN_TImage.tagnum = -1 ;
01956   G__G__GuiHtmlLN_SHtmlStyle_t.tagnum = -1 ;
01957   G__G__GuiHtmlLN_TGHtmlElement.tagnum = -1 ;
01958   G__G__GuiHtmlLN_TGHtmlMarkupElement.tagnum = -1 ;
01959   G__G__GuiHtmlLN_TGHtmlTable.tagnum = -1 ;
01960   G__G__GuiHtmlLN_TGHtmlListStart.tagnum = -1 ;
01961   G__G__GuiHtmlLN_TGHtmlMapArea.tagnum = -1 ;
01962   G__G__GuiHtmlLN_SHtmlExtensions_t.tagnum = -1 ;
01963   G__G__GuiHtmlLN_TGHtmlImageMarkup.tagnum = -1 ;
01964   G__G__GuiHtmlLN_TGHtmlImage.tagnum = -1 ;
01965   G__G__GuiHtmlLN_TGHtmlForm.tagnum = -1 ;
01966   G__G__GuiHtmlLN_TGHtmlInput.tagnum = -1 ;
01967   G__G__GuiHtmlLN_TGHtmlAnchor.tagnum = -1 ;
01968   G__G__GuiHtmlLN_TGHtmlScript.tagnum = -1 ;
01969   G__G__GuiHtmlLN_TGHtmlBlock.tagnum = -1 ;
01970   G__G__GuiHtmlLN_SHtmlStyleStack_t.tagnum = -1 ;
01971   G__G__GuiHtmlLN_TGHtmlLayoutContext.tagnum = -1 ;
01972   G__G__GuiHtmlLN_GcCache_t.tagnum = -1 ;
01973   G__G__GuiHtmlLN_SHtmlIndex_t.tagnum = -1 ;
01974   G__G__GuiHtmlLN_SHtmlTokenMap_t.tagnum = -1 ;
01975   G__G__GuiHtmlLN_TGListBox.tagnum = -1 ;
01976 }
01977 
01978 
01979 extern "C" void G__cpp_setup_tagtableG__GuiHtml() {
01980 
01981    /* Setting up class,struct,union tag entry */
01982    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TClass);
01983    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TBuffer);
01984    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TMemberInspector);
01985    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TObject);
01986    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_basic_ostreamlEcharcOchar_traitslEchargRsPgR);
01987    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
01988    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
01989    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TTimer);
01990    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
01991    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
01992    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_Event_t);
01993    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_ColorStruct_t);
01994    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGObject);
01995    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TQObject);
01996    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGWindow);
01997    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGFont);
01998    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGIdleHandler);
01999    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGInsets);
02000    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_THashTable);
02001    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGFrame);
02002    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGCompositeFrame);
02003    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGString);
02004    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
02005    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGVerticalFrame);
02006    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHorizontalFrame);
02007    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGMainFrame);
02008    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGMenuBar);
02009    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGPopupMenu);
02010    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGStatusBar);
02011    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGComboBox);
02012    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGTextBuffer);
02013    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGTextEntry);
02014    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGPictureButton);
02015    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtml),sizeof(TGHtml),-1,62464,"HTML widget",G__setup_memvarTGHtml,G__setup_memfuncTGHtml);
02016    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlBrowser),sizeof(TGHtmlBrowser),-1,62720,"very simple html browser",G__setup_memvarTGHtmlBrowser,G__setup_memfuncTGHtmlBrowser);
02017    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGWidget);
02018    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGView);
02019    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TImage);
02020    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_SHtmlStyle_t);
02021    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlElement);
02022    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlMarkupElement);
02023    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlTable);
02024    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlListStart);
02025    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlMapArea);
02026    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_SHtmlExtensions_t);
02027    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlImageMarkup);
02028    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlImage);
02029    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlForm);
02030    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlInput);
02031    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlAnchor);
02032    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlScript);
02033    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlBlock);
02034    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_SHtmlStyleStack_t);
02035    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGHtmlLayoutContext);
02036    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_GcCache_t);
02037    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_SHtmlIndex_t);
02038    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_SHtmlTokenMap_t);
02039    G__get_linked_tagnum_fwd(&G__G__GuiHtmlLN_TGListBox);
02040 }
02041 extern "C" void G__cpp_setupG__GuiHtml(void) {
02042   G__check_setup_version(30051515,"G__cpp_setupG__GuiHtml()");
02043   G__set_cpp_environmentG__GuiHtml();
02044   G__cpp_setup_tagtableG__GuiHtml();
02045 
02046   G__cpp_setup_inheritanceG__GuiHtml();
02047 
02048   G__cpp_setup_typetableG__GuiHtml();
02049 
02050   G__cpp_setup_memvarG__GuiHtml();
02051 
02052   G__cpp_setup_memfuncG__GuiHtml();
02053   G__cpp_setup_globalG__GuiHtml();
02054   G__cpp_setup_funcG__GuiHtml();
02055 
02056    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__GuiHtml();
02057   return;
02058 }
02059 class G__cpp_setup_initG__GuiHtml {
02060   public:
02061     G__cpp_setup_initG__GuiHtml() { G__add_setup_func("G__GuiHtml",(G__incsetup)(&G__cpp_setupG__GuiHtml)); G__call_setup_funcs(); }
02062    ~G__cpp_setup_initG__GuiHtml() { G__remove_setup_func("G__GuiHtml"); }
02063 };
02064 G__cpp_setup_initG__GuiHtml G__cpp_setup_initializerG__GuiHtml;
02065 

Generated on Tue Jul 5 14:22:18 2011 for ROOT_528-00b_version by  doxygen 1.5.1