G__Gui3.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:39:46 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME guidIguidIsrcdIG__Gui3
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__Gui3.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 TRootGuiFactory_ShowMembers(void *obj, TMemberInspector &R__insp);
00041    static void *new_TRootGuiFactory(void *p = 0);
00042    static void *newArray_TRootGuiFactory(Long_t size, void *p);
00043    static void delete_TRootGuiFactory(void *p);
00044    static void deleteArray_TRootGuiFactory(void *p);
00045    static void destruct_TRootGuiFactory(void *p);
00046    static void streamer_TRootGuiFactory(TBuffer &buf, void *obj);
00047 
00048    // Function generating the singleton type initializer
00049    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootGuiFactory*)
00050    {
00051       ::TRootGuiFactory *ptr = 0;
00052       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootGuiFactory >(0);
00053       static ::ROOT::TGenericClassInfo 
00054          instance("TRootGuiFactory", ::TRootGuiFactory::Class_Version(), "include/TRootGuiFactory.h", 38,
00055                   typeid(::TRootGuiFactory), DefineBehavior(ptr, ptr),
00056                   &::TRootGuiFactory::Dictionary, isa_proxy, 0,
00057                   sizeof(::TRootGuiFactory) );
00058       instance.SetNew(&new_TRootGuiFactory);
00059       instance.SetNewArray(&newArray_TRootGuiFactory);
00060       instance.SetDelete(&delete_TRootGuiFactory);
00061       instance.SetDeleteArray(&deleteArray_TRootGuiFactory);
00062       instance.SetDestructor(&destruct_TRootGuiFactory);
00063       instance.SetStreamerFunc(&streamer_TRootGuiFactory);
00064       return &instance;
00065    }
00066    TGenericClassInfo *GenerateInitInstance(const ::TRootGuiFactory*)
00067    {
00068       return GenerateInitInstanceLocal((::TRootGuiFactory*)0);
00069    }
00070    // Static variable to force the class initialization
00071    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootGuiFactory*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00072 } // end of namespace ROOT
00073 
00074 namespace ROOT {
00075    void TRootApplication_ShowMembers(void *obj, TMemberInspector &R__insp);
00076    static void delete_TRootApplication(void *p);
00077    static void deleteArray_TRootApplication(void *p);
00078    static void destruct_TRootApplication(void *p);
00079    static void streamer_TRootApplication(TBuffer &buf, void *obj);
00080 
00081    // Function generating the singleton type initializer
00082    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootApplication*)
00083    {
00084       ::TRootApplication *ptr = 0;
00085       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootApplication >(0);
00086       static ::ROOT::TGenericClassInfo 
00087          instance("TRootApplication", ::TRootApplication::Class_Version(), "include/TRootApplication.h", 35,
00088                   typeid(::TRootApplication), DefineBehavior(ptr, ptr),
00089                   &::TRootApplication::Dictionary, isa_proxy, 0,
00090                   sizeof(::TRootApplication) );
00091       instance.SetDelete(&delete_TRootApplication);
00092       instance.SetDeleteArray(&deleteArray_TRootApplication);
00093       instance.SetDestructor(&destruct_TRootApplication);
00094       instance.SetStreamerFunc(&streamer_TRootApplication);
00095       return &instance;
00096    }
00097    TGenericClassInfo *GenerateInitInstance(const ::TRootApplication*)
00098    {
00099       return GenerateInitInstanceLocal((::TRootApplication*)0);
00100    }
00101    // Static variable to force the class initialization
00102    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootApplication*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00103 } // end of namespace ROOT
00104 
00105 namespace ROOT {
00106    void TDNDData_ShowMembers(void *obj, TMemberInspector &R__insp);
00107    static void *new_TDNDData(void *p = 0);
00108    static void *newArray_TDNDData(Long_t size, void *p);
00109    static void delete_TDNDData(void *p);
00110    static void deleteArray_TDNDData(void *p);
00111    static void destruct_TDNDData(void *p);
00112    static void streamer_TDNDData(TBuffer &buf, void *obj);
00113 
00114    // Function generating the singleton type initializer
00115    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TDNDData*)
00116    {
00117       ::TDNDData *ptr = 0;
00118       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TDNDData >(0);
00119       static ::ROOT::TGenericClassInfo 
00120          instance("TDNDData", ::TDNDData::Class_Version(), "include/TGDNDManager.h", 67,
00121                   typeid(::TDNDData), DefineBehavior(ptr, ptr),
00122                   &::TDNDData::Dictionary, isa_proxy, 0,
00123                   sizeof(::TDNDData) );
00124       instance.SetNew(&new_TDNDData);
00125       instance.SetNewArray(&newArray_TDNDData);
00126       instance.SetDelete(&delete_TDNDData);
00127       instance.SetDeleteArray(&deleteArray_TDNDData);
00128       instance.SetDestructor(&destruct_TDNDData);
00129       instance.SetStreamerFunc(&streamer_TDNDData);
00130       return &instance;
00131    }
00132    TGenericClassInfo *GenerateInitInstance(const ::TDNDData*)
00133    {
00134       return GenerateInitInstanceLocal((::TDNDData*)0);
00135    }
00136    // Static variable to force the class initialization
00137    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TDNDData*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00138 } // end of namespace ROOT
00139 
00140 namespace ROOT {
00141    void TGDockableFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
00142    static void *new_TGDockableFrame(void *p = 0);
00143    static void *newArray_TGDockableFrame(Long_t size, void *p);
00144    static void delete_TGDockableFrame(void *p);
00145    static void deleteArray_TGDockableFrame(void *p);
00146    static void destruct_TGDockableFrame(void *p);
00147    static void streamer_TGDockableFrame(TBuffer &buf, void *obj);
00148 
00149    // Function generating the singleton type initializer
00150    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGDockableFrame*)
00151    {
00152       ::TGDockableFrame *ptr = 0;
00153       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGDockableFrame >(0);
00154       static ::ROOT::TGenericClassInfo 
00155          instance("TGDockableFrame", ::TGDockableFrame::Class_Version(), "include/TGDockableFrame.h", 101,
00156                   typeid(::TGDockableFrame), DefineBehavior(ptr, ptr),
00157                   &::TGDockableFrame::Dictionary, isa_proxy, 0,
00158                   sizeof(::TGDockableFrame) );
00159       instance.SetNew(&new_TGDockableFrame);
00160       instance.SetNewArray(&newArray_TGDockableFrame);
00161       instance.SetDelete(&delete_TGDockableFrame);
00162       instance.SetDeleteArray(&deleteArray_TGDockableFrame);
00163       instance.SetDestructor(&destruct_TGDockableFrame);
00164       instance.SetStreamerFunc(&streamer_TGDockableFrame);
00165       return &instance;
00166    }
00167    TGenericClassInfo *GenerateInitInstance(const ::TGDockableFrame*)
00168    {
00169       return GenerateInitInstanceLocal((::TGDockableFrame*)0);
00170    }
00171    // Static variable to force the class initialization
00172    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGDockableFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00173 } // end of namespace ROOT
00174 
00175 namespace ROOT {
00176    void TGDNDManager_ShowMembers(void *obj, TMemberInspector &R__insp);
00177    static void delete_TGDNDManager(void *p);
00178    static void deleteArray_TGDNDManager(void *p);
00179    static void destruct_TGDNDManager(void *p);
00180    static void streamer_TGDNDManager(TBuffer &buf, void *obj);
00181 
00182    // Function generating the singleton type initializer
00183    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGDNDManager*)
00184    {
00185       ::TGDNDManager *ptr = 0;
00186       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGDNDManager >(0);
00187       static ::ROOT::TGenericClassInfo 
00188          instance("TGDNDManager", ::TGDNDManager::Class_Version(), "include/TGDNDManager.h", 87,
00189                   typeid(::TGDNDManager), DefineBehavior(ptr, ptr),
00190                   &::TGDNDManager::Dictionary, isa_proxy, 0,
00191                   sizeof(::TGDNDManager) );
00192       instance.SetDelete(&delete_TGDNDManager);
00193       instance.SetDeleteArray(&deleteArray_TGDNDManager);
00194       instance.SetDestructor(&destruct_TGDNDManager);
00195       instance.SetStreamerFunc(&streamer_TGDNDManager);
00196       return &instance;
00197    }
00198    TGenericClassInfo *GenerateInitInstance(const ::TGDNDManager*)
00199    {
00200       return GenerateInitInstanceLocal((::TGDNDManager*)0);
00201    }
00202    // Static variable to force the class initialization
00203    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGDNDManager*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00204 } // end of namespace ROOT
00205 
00206 namespace ROOT {
00207    void TRootCanvas_ShowMembers(void *obj, TMemberInspector &R__insp);
00208    static void *new_TRootCanvas(void *p = 0);
00209    static void *newArray_TRootCanvas(Long_t size, void *p);
00210    static void delete_TRootCanvas(void *p);
00211    static void deleteArray_TRootCanvas(void *p);
00212    static void destruct_TRootCanvas(void *p);
00213    static void streamer_TRootCanvas(TBuffer &buf, void *obj);
00214 
00215    // Function generating the singleton type initializer
00216    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootCanvas*)
00217    {
00218       ::TRootCanvas *ptr = 0;
00219       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootCanvas >(0);
00220       static ::ROOT::TGenericClassInfo 
00221          instance("TRootCanvas", ::TRootCanvas::Class_Version(), "include/TRootCanvas.h", 46,
00222                   typeid(::TRootCanvas), DefineBehavior(ptr, ptr),
00223                   &::TRootCanvas::Dictionary, isa_proxy, 0,
00224                   sizeof(::TRootCanvas) );
00225       instance.SetNew(&new_TRootCanvas);
00226       instance.SetNewArray(&newArray_TRootCanvas);
00227       instance.SetDelete(&delete_TRootCanvas);
00228       instance.SetDeleteArray(&deleteArray_TRootCanvas);
00229       instance.SetDestructor(&destruct_TRootCanvas);
00230       instance.SetStreamerFunc(&streamer_TRootCanvas);
00231       return &instance;
00232    }
00233    TGenericClassInfo *GenerateInitInstance(const ::TRootCanvas*)
00234    {
00235       return GenerateInitInstanceLocal((::TRootCanvas*)0);
00236    }
00237    // Static variable to force the class initialization
00238    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootCanvas*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00239 } // end of namespace ROOT
00240 
00241 namespace ROOT {
00242    void TRootBrowserLite_ShowMembers(void *obj, TMemberInspector &R__insp);
00243    static void *new_TRootBrowserLite(void *p = 0);
00244    static void *newArray_TRootBrowserLite(Long_t size, void *p);
00245    static void delete_TRootBrowserLite(void *p);
00246    static void deleteArray_TRootBrowserLite(void *p);
00247    static void destruct_TRootBrowserLite(void *p);
00248    static void streamer_TRootBrowserLite(TBuffer &buf, void *obj);
00249 
00250    // Function generating the singleton type initializer
00251    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootBrowserLite*)
00252    {
00253       ::TRootBrowserLite *ptr = 0;
00254       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootBrowserLite >(0);
00255       static ::ROOT::TGenericClassInfo 
00256          instance("TRootBrowserLite", ::TRootBrowserLite::Class_Version(), "include/TRootBrowserLite.h", 52,
00257                   typeid(::TRootBrowserLite), DefineBehavior(ptr, ptr),
00258                   &::TRootBrowserLite::Dictionary, isa_proxy, 0,
00259                   sizeof(::TRootBrowserLite) );
00260       instance.SetNew(&new_TRootBrowserLite);
00261       instance.SetNewArray(&newArray_TRootBrowserLite);
00262       instance.SetDelete(&delete_TRootBrowserLite);
00263       instance.SetDeleteArray(&deleteArray_TRootBrowserLite);
00264       instance.SetDestructor(&destruct_TRootBrowserLite);
00265       instance.SetStreamerFunc(&streamer_TRootBrowserLite);
00266       return &instance;
00267    }
00268    TGenericClassInfo *GenerateInitInstance(const ::TRootBrowserLite*)
00269    {
00270       return GenerateInitInstanceLocal((::TRootBrowserLite*)0);
00271    }
00272    // Static variable to force the class initialization
00273    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootBrowserLite*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00274 } // end of namespace ROOT
00275 
00276 namespace ROOT {
00277    void TRootDialog_ShowMembers(void *obj, TMemberInspector &R__insp);
00278    static void *new_TRootDialog(void *p = 0);
00279    static void *newArray_TRootDialog(Long_t size, void *p);
00280    static void delete_TRootDialog(void *p);
00281    static void deleteArray_TRootDialog(void *p);
00282    static void destruct_TRootDialog(void *p);
00283    static void streamer_TRootDialog(TBuffer &buf, void *obj);
00284 
00285    // Function generating the singleton type initializer
00286    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootDialog*)
00287    {
00288       ::TRootDialog *ptr = 0;
00289       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootDialog >(0);
00290       static ::ROOT::TGenericClassInfo 
00291          instance("TRootDialog", ::TRootDialog::Class_Version(), "include/TRootDialog.h", 33,
00292                   typeid(::TRootDialog), DefineBehavior(ptr, ptr),
00293                   &::TRootDialog::Dictionary, isa_proxy, 0,
00294                   sizeof(::TRootDialog) );
00295       instance.SetNew(&new_TRootDialog);
00296       instance.SetNewArray(&newArray_TRootDialog);
00297       instance.SetDelete(&delete_TRootDialog);
00298       instance.SetDeleteArray(&deleteArray_TRootDialog);
00299       instance.SetDestructor(&destruct_TRootDialog);
00300       instance.SetStreamerFunc(&streamer_TRootDialog);
00301       return &instance;
00302    }
00303    TGenericClassInfo *GenerateInitInstance(const ::TRootDialog*)
00304    {
00305       return GenerateInitInstanceLocal((::TRootDialog*)0);
00306    }
00307    // Static variable to force the class initialization
00308    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootDialog*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00309 } // end of namespace ROOT
00310 
00311 namespace ROOT {
00312    void TRootContextMenu_ShowMembers(void *obj, TMemberInspector &R__insp);
00313    static void *new_TRootContextMenu(void *p = 0);
00314    static void *newArray_TRootContextMenu(Long_t size, void *p);
00315    static void delete_TRootContextMenu(void *p);
00316    static void deleteArray_TRootContextMenu(void *p);
00317    static void destruct_TRootContextMenu(void *p);
00318    static void streamer_TRootContextMenu(TBuffer &buf, void *obj);
00319 
00320    // Function generating the singleton type initializer
00321    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootContextMenu*)
00322    {
00323       ::TRootContextMenu *ptr = 0;
00324       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootContextMenu >(0);
00325       static ::ROOT::TGenericClassInfo 
00326          instance("TRootContextMenu", ::TRootContextMenu::Class_Version(), "include/TRootContextMenu.h", 36,
00327                   typeid(::TRootContextMenu), DefineBehavior(ptr, ptr),
00328                   &::TRootContextMenu::Dictionary, isa_proxy, 0,
00329                   sizeof(::TRootContextMenu) );
00330       instance.SetNew(&new_TRootContextMenu);
00331       instance.SetNewArray(&newArray_TRootContextMenu);
00332       instance.SetDelete(&delete_TRootContextMenu);
00333       instance.SetDeleteArray(&deleteArray_TRootContextMenu);
00334       instance.SetDestructor(&destruct_TRootContextMenu);
00335       instance.SetStreamerFunc(&streamer_TRootContextMenu);
00336       return &instance;
00337    }
00338    TGenericClassInfo *GenerateInitInstance(const ::TRootContextMenu*)
00339    {
00340       return GenerateInitInstanceLocal((::TRootContextMenu*)0);
00341    }
00342    // Static variable to force the class initialization
00343    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootContextMenu*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00344 } // end of namespace ROOT
00345 
00346 namespace ROOT {
00347    void TRootControlBar_ShowMembers(void *obj, TMemberInspector &R__insp);
00348    static void *new_TRootControlBar(void *p = 0);
00349    static void *newArray_TRootControlBar(Long_t size, void *p);
00350    static void delete_TRootControlBar(void *p);
00351    static void deleteArray_TRootControlBar(void *p);
00352    static void destruct_TRootControlBar(void *p);
00353    static void streamer_TRootControlBar(TBuffer &buf, void *obj);
00354 
00355    // Function generating the singleton type initializer
00356    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootControlBar*)
00357    {
00358       ::TRootControlBar *ptr = 0;
00359       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootControlBar >(0);
00360       static ::ROOT::TGenericClassInfo 
00361          instance("TRootControlBar", ::TRootControlBar::Class_Version(), "include/TRootControlBar.h", 37,
00362                   typeid(::TRootControlBar), DefineBehavior(ptr, ptr),
00363                   &::TRootControlBar::Dictionary, isa_proxy, 0,
00364                   sizeof(::TRootControlBar) );
00365       instance.SetNew(&new_TRootControlBar);
00366       instance.SetNewArray(&newArray_TRootControlBar);
00367       instance.SetDelete(&delete_TRootControlBar);
00368       instance.SetDeleteArray(&deleteArray_TRootControlBar);
00369       instance.SetDestructor(&destruct_TRootControlBar);
00370       instance.SetStreamerFunc(&streamer_TRootControlBar);
00371       return &instance;
00372    }
00373    TGenericClassInfo *GenerateInitInstance(const ::TRootControlBar*)
00374    {
00375       return GenerateInitInstanceLocal((::TRootControlBar*)0);
00376    }
00377    // Static variable to force the class initialization
00378    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootControlBar*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00379 } // end of namespace ROOT
00380 
00381 namespace ROOT {
00382    void TRootHelpDialog_ShowMembers(void *obj, TMemberInspector &R__insp);
00383    static void *new_TRootHelpDialog(void *p = 0);
00384    static void *newArray_TRootHelpDialog(Long_t size, void *p);
00385    static void delete_TRootHelpDialog(void *p);
00386    static void deleteArray_TRootHelpDialog(void *p);
00387    static void destruct_TRootHelpDialog(void *p);
00388    static void streamer_TRootHelpDialog(TBuffer &buf, void *obj);
00389 
00390    // Function generating the singleton type initializer
00391    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootHelpDialog*)
00392    {
00393       ::TRootHelpDialog *ptr = 0;
00394       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootHelpDialog >(0);
00395       static ::ROOT::TGenericClassInfo 
00396          instance("TRootHelpDialog", ::TRootHelpDialog::Class_Version(), "include/TRootHelpDialog.h", 33,
00397                   typeid(::TRootHelpDialog), DefineBehavior(ptr, ptr),
00398                   &::TRootHelpDialog::Dictionary, isa_proxy, 0,
00399                   sizeof(::TRootHelpDialog) );
00400       instance.SetNew(&new_TRootHelpDialog);
00401       instance.SetNewArray(&newArray_TRootHelpDialog);
00402       instance.SetDelete(&delete_TRootHelpDialog);
00403       instance.SetDeleteArray(&deleteArray_TRootHelpDialog);
00404       instance.SetDestructor(&destruct_TRootHelpDialog);
00405       instance.SetStreamerFunc(&streamer_TRootHelpDialog);
00406       return &instance;
00407    }
00408    TGenericClassInfo *GenerateInitInstance(const ::TRootHelpDialog*)
00409    {
00410       return GenerateInitInstanceLocal((::TRootHelpDialog*)0);
00411    }
00412    // Static variable to force the class initialization
00413    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootHelpDialog*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00414 } // end of namespace ROOT
00415 
00416 namespace ROOT {
00417    void TRootEmbeddedCanvas_ShowMembers(void *obj, TMemberInspector &R__insp);
00418    static void *new_TRootEmbeddedCanvas(void *p = 0);
00419    static void *newArray_TRootEmbeddedCanvas(Long_t size, void *p);
00420    static void delete_TRootEmbeddedCanvas(void *p);
00421    static void deleteArray_TRootEmbeddedCanvas(void *p);
00422    static void destruct_TRootEmbeddedCanvas(void *p);
00423    static void streamer_TRootEmbeddedCanvas(TBuffer &buf, void *obj);
00424 
00425    // Function generating the singleton type initializer
00426    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootEmbeddedCanvas*)
00427    {
00428       ::TRootEmbeddedCanvas *ptr = 0;
00429       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootEmbeddedCanvas >(0);
00430       static ::ROOT::TGenericClassInfo 
00431          instance("TRootEmbeddedCanvas", ::TRootEmbeddedCanvas::Class_Version(), "include/TRootEmbeddedCanvas.h", 34,
00432                   typeid(::TRootEmbeddedCanvas), DefineBehavior(ptr, ptr),
00433                   &::TRootEmbeddedCanvas::Dictionary, isa_proxy, 0,
00434                   sizeof(::TRootEmbeddedCanvas) );
00435       instance.SetNew(&new_TRootEmbeddedCanvas);
00436       instance.SetNewArray(&newArray_TRootEmbeddedCanvas);
00437       instance.SetDelete(&delete_TRootEmbeddedCanvas);
00438       instance.SetDeleteArray(&deleteArray_TRootEmbeddedCanvas);
00439       instance.SetDestructor(&destruct_TRootEmbeddedCanvas);
00440       instance.SetStreamerFunc(&streamer_TRootEmbeddedCanvas);
00441       return &instance;
00442    }
00443    TGenericClassInfo *GenerateInitInstance(const ::TRootEmbeddedCanvas*)
00444    {
00445       return GenerateInitInstanceLocal((::TRootEmbeddedCanvas*)0);
00446    }
00447    // Static variable to force the class initialization
00448    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootEmbeddedCanvas*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00449 } // end of namespace ROOT
00450 
00451 namespace ROOT {
00452    void TGColorPalette_ShowMembers(void *obj, TMemberInspector &R__insp);
00453    static void *new_TGColorPalette(void *p = 0);
00454    static void *newArray_TGColorPalette(Long_t size, void *p);
00455    static void delete_TGColorPalette(void *p);
00456    static void deleteArray_TGColorPalette(void *p);
00457    static void destruct_TGColorPalette(void *p);
00458    static void streamer_TGColorPalette(TBuffer &buf, void *obj);
00459 
00460    // Function generating the singleton type initializer
00461    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGColorPalette*)
00462    {
00463       ::TGColorPalette *ptr = 0;
00464       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGColorPalette >(0);
00465       static ::ROOT::TGenericClassInfo 
00466          instance("TGColorPalette", ::TGColorPalette::Class_Version(), "include/TGColorDialog.h", 56,
00467                   typeid(::TGColorPalette), DefineBehavior(ptr, ptr),
00468                   &::TGColorPalette::Dictionary, isa_proxy, 0,
00469                   sizeof(::TGColorPalette) );
00470       instance.SetNew(&new_TGColorPalette);
00471       instance.SetNewArray(&newArray_TGColorPalette);
00472       instance.SetDelete(&delete_TGColorPalette);
00473       instance.SetDeleteArray(&deleteArray_TGColorPalette);
00474       instance.SetDestructor(&destruct_TGColorPalette);
00475       instance.SetStreamerFunc(&streamer_TGColorPalette);
00476       return &instance;
00477    }
00478    TGenericClassInfo *GenerateInitInstance(const ::TGColorPalette*)
00479    {
00480       return GenerateInitInstanceLocal((::TGColorPalette*)0);
00481    }
00482    // Static variable to force the class initialization
00483    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGColorPalette*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00484 } // end of namespace ROOT
00485 
00486 namespace ROOT {
00487    void TGColorPick_ShowMembers(void *obj, TMemberInspector &R__insp);
00488    static void *new_TGColorPick(void *p = 0);
00489    static void *newArray_TGColorPick(Long_t size, void *p);
00490    static void delete_TGColorPick(void *p);
00491    static void deleteArray_TGColorPick(void *p);
00492    static void destruct_TGColorPick(void *p);
00493    static void streamer_TGColorPick(TBuffer &buf, void *obj);
00494 
00495    // Function generating the singleton type initializer
00496    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGColorPick*)
00497    {
00498       ::TGColorPick *ptr = 0;
00499       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGColorPick >(0);
00500       static ::ROOT::TGenericClassInfo 
00501          instance("TGColorPick", ::TGColorPick::Class_Version(), "include/TGColorDialog.h", 107,
00502                   typeid(::TGColorPick), DefineBehavior(ptr, ptr),
00503                   &::TGColorPick::Dictionary, isa_proxy, 0,
00504                   sizeof(::TGColorPick) );
00505       instance.SetNew(&new_TGColorPick);
00506       instance.SetNewArray(&newArray_TGColorPick);
00507       instance.SetDelete(&delete_TGColorPick);
00508       instance.SetDeleteArray(&deleteArray_TGColorPick);
00509       instance.SetDestructor(&destruct_TGColorPick);
00510       instance.SetStreamerFunc(&streamer_TGColorPick);
00511       return &instance;
00512    }
00513    TGenericClassInfo *GenerateInitInstance(const ::TGColorPick*)
00514    {
00515       return GenerateInitInstanceLocal((::TGColorPick*)0);
00516    }
00517    // Static variable to force the class initialization
00518    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGColorPick*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00519 } // end of namespace ROOT
00520 
00521 namespace ROOT {
00522    void TGColorDialog_ShowMembers(void *obj, TMemberInspector &R__insp);
00523    static void *new_TGColorDialog(void *p = 0);
00524    static void *newArray_TGColorDialog(Long_t size, void *p);
00525    static void delete_TGColorDialog(void *p);
00526    static void deleteArray_TGColorDialog(void *p);
00527    static void destruct_TGColorDialog(void *p);
00528    static void streamer_TGColorDialog(TBuffer &buf, void *obj);
00529 
00530    // Function generating the singleton type initializer
00531    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGColorDialog*)
00532    {
00533       ::TGColorDialog *ptr = 0;
00534       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGColorDialog >(0);
00535       static ::ROOT::TGenericClassInfo 
00536          instance("TGColorDialog", ::TGColorDialog::Class_Version(), "include/TGColorDialog.h", 160,
00537                   typeid(::TGColorDialog), DefineBehavior(ptr, ptr),
00538                   &::TGColorDialog::Dictionary, isa_proxy, 0,
00539                   sizeof(::TGColorDialog) );
00540       instance.SetNew(&new_TGColorDialog);
00541       instance.SetNewArray(&newArray_TGColorDialog);
00542       instance.SetDelete(&delete_TGColorDialog);
00543       instance.SetDeleteArray(&deleteArray_TGColorDialog);
00544       instance.SetDestructor(&destruct_TGColorDialog);
00545       instance.SetStreamerFunc(&streamer_TGColorDialog);
00546       return &instance;
00547    }
00548    TGenericClassInfo *GenerateInitInstance(const ::TGColorDialog*)
00549    {
00550       return GenerateInitInstanceLocal((::TGColorDialog*)0);
00551    }
00552    // Static variable to force the class initialization
00553    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGColorDialog*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00554 } // end of namespace ROOT
00555 
00556 namespace ROOT {
00557    void TGColorFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
00558    static void *new_TGColorFrame(void *p = 0);
00559    static void *newArray_TGColorFrame(Long_t size, void *p);
00560    static void delete_TGColorFrame(void *p);
00561    static void deleteArray_TGColorFrame(void *p);
00562    static void destruct_TGColorFrame(void *p);
00563    static void streamer_TGColorFrame(TBuffer &buf, void *obj);
00564 
00565    // Function generating the singleton type initializer
00566    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGColorFrame*)
00567    {
00568       ::TGColorFrame *ptr = 0;
00569       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGColorFrame >(0);
00570       static ::ROOT::TGenericClassInfo 
00571          instance("TGColorFrame", ::TGColorFrame::Class_Version(), "include/TGColorSelect.h", 49,
00572                   typeid(::TGColorFrame), DefineBehavior(ptr, ptr),
00573                   &::TGColorFrame::Dictionary, isa_proxy, 0,
00574                   sizeof(::TGColorFrame) );
00575       instance.SetNew(&new_TGColorFrame);
00576       instance.SetNewArray(&newArray_TGColorFrame);
00577       instance.SetDelete(&delete_TGColorFrame);
00578       instance.SetDeleteArray(&deleteArray_TGColorFrame);
00579       instance.SetDestructor(&destruct_TGColorFrame);
00580       instance.SetStreamerFunc(&streamer_TGColorFrame);
00581       return &instance;
00582    }
00583    TGenericClassInfo *GenerateInitInstance(const ::TGColorFrame*)
00584    {
00585       return GenerateInitInstanceLocal((::TGColorFrame*)0);
00586    }
00587    // Static variable to force the class initialization
00588    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGColorFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00589 } // end of namespace ROOT
00590 
00591 namespace ROOT {
00592    void TG16ColorSelector_ShowMembers(void *obj, TMemberInspector &R__insp);
00593    static void *new_TG16ColorSelector(void *p = 0);
00594    static void *newArray_TG16ColorSelector(Long_t size, void *p);
00595    static void delete_TG16ColorSelector(void *p);
00596    static void deleteArray_TG16ColorSelector(void *p);
00597    static void destruct_TG16ColorSelector(void *p);
00598    static void streamer_TG16ColorSelector(TBuffer &buf, void *obj);
00599 
00600    // Function generating the singleton type initializer
00601    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TG16ColorSelector*)
00602    {
00603       ::TG16ColorSelector *ptr = 0;
00604       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TG16ColorSelector >(0);
00605       static ::ROOT::TGenericClassInfo 
00606          instance("TG16ColorSelector", ::TG16ColorSelector::Class_Version(), "include/TGColorSelect.h", 77,
00607                   typeid(::TG16ColorSelector), DefineBehavior(ptr, ptr),
00608                   &::TG16ColorSelector::Dictionary, isa_proxy, 0,
00609                   sizeof(::TG16ColorSelector) );
00610       instance.SetNew(&new_TG16ColorSelector);
00611       instance.SetNewArray(&newArray_TG16ColorSelector);
00612       instance.SetDelete(&delete_TG16ColorSelector);
00613       instance.SetDeleteArray(&deleteArray_TG16ColorSelector);
00614       instance.SetDestructor(&destruct_TG16ColorSelector);
00615       instance.SetStreamerFunc(&streamer_TG16ColorSelector);
00616       return &instance;
00617    }
00618    TGenericClassInfo *GenerateInitInstance(const ::TG16ColorSelector*)
00619    {
00620       return GenerateInitInstanceLocal((::TG16ColorSelector*)0);
00621    }
00622    // Static variable to force the class initialization
00623    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TG16ColorSelector*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00624 } // end of namespace ROOT
00625 
00626 namespace ROOT {
00627    void TGColorPopup_ShowMembers(void *obj, TMemberInspector &R__insp);
00628    static void *new_TGColorPopup(void *p = 0);
00629    static void *newArray_TGColorPopup(Long_t size, void *p);
00630    static void delete_TGColorPopup(void *p);
00631    static void deleteArray_TGColorPopup(void *p);
00632    static void destruct_TGColorPopup(void *p);
00633    static void streamer_TGColorPopup(TBuffer &buf, void *obj);
00634 
00635    // Function generating the singleton type initializer
00636    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGColorPopup*)
00637    {
00638       ::TGColorPopup *ptr = 0;
00639       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGColorPopup >(0);
00640       static ::ROOT::TGenericClassInfo 
00641          instance("TGColorPopup", ::TGColorPopup::Class_Version(), "include/TGColorSelect.h", 102,
00642                   typeid(::TGColorPopup), DefineBehavior(ptr, ptr),
00643                   &::TGColorPopup::Dictionary, isa_proxy, 0,
00644                   sizeof(::TGColorPopup) );
00645       instance.SetNew(&new_TGColorPopup);
00646       instance.SetNewArray(&newArray_TGColorPopup);
00647       instance.SetDelete(&delete_TGColorPopup);
00648       instance.SetDeleteArray(&deleteArray_TGColorPopup);
00649       instance.SetDestructor(&destruct_TGColorPopup);
00650       instance.SetStreamerFunc(&streamer_TGColorPopup);
00651       return &instance;
00652    }
00653    TGenericClassInfo *GenerateInitInstance(const ::TGColorPopup*)
00654    {
00655       return GenerateInitInstanceLocal((::TGColorPopup*)0);
00656    }
00657    // Static variable to force the class initialization
00658    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGColorPopup*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00659 } // end of namespace ROOT
00660 
00661 namespace ROOT {
00662    void TGColorSelect_ShowMembers(void *obj, TMemberInspector &R__insp);
00663    static void *new_TGColorSelect(void *p = 0);
00664    static void *newArray_TGColorSelect(Long_t size, void *p);
00665    static void delete_TGColorSelect(void *p);
00666    static void deleteArray_TGColorSelect(void *p);
00667    static void destruct_TGColorSelect(void *p);
00668    static void streamer_TGColorSelect(TBuffer &buf, void *obj);
00669 
00670    // Function generating the singleton type initializer
00671    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGColorSelect*)
00672    {
00673       ::TGColorSelect *ptr = 0;
00674       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGColorSelect >(0);
00675       static ::ROOT::TGenericClassInfo 
00676          instance("TGColorSelect", ::TGColorSelect::Class_Version(), "include/TGColorSelect.h", 130,
00677                   typeid(::TGColorSelect), DefineBehavior(ptr, ptr),
00678                   &::TGColorSelect::Dictionary, isa_proxy, 0,
00679                   sizeof(::TGColorSelect) );
00680       instance.SetNew(&new_TGColorSelect);
00681       instance.SetNewArray(&newArray_TGColorSelect);
00682       instance.SetDelete(&delete_TGColorSelect);
00683       instance.SetDeleteArray(&deleteArray_TGColorSelect);
00684       instance.SetDestructor(&destruct_TGColorSelect);
00685       instance.SetStreamerFunc(&streamer_TGColorSelect);
00686       return &instance;
00687    }
00688    TGenericClassInfo *GenerateInitInstance(const ::TGColorSelect*)
00689    {
00690       return GenerateInitInstanceLocal((::TGColorSelect*)0);
00691    }
00692    // Static variable to force the class initialization
00693    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGColorSelect*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00694 } // end of namespace ROOT
00695 
00696 namespace ROOT {
00697    void TGFontDialog_ShowMembers(void *obj, TMemberInspector &R__insp);
00698    static void *new_TGFontDialog(void *p = 0);
00699    static void *newArray_TGFontDialog(Long_t size, void *p);
00700    static void delete_TGFontDialog(void *p);
00701    static void deleteArray_TGFontDialog(void *p);
00702    static void destruct_TGFontDialog(void *p);
00703    static void streamer_TGFontDialog(TBuffer &buf, void *obj);
00704 
00705    // Function generating the singleton type initializer
00706    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGFontDialog*)
00707    {
00708       ::TGFontDialog *ptr = 0;
00709       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGFontDialog >(0);
00710       static ::ROOT::TGenericClassInfo 
00711          instance("TGFontDialog", ::TGFontDialog::Class_Version(), "include/TGFontDialog.h", 38,
00712                   typeid(::TGFontDialog), DefineBehavior(ptr, ptr),
00713                   &::TGFontDialog::Dictionary, isa_proxy, 0,
00714                   sizeof(::TGFontDialog) );
00715       instance.SetNew(&new_TGFontDialog);
00716       instance.SetNewArray(&newArray_TGFontDialog);
00717       instance.SetDelete(&delete_TGFontDialog);
00718       instance.SetDeleteArray(&deleteArray_TGFontDialog);
00719       instance.SetDestructor(&destruct_TGFontDialog);
00720       instance.SetStreamerFunc(&streamer_TGFontDialog);
00721       return &instance;
00722    }
00723    TGenericClassInfo *GenerateInitInstance(const ::TGFontDialog*)
00724    {
00725       return GenerateInitInstanceLocal((::TGFontDialog*)0);
00726    }
00727    // Static variable to force the class initialization
00728    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGFontDialog*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00729 } // end of namespace ROOT
00730 
00731 namespace ROOT {
00732    void TGFontDialogcLcLFontProp_t_ShowMembers(void *obj, TMemberInspector &R__insp);
00733    static void TGFontDialogcLcLFontProp_t_Dictionary();
00734    static void *new_TGFontDialogcLcLFontProp_t(void *p = 0);
00735    static void *newArray_TGFontDialogcLcLFontProp_t(Long_t size, void *p);
00736    static void delete_TGFontDialogcLcLFontProp_t(void *p);
00737    static void deleteArray_TGFontDialogcLcLFontProp_t(void *p);
00738    static void destruct_TGFontDialogcLcLFontProp_t(void *p);
00739 
00740    // Function generating the singleton type initializer
00741    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGFontDialog::FontProp_t*)
00742    {
00743       ::TGFontDialog::FontProp_t *ptr = 0;
00744       static ::TVirtualIsAProxy* isa_proxy = new ::TIsAProxy(typeid(::TGFontDialog::FontProp_t),0);
00745       static ::ROOT::TGenericClassInfo 
00746          instance("TGFontDialog::FontProp_t", "include/TGFontDialog.h", 41,
00747                   typeid(::TGFontDialog::FontProp_t), DefineBehavior(ptr, ptr),
00748                   0, &TGFontDialogcLcLFontProp_t_Dictionary, isa_proxy, 0,
00749                   sizeof(::TGFontDialog::FontProp_t) );
00750       instance.SetNew(&new_TGFontDialogcLcLFontProp_t);
00751       instance.SetNewArray(&newArray_TGFontDialogcLcLFontProp_t);
00752       instance.SetDelete(&delete_TGFontDialogcLcLFontProp_t);
00753       instance.SetDeleteArray(&deleteArray_TGFontDialogcLcLFontProp_t);
00754       instance.SetDestructor(&destruct_TGFontDialogcLcLFontProp_t);
00755       return &instance;
00756    }
00757    TGenericClassInfo *GenerateInitInstance(const ::TGFontDialog::FontProp_t*)
00758    {
00759       return GenerateInitInstanceLocal((::TGFontDialog::FontProp_t*)0);
00760    }
00761    // Static variable to force the class initialization
00762    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGFontDialog::FontProp_t*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00763 
00764    // Dictionary for non-ClassDef classes
00765    static void TGFontDialogcLcLFontProp_t_Dictionary() {
00766       ::ROOT::GenerateInitInstanceLocal((const ::TGFontDialog::FontProp_t*)0x0)->GetClass();
00767    }
00768 
00769 } // end of namespace ROOT
00770 
00771 namespace ROOT {
00772    void TGDockButton_ShowMembers(void *obj, TMemberInspector &R__insp);
00773    static void *new_TGDockButton(void *p = 0);
00774    static void *newArray_TGDockButton(Long_t size, void *p);
00775    static void delete_TGDockButton(void *p);
00776    static void deleteArray_TGDockButton(void *p);
00777    static void destruct_TGDockButton(void *p);
00778    static void streamer_TGDockButton(TBuffer &buf, void *obj);
00779 
00780    // Function generating the singleton type initializer
00781    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGDockButton*)
00782    {
00783       ::TGDockButton *ptr = 0;
00784       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGDockButton >(0);
00785       static ::ROOT::TGenericClassInfo 
00786          instance("TGDockButton", ::TGDockButton::Class_Version(), "include/TGDockableFrame.h", 47,
00787                   typeid(::TGDockButton), DefineBehavior(ptr, ptr),
00788                   &::TGDockButton::Dictionary, isa_proxy, 0,
00789                   sizeof(::TGDockButton) );
00790       instance.SetNew(&new_TGDockButton);
00791       instance.SetNewArray(&newArray_TGDockButton);
00792       instance.SetDelete(&delete_TGDockButton);
00793       instance.SetDeleteArray(&deleteArray_TGDockButton);
00794       instance.SetDestructor(&destruct_TGDockButton);
00795       instance.SetStreamerFunc(&streamer_TGDockButton);
00796       return &instance;
00797    }
00798    TGenericClassInfo *GenerateInitInstance(const ::TGDockButton*)
00799    {
00800       return GenerateInitInstanceLocal((::TGDockButton*)0);
00801    }
00802    // Static variable to force the class initialization
00803    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGDockButton*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00804 } // end of namespace ROOT
00805 
00806 namespace ROOT {
00807    void TGDockHideButton_ShowMembers(void *obj, TMemberInspector &R__insp);
00808    static void *new_TGDockHideButton(void *p = 0);
00809    static void *newArray_TGDockHideButton(Long_t size, void *p);
00810    static void delete_TGDockHideButton(void *p);
00811    static void deleteArray_TGDockHideButton(void *p);
00812    static void destruct_TGDockHideButton(void *p);
00813    static void streamer_TGDockHideButton(TBuffer &buf, void *obj);
00814 
00815    // Function generating the singleton type initializer
00816    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGDockHideButton*)
00817    {
00818       ::TGDockHideButton *ptr = 0;
00819       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGDockHideButton >(0);
00820       static ::ROOT::TGenericClassInfo 
00821          instance("TGDockHideButton", ::TGDockHideButton::Class_Version(), "include/TGDockableFrame.h", 66,
00822                   typeid(::TGDockHideButton), DefineBehavior(ptr, ptr),
00823                   &::TGDockHideButton::Dictionary, isa_proxy, 0,
00824                   sizeof(::TGDockHideButton) );
00825       instance.SetNew(&new_TGDockHideButton);
00826       instance.SetNewArray(&newArray_TGDockHideButton);
00827       instance.SetDelete(&delete_TGDockHideButton);
00828       instance.SetDeleteArray(&deleteArray_TGDockHideButton);
00829       instance.SetDestructor(&destruct_TGDockHideButton);
00830       instance.SetStreamerFunc(&streamer_TGDockHideButton);
00831       return &instance;
00832    }
00833    TGenericClassInfo *GenerateInitInstance(const ::TGDockHideButton*)
00834    {
00835       return GenerateInitInstanceLocal((::TGDockHideButton*)0);
00836    }
00837    // Static variable to force the class initialization
00838    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGDockHideButton*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00839 } // end of namespace ROOT
00840 
00841 namespace ROOT {
00842    void TGUndockedFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
00843    static void *new_TGUndockedFrame(void *p = 0);
00844    static void *newArray_TGUndockedFrame(Long_t size, void *p);
00845    static void delete_TGUndockedFrame(void *p);
00846    static void deleteArray_TGUndockedFrame(void *p);
00847    static void destruct_TGUndockedFrame(void *p);
00848    static void streamer_TGUndockedFrame(TBuffer &buf, void *obj);
00849 
00850    // Function generating the singleton type initializer
00851    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGUndockedFrame*)
00852    {
00853       ::TGUndockedFrame *ptr = 0;
00854       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGUndockedFrame >(0);
00855       static ::ROOT::TGenericClassInfo 
00856          instance("TGUndockedFrame", ::TGUndockedFrame::Class_Version(), "include/TGDockableFrame.h", 81,
00857                   typeid(::TGUndockedFrame), DefineBehavior(ptr, ptr),
00858                   &::TGUndockedFrame::Dictionary, isa_proxy, 0,
00859                   sizeof(::TGUndockedFrame) );
00860       instance.SetNew(&new_TGUndockedFrame);
00861       instance.SetNewArray(&newArray_TGUndockedFrame);
00862       instance.SetDelete(&delete_TGUndockedFrame);
00863       instance.SetDeleteArray(&deleteArray_TGUndockedFrame);
00864       instance.SetDestructor(&destruct_TGUndockedFrame);
00865       instance.SetStreamerFunc(&streamer_TGUndockedFrame);
00866       return &instance;
00867    }
00868    TGenericClassInfo *GenerateInitInstance(const ::TGUndockedFrame*)
00869    {
00870       return GenerateInitInstanceLocal((::TGUndockedFrame*)0);
00871    }
00872    // Static variable to force the class initialization
00873    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGUndockedFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00874 } // end of namespace ROOT
00875 
00876 namespace ROOT {
00877    void TGMdiMenuBar_ShowMembers(void *obj, TMemberInspector &R__insp);
00878    static void delete_TGMdiMenuBar(void *p);
00879    static void deleteArray_TGMdiMenuBar(void *p);
00880    static void destruct_TGMdiMenuBar(void *p);
00881    static void streamer_TGMdiMenuBar(TBuffer &buf, void *obj);
00882 
00883    // Function generating the singleton type initializer
00884    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiMenuBar*)
00885    {
00886       ::TGMdiMenuBar *ptr = 0;
00887       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiMenuBar >(0);
00888       static ::ROOT::TGenericClassInfo 
00889          instance("TGMdiMenuBar", ::TGMdiMenuBar::Class_Version(), "include/TGMdiMenu.h", 57,
00890                   typeid(::TGMdiMenuBar), DefineBehavior(ptr, ptr),
00891                   &::TGMdiMenuBar::Dictionary, isa_proxy, 0,
00892                   sizeof(::TGMdiMenuBar) );
00893       instance.SetDelete(&delete_TGMdiMenuBar);
00894       instance.SetDeleteArray(&deleteArray_TGMdiMenuBar);
00895       instance.SetDestructor(&destruct_TGMdiMenuBar);
00896       instance.SetStreamerFunc(&streamer_TGMdiMenuBar);
00897       return &instance;
00898    }
00899    TGenericClassInfo *GenerateInitInstance(const ::TGMdiMenuBar*)
00900    {
00901       return GenerateInitInstanceLocal((::TGMdiMenuBar*)0);
00902    }
00903    // Static variable to force the class initialization
00904    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiMenuBar*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00905 } // end of namespace ROOT
00906 
00907 namespace ROOT {
00908    void TGMdiContainer_ShowMembers(void *obj, TMemberInspector &R__insp);
00909    static void delete_TGMdiContainer(void *p);
00910    static void deleteArray_TGMdiContainer(void *p);
00911    static void destruct_TGMdiContainer(void *p);
00912    static void streamer_TGMdiContainer(TBuffer &buf, void *obj);
00913 
00914    // Function generating the singleton type initializer
00915    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiContainer*)
00916    {
00917       ::TGMdiContainer *ptr = 0;
00918       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiContainer >(0);
00919       static ::ROOT::TGenericClassInfo 
00920          instance("TGMdiContainer", ::TGMdiContainer::Class_Version(), "include/TGMdiMainFrame.h", 247,
00921                   typeid(::TGMdiContainer), DefineBehavior(ptr, ptr),
00922                   &::TGMdiContainer::Dictionary, isa_proxy, 0,
00923                   sizeof(::TGMdiContainer) );
00924       instance.SetDelete(&delete_TGMdiContainer);
00925       instance.SetDeleteArray(&deleteArray_TGMdiContainer);
00926       instance.SetDestructor(&destruct_TGMdiContainer);
00927       instance.SetStreamerFunc(&streamer_TGMdiContainer);
00928       return &instance;
00929    }
00930    TGenericClassInfo *GenerateInitInstance(const ::TGMdiContainer*)
00931    {
00932       return GenerateInitInstanceLocal((::TGMdiContainer*)0);
00933    }
00934    // Static variable to force the class initialization
00935    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiContainer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00936 } // end of namespace ROOT
00937 
00938 namespace ROOT {
00939    void TGMdiDecorFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
00940    static void delete_TGMdiDecorFrame(void *p);
00941    static void deleteArray_TGMdiDecorFrame(void *p);
00942    static void destruct_TGMdiDecorFrame(void *p);
00943    static void streamer_TGMdiDecorFrame(TBuffer &buf, void *obj);
00944 
00945    // Function generating the singleton type initializer
00946    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiDecorFrame*)
00947    {
00948       ::TGMdiDecorFrame *ptr = 0;
00949       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiDecorFrame >(0);
00950       static ::ROOT::TGenericClassInfo 
00951          instance("TGMdiDecorFrame", ::TGMdiDecorFrame::Class_Version(), "include/TGMdiDecorFrame.h", 254,
00952                   typeid(::TGMdiDecorFrame), DefineBehavior(ptr, ptr),
00953                   &::TGMdiDecorFrame::Dictionary, isa_proxy, 0,
00954                   sizeof(::TGMdiDecorFrame) );
00955       instance.SetDelete(&delete_TGMdiDecorFrame);
00956       instance.SetDeleteArray(&deleteArray_TGMdiDecorFrame);
00957       instance.SetDestructor(&destruct_TGMdiDecorFrame);
00958       instance.SetStreamerFunc(&streamer_TGMdiDecorFrame);
00959       return &instance;
00960    }
00961    TGenericClassInfo *GenerateInitInstance(const ::TGMdiDecorFrame*)
00962    {
00963       return GenerateInitInstanceLocal((::TGMdiDecorFrame*)0);
00964    }
00965    // Static variable to force the class initialization
00966    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiDecorFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00967 } // end of namespace ROOT
00968 
00969 namespace ROOT {
00970    void TGMdiFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
00971    static void delete_TGMdiFrame(void *p);
00972    static void deleteArray_TGMdiFrame(void *p);
00973    static void destruct_TGMdiFrame(void *p);
00974    static void streamer_TGMdiFrame(TBuffer &buf, void *obj);
00975 
00976    // Function generating the singleton type initializer
00977    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiFrame*)
00978    {
00979       ::TGMdiFrame *ptr = 0;
00980       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiFrame >(0);
00981       static ::ROOT::TGenericClassInfo 
00982          instance("TGMdiFrame", ::TGMdiFrame::Class_Version(), "include/TGMdiFrame.h", 53,
00983                   typeid(::TGMdiFrame), DefineBehavior(ptr, ptr),
00984                   &::TGMdiFrame::Dictionary, isa_proxy, 0,
00985                   sizeof(::TGMdiFrame) );
00986       instance.SetDelete(&delete_TGMdiFrame);
00987       instance.SetDeleteArray(&deleteArray_TGMdiFrame);
00988       instance.SetDestructor(&destruct_TGMdiFrame);
00989       instance.SetStreamerFunc(&streamer_TGMdiFrame);
00990       return &instance;
00991    }
00992    TGenericClassInfo *GenerateInitInstance(const ::TGMdiFrame*)
00993    {
00994       return GenerateInitInstanceLocal((::TGMdiFrame*)0);
00995    }
00996    // Static variable to force the class initialization
00997    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00998 } // end of namespace ROOT
00999 
01000 namespace ROOT {
01001    void TGMdiFrameList_ShowMembers(void *obj, TMemberInspector &R__insp);
01002    static void *new_TGMdiFrameList(void *p = 0);
01003    static void *newArray_TGMdiFrameList(Long_t size, void *p);
01004    static void delete_TGMdiFrameList(void *p);
01005    static void deleteArray_TGMdiFrameList(void *p);
01006    static void destruct_TGMdiFrameList(void *p);
01007    static void streamer_TGMdiFrameList(TBuffer &buf, void *obj);
01008 
01009    // Function generating the singleton type initializer
01010    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiFrameList*)
01011    {
01012       ::TGMdiFrameList *ptr = 0;
01013       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiFrameList >(0);
01014       static ::ROOT::TGenericClassInfo 
01015          instance("TGMdiFrameList", ::TGMdiFrameList::Class_Version(), "include/TGMdiMainFrame.h", 99,
01016                   typeid(::TGMdiFrameList), DefineBehavior(ptr, ptr),
01017                   &::TGMdiFrameList::Dictionary, isa_proxy, 0,
01018                   sizeof(::TGMdiFrameList) );
01019       instance.SetNew(&new_TGMdiFrameList);
01020       instance.SetNewArray(&newArray_TGMdiFrameList);
01021       instance.SetDelete(&delete_TGMdiFrameList);
01022       instance.SetDeleteArray(&deleteArray_TGMdiFrameList);
01023       instance.SetDestructor(&destruct_TGMdiFrameList);
01024       instance.SetStreamerFunc(&streamer_TGMdiFrameList);
01025       return &instance;
01026    }
01027    TGenericClassInfo *GenerateInitInstance(const ::TGMdiFrameList*)
01028    {
01029       return GenerateInitInstanceLocal((::TGMdiFrameList*)0);
01030    }
01031    // Static variable to force the class initialization
01032    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiFrameList*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01033 } // end of namespace ROOT
01034 
01035 namespace ROOT {
01036    void TGMdiMainFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
01037    static void delete_TGMdiMainFrame(void *p);
01038    static void deleteArray_TGMdiMainFrame(void *p);
01039    static void destruct_TGMdiMainFrame(void *p);
01040    static void streamer_TGMdiMainFrame(TBuffer &buf, void *obj);
01041 
01042    // Function generating the singleton type initializer
01043    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiMainFrame*)
01044    {
01045       ::TGMdiMainFrame *ptr = 0;
01046       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiMainFrame >(0);
01047       static ::ROOT::TGenericClassInfo 
01048          instance("TGMdiMainFrame", ::TGMdiMainFrame::Class_Version(), "include/TGMdiMainFrame.h", 144,
01049                   typeid(::TGMdiMainFrame), DefineBehavior(ptr, ptr),
01050                   &::TGMdiMainFrame::Dictionary, isa_proxy, 0,
01051                   sizeof(::TGMdiMainFrame) );
01052       instance.SetDelete(&delete_TGMdiMainFrame);
01053       instance.SetDeleteArray(&deleteArray_TGMdiMainFrame);
01054       instance.SetDestructor(&destruct_TGMdiMainFrame);
01055       instance.SetStreamerFunc(&streamer_TGMdiMainFrame);
01056       return &instance;
01057    }
01058    TGenericClassInfo *GenerateInitInstance(const ::TGMdiMainFrame*)
01059    {
01060       return GenerateInitInstanceLocal((::TGMdiMainFrame*)0);
01061    }
01062    // Static variable to force the class initialization
01063    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiMainFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01064 } // end of namespace ROOT
01065 
01066 namespace ROOT {
01067    void TGMdiGeometry_ShowMembers(void *obj, TMemberInspector &R__insp);
01068    static void *new_TGMdiGeometry(void *p = 0);
01069    static void *newArray_TGMdiGeometry(Long_t size, void *p);
01070    static void delete_TGMdiGeometry(void *p);
01071    static void deleteArray_TGMdiGeometry(void *p);
01072    static void destruct_TGMdiGeometry(void *p);
01073    static void streamer_TGMdiGeometry(TBuffer &buf, void *obj);
01074 
01075    // Function generating the singleton type initializer
01076    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiGeometry*)
01077    {
01078       ::TGMdiGeometry *ptr = 0;
01079       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiGeometry >(0);
01080       static ::ROOT::TGenericClassInfo 
01081          instance("TGMdiGeometry", ::TGMdiGeometry::Class_Version(), "include/TGMdiMainFrame.h", 130,
01082                   typeid(::TGMdiGeometry), DefineBehavior(ptr, ptr),
01083                   &::TGMdiGeometry::Dictionary, isa_proxy, 0,
01084                   sizeof(::TGMdiGeometry) );
01085       instance.SetNew(&new_TGMdiGeometry);
01086       instance.SetNewArray(&newArray_TGMdiGeometry);
01087       instance.SetDelete(&delete_TGMdiGeometry);
01088       instance.SetDeleteArray(&deleteArray_TGMdiGeometry);
01089       instance.SetDestructor(&destruct_TGMdiGeometry);
01090       instance.SetStreamerFunc(&streamer_TGMdiGeometry);
01091       return &instance;
01092    }
01093    TGenericClassInfo *GenerateInitInstance(const ::TGMdiGeometry*)
01094    {
01095       return GenerateInitInstanceLocal((::TGMdiGeometry*)0);
01096    }
01097    // Static variable to force the class initialization
01098    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiGeometry*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01099 } // end of namespace ROOT
01100 
01101 namespace ROOT {
01102    void TGMdiTitleIcon_ShowMembers(void *obj, TMemberInspector &R__insp);
01103    static void delete_TGMdiTitleIcon(void *p);
01104    static void deleteArray_TGMdiTitleIcon(void *p);
01105    static void destruct_TGMdiTitleIcon(void *p);
01106    static void streamer_TGMdiTitleIcon(TBuffer &buf, void *obj);
01107 
01108    // Function generating the singleton type initializer
01109    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiTitleIcon*)
01110    {
01111       ::TGMdiTitleIcon *ptr = 0;
01112       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiTitleIcon >(0);
01113       static ::ROOT::TGenericClassInfo 
01114          instance("TGMdiTitleIcon", ::TGMdiTitleIcon::Class_Version(), "include/TGMdiDecorFrame.h", 175,
01115                   typeid(::TGMdiTitleIcon), DefineBehavior(ptr, ptr),
01116                   &::TGMdiTitleIcon::Dictionary, isa_proxy, 0,
01117                   sizeof(::TGMdiTitleIcon) );
01118       instance.SetDelete(&delete_TGMdiTitleIcon);
01119       instance.SetDeleteArray(&deleteArray_TGMdiTitleIcon);
01120       instance.SetDestructor(&destruct_TGMdiTitleIcon);
01121       instance.SetStreamerFunc(&streamer_TGMdiTitleIcon);
01122       return &instance;
01123    }
01124    TGenericClassInfo *GenerateInitInstance(const ::TGMdiTitleIcon*)
01125    {
01126       return GenerateInitInstanceLocal((::TGMdiTitleIcon*)0);
01127    }
01128    // Static variable to force the class initialization
01129    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiTitleIcon*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01130 } // end of namespace ROOT
01131 
01132 namespace ROOT {
01133    void TGMdiButtons_ShowMembers(void *obj, TMemberInspector &R__insp);
01134    static void delete_TGMdiButtons(void *p);
01135    static void deleteArray_TGMdiButtons(void *p);
01136    static void destruct_TGMdiButtons(void *p);
01137    static void streamer_TGMdiButtons(TBuffer &buf, void *obj);
01138 
01139    // Function generating the singleton type initializer
01140    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiButtons*)
01141    {
01142       ::TGMdiButtons *ptr = 0;
01143       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiButtons >(0);
01144       static ::ROOT::TGenericClassInfo 
01145          instance("TGMdiButtons", ::TGMdiButtons::Class_Version(), "include/TGMdiDecorFrame.h", 154,
01146                   typeid(::TGMdiButtons), DefineBehavior(ptr, ptr),
01147                   &::TGMdiButtons::Dictionary, isa_proxy, 0,
01148                   sizeof(::TGMdiButtons) );
01149       instance.SetDelete(&delete_TGMdiButtons);
01150       instance.SetDeleteArray(&deleteArray_TGMdiButtons);
01151       instance.SetDestructor(&destruct_TGMdiButtons);
01152       instance.SetStreamerFunc(&streamer_TGMdiButtons);
01153       return &instance;
01154    }
01155    TGenericClassInfo *GenerateInitInstance(const ::TGMdiButtons*)
01156    {
01157       return GenerateInitInstanceLocal((::TGMdiButtons*)0);
01158    }
01159    // Static variable to force the class initialization
01160    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiButtons*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01161 } // end of namespace ROOT
01162 
01163 namespace ROOT {
01164    void TGMdiTitleBar_ShowMembers(void *obj, TMemberInspector &R__insp);
01165    static void delete_TGMdiTitleBar(void *p);
01166    static void deleteArray_TGMdiTitleBar(void *p);
01167    static void destruct_TGMdiTitleBar(void *p);
01168    static void streamer_TGMdiTitleBar(TBuffer &buf, void *obj);
01169 
01170    // Function generating the singleton type initializer
01171    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiTitleBar*)
01172    {
01173       ::TGMdiTitleBar *ptr = 0;
01174       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiTitleBar >(0);
01175       static ::ROOT::TGenericClassInfo 
01176          instance("TGMdiTitleBar", ::TGMdiTitleBar::Class_Version(), "include/TGMdiDecorFrame.h", 201,
01177                   typeid(::TGMdiTitleBar), DefineBehavior(ptr, ptr),
01178                   &::TGMdiTitleBar::Dictionary, isa_proxy, 0,
01179                   sizeof(::TGMdiTitleBar) );
01180       instance.SetDelete(&delete_TGMdiTitleBar);
01181       instance.SetDeleteArray(&deleteArray_TGMdiTitleBar);
01182       instance.SetDestructor(&destruct_TGMdiTitleBar);
01183       instance.SetStreamerFunc(&streamer_TGMdiTitleBar);
01184       return &instance;
01185    }
01186    TGenericClassInfo *GenerateInitInstance(const ::TGMdiTitleBar*)
01187    {
01188       return GenerateInitInstanceLocal((::TGMdiTitleBar*)0);
01189    }
01190    // Static variable to force the class initialization
01191    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiTitleBar*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01192 } // end of namespace ROOT
01193 
01194 namespace ROOT {
01195    void TGMdiWinResizer_ShowMembers(void *obj, TMemberInspector &R__insp);
01196    static void delete_TGMdiWinResizer(void *p);
01197    static void deleteArray_TGMdiWinResizer(void *p);
01198    static void destruct_TGMdiWinResizer(void *p);
01199    static void streamer_TGMdiWinResizer(TBuffer &buf, void *obj);
01200 
01201    // Function generating the singleton type initializer
01202    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiWinResizer*)
01203    {
01204       ::TGMdiWinResizer *ptr = 0;
01205       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiWinResizer >(0);
01206       static ::ROOT::TGenericClassInfo 
01207          instance("TGMdiWinResizer", ::TGMdiWinResizer::Class_Version(), "include/TGMdiDecorFrame.h", 70,
01208                   typeid(::TGMdiWinResizer), DefineBehavior(ptr, ptr),
01209                   &::TGMdiWinResizer::Dictionary, isa_proxy, 0,
01210                   sizeof(::TGMdiWinResizer) );
01211       instance.SetDelete(&delete_TGMdiWinResizer);
01212       instance.SetDeleteArray(&deleteArray_TGMdiWinResizer);
01213       instance.SetDestructor(&destruct_TGMdiWinResizer);
01214       instance.SetStreamerFunc(&streamer_TGMdiWinResizer);
01215       return &instance;
01216    }
01217    TGenericClassInfo *GenerateInitInstance(const ::TGMdiWinResizer*)
01218    {
01219       return GenerateInitInstanceLocal((::TGMdiWinResizer*)0);
01220    }
01221    // Static variable to force the class initialization
01222    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiWinResizer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01223 } // end of namespace ROOT
01224 
01225 namespace ROOT {
01226    void TGMdiVerticalWinResizer_ShowMembers(void *obj, TMemberInspector &R__insp);
01227    static void delete_TGMdiVerticalWinResizer(void *p);
01228    static void deleteArray_TGMdiVerticalWinResizer(void *p);
01229    static void destruct_TGMdiVerticalWinResizer(void *p);
01230    static void streamer_TGMdiVerticalWinResizer(TBuffer &buf, void *obj);
01231 
01232    // Function generating the singleton type initializer
01233    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiVerticalWinResizer*)
01234    {
01235       ::TGMdiVerticalWinResizer *ptr = 0;
01236       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiVerticalWinResizer >(0);
01237       static ::ROOT::TGenericClassInfo 
01238          instance("TGMdiVerticalWinResizer", ::TGMdiVerticalWinResizer::Class_Version(), "include/TGMdiDecorFrame.h", 107,
01239                   typeid(::TGMdiVerticalWinResizer), DefineBehavior(ptr, ptr),
01240                   &::TGMdiVerticalWinResizer::Dictionary, isa_proxy, 0,
01241                   sizeof(::TGMdiVerticalWinResizer) );
01242       instance.SetDelete(&delete_TGMdiVerticalWinResizer);
01243       instance.SetDeleteArray(&deleteArray_TGMdiVerticalWinResizer);
01244       instance.SetDestructor(&destruct_TGMdiVerticalWinResizer);
01245       instance.SetStreamerFunc(&streamer_TGMdiVerticalWinResizer);
01246       return &instance;
01247    }
01248    TGenericClassInfo *GenerateInitInstance(const ::TGMdiVerticalWinResizer*)
01249    {
01250       return GenerateInitInstanceLocal((::TGMdiVerticalWinResizer*)0);
01251    }
01252    // Static variable to force the class initialization
01253    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiVerticalWinResizer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01254 } // end of namespace ROOT
01255 
01256 namespace ROOT {
01257    void TGMdiHorizontalWinResizer_ShowMembers(void *obj, TMemberInspector &R__insp);
01258    static void delete_TGMdiHorizontalWinResizer(void *p);
01259    static void deleteArray_TGMdiHorizontalWinResizer(void *p);
01260    static void destruct_TGMdiHorizontalWinResizer(void *p);
01261    static void streamer_TGMdiHorizontalWinResizer(TBuffer &buf, void *obj);
01262 
01263    // Function generating the singleton type initializer
01264    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiHorizontalWinResizer*)
01265    {
01266       ::TGMdiHorizontalWinResizer *ptr = 0;
01267       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiHorizontalWinResizer >(0);
01268       static ::ROOT::TGenericClassInfo 
01269          instance("TGMdiHorizontalWinResizer", ::TGMdiHorizontalWinResizer::Class_Version(), "include/TGMdiDecorFrame.h", 122,
01270                   typeid(::TGMdiHorizontalWinResizer), DefineBehavior(ptr, ptr),
01271                   &::TGMdiHorizontalWinResizer::Dictionary, isa_proxy, 0,
01272                   sizeof(::TGMdiHorizontalWinResizer) );
01273       instance.SetDelete(&delete_TGMdiHorizontalWinResizer);
01274       instance.SetDeleteArray(&deleteArray_TGMdiHorizontalWinResizer);
01275       instance.SetDestructor(&destruct_TGMdiHorizontalWinResizer);
01276       instance.SetStreamerFunc(&streamer_TGMdiHorizontalWinResizer);
01277       return &instance;
01278    }
01279    TGenericClassInfo *GenerateInitInstance(const ::TGMdiHorizontalWinResizer*)
01280    {
01281       return GenerateInitInstanceLocal((::TGMdiHorizontalWinResizer*)0);
01282    }
01283    // Static variable to force the class initialization
01284    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiHorizontalWinResizer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01285 } // end of namespace ROOT
01286 
01287 namespace ROOT {
01288    void TGMdiCornerWinResizer_ShowMembers(void *obj, TMemberInspector &R__insp);
01289    static void delete_TGMdiCornerWinResizer(void *p);
01290    static void deleteArray_TGMdiCornerWinResizer(void *p);
01291    static void destruct_TGMdiCornerWinResizer(void *p);
01292    static void streamer_TGMdiCornerWinResizer(TBuffer &buf, void *obj);
01293 
01294    // Function generating the singleton type initializer
01295    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGMdiCornerWinResizer*)
01296    {
01297       ::TGMdiCornerWinResizer *ptr = 0;
01298       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGMdiCornerWinResizer >(0);
01299       static ::ROOT::TGenericClassInfo 
01300          instance("TGMdiCornerWinResizer", ::TGMdiCornerWinResizer::Class_Version(), "include/TGMdiDecorFrame.h", 137,
01301                   typeid(::TGMdiCornerWinResizer), DefineBehavior(ptr, ptr),
01302                   &::TGMdiCornerWinResizer::Dictionary, isa_proxy, 0,
01303                   sizeof(::TGMdiCornerWinResizer) );
01304       instance.SetDelete(&delete_TGMdiCornerWinResizer);
01305       instance.SetDeleteArray(&deleteArray_TGMdiCornerWinResizer);
01306       instance.SetDestructor(&destruct_TGMdiCornerWinResizer);
01307       instance.SetStreamerFunc(&streamer_TGMdiCornerWinResizer);
01308       return &instance;
01309    }
01310    TGenericClassInfo *GenerateInitInstance(const ::TGMdiCornerWinResizer*)
01311    {
01312       return GenerateInitInstanceLocal((::TGMdiCornerWinResizer*)0);
01313    }
01314    // Static variable to force the class initialization
01315    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGMdiCornerWinResizer*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01316 } // end of namespace ROOT
01317 
01318 namespace ROOT {
01319    void TVirtualDragManager_ShowMembers(void *obj, TMemberInspector &R__insp);
01320    static void *new_TVirtualDragManager(void *p = 0);
01321    static void *newArray_TVirtualDragManager(Long_t size, void *p);
01322    static void delete_TVirtualDragManager(void *p);
01323    static void deleteArray_TVirtualDragManager(void *p);
01324    static void destruct_TVirtualDragManager(void *p);
01325    static void streamer_TVirtualDragManager(TBuffer &buf, void *obj);
01326 
01327    // Function generating the singleton type initializer
01328    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TVirtualDragManager*)
01329    {
01330       ::TVirtualDragManager *ptr = 0;
01331       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TVirtualDragManager >(0);
01332       static ::ROOT::TGenericClassInfo 
01333          instance("TVirtualDragManager", ::TVirtualDragManager::Class_Version(), "include/TVirtualDragManager.h", 30,
01334                   typeid(::TVirtualDragManager), DefineBehavior(ptr, ptr),
01335                   &::TVirtualDragManager::Dictionary, isa_proxy, 0,
01336                   sizeof(::TVirtualDragManager) );
01337       instance.SetNew(&new_TVirtualDragManager);
01338       instance.SetNewArray(&newArray_TVirtualDragManager);
01339       instance.SetDelete(&delete_TVirtualDragManager);
01340       instance.SetDeleteArray(&deleteArray_TVirtualDragManager);
01341       instance.SetDestructor(&destruct_TVirtualDragManager);
01342       instance.SetStreamerFunc(&streamer_TVirtualDragManager);
01343       return &instance;
01344    }
01345    TGenericClassInfo *GenerateInitInstance(const ::TVirtualDragManager*)
01346    {
01347       return GenerateInitInstanceLocal((::TVirtualDragManager*)0);
01348    }
01349    // Static variable to force the class initialization
01350    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TVirtualDragManager*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01351 } // end of namespace ROOT
01352 
01353 namespace ROOT {
01354    void TGuiBldAction_ShowMembers(void *obj, TMemberInspector &R__insp);
01355    static void *new_TGuiBldAction(void *p = 0);
01356    static void *newArray_TGuiBldAction(Long_t size, void *p);
01357    static void delete_TGuiBldAction(void *p);
01358    static void deleteArray_TGuiBldAction(void *p);
01359    static void destruct_TGuiBldAction(void *p);
01360    static void streamer_TGuiBldAction(TBuffer &buf, void *obj);
01361 
01362    // Function generating the singleton type initializer
01363    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGuiBldAction*)
01364    {
01365       ::TGuiBldAction *ptr = 0;
01366       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGuiBldAction >(0);
01367       static ::ROOT::TGenericClassInfo 
01368          instance("TGuiBldAction", ::TGuiBldAction::Class_Version(), "include/TGuiBuilder.h", 34,
01369                   typeid(::TGuiBldAction), DefineBehavior(ptr, ptr),
01370                   &::TGuiBldAction::Dictionary, isa_proxy, 0,
01371                   sizeof(::TGuiBldAction) );
01372       instance.SetNew(&new_TGuiBldAction);
01373       instance.SetNewArray(&newArray_TGuiBldAction);
01374       instance.SetDelete(&delete_TGuiBldAction);
01375       instance.SetDeleteArray(&deleteArray_TGuiBldAction);
01376       instance.SetDestructor(&destruct_TGuiBldAction);
01377       instance.SetStreamerFunc(&streamer_TGuiBldAction);
01378       return &instance;
01379    }
01380    TGenericClassInfo *GenerateInitInstance(const ::TGuiBldAction*)
01381    {
01382       return GenerateInitInstanceLocal((::TGuiBldAction*)0);
01383    }
01384    // Static variable to force the class initialization
01385    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGuiBldAction*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01386 } // end of namespace ROOT
01387 
01388 namespace ROOT {
01389    void TGuiBuilder_ShowMembers(void *obj, TMemberInspector &R__insp);
01390    static void *new_TGuiBuilder(void *p = 0);
01391    static void *newArray_TGuiBuilder(Long_t size, void *p);
01392    static void delete_TGuiBuilder(void *p);
01393    static void deleteArray_TGuiBuilder(void *p);
01394    static void destruct_TGuiBuilder(void *p);
01395    static void streamer_TGuiBuilder(TBuffer &buf, void *obj);
01396 
01397    // Function generating the singleton type initializer
01398    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGuiBuilder*)
01399    {
01400       ::TGuiBuilder *ptr = 0;
01401       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGuiBuilder >(0);
01402       static ::ROOT::TGenericClassInfo 
01403          instance("TGuiBuilder", ::TGuiBuilder::Class_Version(), "include/TGuiBuilder.h", 52,
01404                   typeid(::TGuiBuilder), DefineBehavior(ptr, ptr),
01405                   &::TGuiBuilder::Dictionary, isa_proxy, 0,
01406                   sizeof(::TGuiBuilder) );
01407       instance.SetNew(&new_TGuiBuilder);
01408       instance.SetNewArray(&newArray_TGuiBuilder);
01409       instance.SetDelete(&delete_TGuiBuilder);
01410       instance.SetDeleteArray(&deleteArray_TGuiBuilder);
01411       instance.SetDestructor(&destruct_TGuiBuilder);
01412       instance.SetStreamerFunc(&streamer_TGuiBuilder);
01413       return &instance;
01414    }
01415    TGenericClassInfo *GenerateInitInstance(const ::TGuiBuilder*)
01416    {
01417       return GenerateInitInstanceLocal((::TGuiBuilder*)0);
01418    }
01419    // Static variable to force the class initialization
01420    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGuiBuilder*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01421 } // end of namespace ROOT
01422 
01423 namespace ROOT {
01424    void TGRedirectOutputGuard_ShowMembers(void *obj, TMemberInspector &R__insp);
01425    static void delete_TGRedirectOutputGuard(void *p);
01426    static void deleteArray_TGRedirectOutputGuard(void *p);
01427    static void destruct_TGRedirectOutputGuard(void *p);
01428    static void streamer_TGRedirectOutputGuard(TBuffer &buf, void *obj);
01429 
01430    // Function generating the singleton type initializer
01431    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGRedirectOutputGuard*)
01432    {
01433       ::TGRedirectOutputGuard *ptr = 0;
01434       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGRedirectOutputGuard >(0);
01435       static ::ROOT::TGenericClassInfo 
01436          instance("TGRedirectOutputGuard", ::TGRedirectOutputGuard::Class_Version(), "include/TGRedirectOutputGuard.h", 46,
01437                   typeid(::TGRedirectOutputGuard), DefineBehavior(ptr, ptr),
01438                   &::TGRedirectOutputGuard::Dictionary, isa_proxy, 0,
01439                   sizeof(::TGRedirectOutputGuard) );
01440       instance.SetDelete(&delete_TGRedirectOutputGuard);
01441       instance.SetDeleteArray(&deleteArray_TGRedirectOutputGuard);
01442       instance.SetDestructor(&destruct_TGRedirectOutputGuard);
01443       instance.SetStreamerFunc(&streamer_TGRedirectOutputGuard);
01444       return &instance;
01445    }
01446    TGenericClassInfo *GenerateInitInstance(const ::TGRedirectOutputGuard*)
01447    {
01448       return GenerateInitInstanceLocal((::TGRedirectOutputGuard*)0);
01449    }
01450    // Static variable to force the class initialization
01451    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGRedirectOutputGuard*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01452 } // end of namespace ROOT
01453 
01454 namespace ROOT {
01455    void TGPasswdDialog_ShowMembers(void *obj, TMemberInspector &R__insp);
01456    static void delete_TGPasswdDialog(void *p);
01457    static void deleteArray_TGPasswdDialog(void *p);
01458    static void destruct_TGPasswdDialog(void *p);
01459    static void streamer_TGPasswdDialog(TBuffer &buf, void *obj);
01460 
01461    // Function generating the singleton type initializer
01462    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGPasswdDialog*)
01463    {
01464       ::TGPasswdDialog *ptr = 0;
01465       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGPasswdDialog >(0);
01466       static ::ROOT::TGenericClassInfo 
01467          instance("TGPasswdDialog", ::TGPasswdDialog::Class_Version(), "include/TGPasswdDialog.h", 56,
01468                   typeid(::TGPasswdDialog), DefineBehavior(ptr, ptr),
01469                   &::TGPasswdDialog::Dictionary, isa_proxy, 0,
01470                   sizeof(::TGPasswdDialog) );
01471       instance.SetDelete(&delete_TGPasswdDialog);
01472       instance.SetDeleteArray(&deleteArray_TGPasswdDialog);
01473       instance.SetDestructor(&destruct_TGPasswdDialog);
01474       instance.SetStreamerFunc(&streamer_TGPasswdDialog);
01475       return &instance;
01476    }
01477    TGenericClassInfo *GenerateInitInstance(const ::TGPasswdDialog*)
01478    {
01479       return GenerateInitInstanceLocal((::TGPasswdDialog*)0);
01480    }
01481    // Static variable to force the class initialization
01482    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGPasswdDialog*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01483 } // end of namespace ROOT
01484 
01485 namespace ROOT {
01486    void TGTextEditor_ShowMembers(void *obj, TMemberInspector &R__insp);
01487    static void *new_TGTextEditor(void *p = 0);
01488    static void *newArray_TGTextEditor(Long_t size, void *p);
01489    static void delete_TGTextEditor(void *p);
01490    static void deleteArray_TGTextEditor(void *p);
01491    static void destruct_TGTextEditor(void *p);
01492    static void streamer_TGTextEditor(TBuffer &buf, void *obj);
01493 
01494    // Function generating the singleton type initializer
01495    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGTextEditor*)
01496    {
01497       ::TGTextEditor *ptr = 0;
01498       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGTextEditor >(0);
01499       static ::ROOT::TGenericClassInfo 
01500          instance("TGTextEditor", ::TGTextEditor::Class_Version(), "include/TGTextEditor.h", 43,
01501                   typeid(::TGTextEditor), DefineBehavior(ptr, ptr),
01502                   &::TGTextEditor::Dictionary, isa_proxy, 0,
01503                   sizeof(::TGTextEditor) );
01504       instance.SetNew(&new_TGTextEditor);
01505       instance.SetNewArray(&newArray_TGTextEditor);
01506       instance.SetDelete(&delete_TGTextEditor);
01507       instance.SetDeleteArray(&deleteArray_TGTextEditor);
01508       instance.SetDestructor(&destruct_TGTextEditor);
01509       instance.SetStreamerFunc(&streamer_TGTextEditor);
01510       return &instance;
01511    }
01512    TGenericClassInfo *GenerateInitInstance(const ::TGTextEditor*)
01513    {
01514       return GenerateInitInstanceLocal((::TGTextEditor*)0);
01515    }
01516    // Static variable to force the class initialization
01517    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGTextEditor*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01518 } // end of namespace ROOT
01519 
01520 namespace ROOT {
01521    void TGSpeedo_ShowMembers(void *obj, TMemberInspector &R__insp);
01522    static void *new_TGSpeedo(void *p = 0);
01523    static void *newArray_TGSpeedo(Long_t size, void *p);
01524    static void delete_TGSpeedo(void *p);
01525    static void deleteArray_TGSpeedo(void *p);
01526    static void destruct_TGSpeedo(void *p);
01527    static void streamer_TGSpeedo(TBuffer &buf, void *obj);
01528 
01529    // Function generating the singleton type initializer
01530    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGSpeedo*)
01531    {
01532       ::TGSpeedo *ptr = 0;
01533       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGSpeedo >(0);
01534       static ::ROOT::TGenericClassInfo 
01535          instance("TGSpeedo", ::TGSpeedo::Class_Version(), "include/TGSpeedo.h", 46,
01536                   typeid(::TGSpeedo), DefineBehavior(ptr, ptr),
01537                   &::TGSpeedo::Dictionary, isa_proxy, 0,
01538                   sizeof(::TGSpeedo) );
01539       instance.SetNew(&new_TGSpeedo);
01540       instance.SetNewArray(&newArray_TGSpeedo);
01541       instance.SetDelete(&delete_TGSpeedo);
01542       instance.SetDeleteArray(&deleteArray_TGSpeedo);
01543       instance.SetDestructor(&destruct_TGSpeedo);
01544       instance.SetStreamerFunc(&streamer_TGSpeedo);
01545       return &instance;
01546    }
01547    TGenericClassInfo *GenerateInitInstance(const ::TGSpeedo*)
01548    {
01549       return GenerateInitInstanceLocal((::TGSpeedo*)0);
01550    }
01551    // Static variable to force the class initialization
01552    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGSpeedo*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01553 } // end of namespace ROOT
01554 
01555 namespace ROOT {
01556    void TGDragWindow_ShowMembers(void *obj, TMemberInspector &R__insp);
01557    static void delete_TGDragWindow(void *p);
01558    static void deleteArray_TGDragWindow(void *p);
01559    static void destruct_TGDragWindow(void *p);
01560    static void streamer_TGDragWindow(TBuffer &buf, void *obj);
01561 
01562    // Function generating the singleton type initializer
01563    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGDragWindow*)
01564    {
01565       ::TGDragWindow *ptr = 0;
01566       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGDragWindow >(0);
01567       static ::ROOT::TGenericClassInfo 
01568          instance("TGDragWindow", ::TGDragWindow::Class_Version(), "include/TGDNDManager.h", 25,
01569                   typeid(::TGDragWindow), DefineBehavior(ptr, ptr),
01570                   &::TGDragWindow::Dictionary, isa_proxy, 0,
01571                   sizeof(::TGDragWindow) );
01572       instance.SetDelete(&delete_TGDragWindow);
01573       instance.SetDeleteArray(&deleteArray_TGDragWindow);
01574       instance.SetDestructor(&destruct_TGDragWindow);
01575       instance.SetStreamerFunc(&streamer_TGDragWindow);
01576       return &instance;
01577    }
01578    TGenericClassInfo *GenerateInitInstance(const ::TGDragWindow*)
01579    {
01580       return GenerateInitInstanceLocal((::TGDragWindow*)0);
01581    }
01582    // Static variable to force the class initialization
01583    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGDragWindow*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01584 } // end of namespace ROOT
01585 
01586 namespace ROOT {
01587    void TGTable_ShowMembers(void *obj, TMemberInspector &R__insp);
01588    static void *new_TGTable(void *p = 0);
01589    static void *newArray_TGTable(Long_t size, void *p);
01590    static void delete_TGTable(void *p);
01591    static void deleteArray_TGTable(void *p);
01592    static void destruct_TGTable(void *p);
01593    static void streamer_TGTable(TBuffer &buf, void *obj);
01594 
01595    // Function generating the singleton type initializer
01596    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGTable*)
01597    {
01598       ::TGTable *ptr = 0;
01599       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGTable >(0);
01600       static ::ROOT::TGenericClassInfo 
01601          instance("TGTable", ::TGTable::Class_Version(), "include/TGTable.h", 40,
01602                   typeid(::TGTable), DefineBehavior(ptr, ptr),
01603                   &::TGTable::Dictionary, isa_proxy, 0,
01604                   sizeof(::TGTable) );
01605       instance.SetNew(&new_TGTable);
01606       instance.SetNewArray(&newArray_TGTable);
01607       instance.SetDelete(&delete_TGTable);
01608       instance.SetDeleteArray(&deleteArray_TGTable);
01609       instance.SetDestructor(&destruct_TGTable);
01610       instance.SetStreamerFunc(&streamer_TGTable);
01611       return &instance;
01612    }
01613    TGenericClassInfo *GenerateInitInstance(const ::TGTable*)
01614    {
01615       return GenerateInitInstanceLocal((::TGTable*)0);
01616    }
01617    // Static variable to force the class initialization
01618    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGTable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01619 } // end of namespace ROOT
01620 
01621 namespace ROOT {
01622    void TGTableCell_ShowMembers(void *obj, TMemberInspector &R__insp);
01623    static void *new_TGTableCell(void *p = 0);
01624    static void *newArray_TGTableCell(Long_t size, void *p);
01625    static void delete_TGTableCell(void *p);
01626    static void deleteArray_TGTableCell(void *p);
01627    static void destruct_TGTableCell(void *p);
01628    static void streamer_TGTableCell(TBuffer &buf, void *obj);
01629 
01630    // Function generating the singleton type initializer
01631    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGTableCell*)
01632    {
01633       ::TGTableCell *ptr = 0;
01634       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGTableCell >(0);
01635       static ::ROOT::TGenericClassInfo 
01636          instance("TGTableCell", ::TGTableCell::Class_Version(), "include/TGTableCell.h", 26,
01637                   typeid(::TGTableCell), DefineBehavior(ptr, ptr),
01638                   &::TGTableCell::Dictionary, isa_proxy, 0,
01639                   sizeof(::TGTableCell) );
01640       instance.SetNew(&new_TGTableCell);
01641       instance.SetNewArray(&newArray_TGTableCell);
01642       instance.SetDelete(&delete_TGTableCell);
01643       instance.SetDeleteArray(&deleteArray_TGTableCell);
01644       instance.SetDestructor(&destruct_TGTableCell);
01645       instance.SetStreamerFunc(&streamer_TGTableCell);
01646       return &instance;
01647    }
01648    TGenericClassInfo *GenerateInitInstance(const ::TGTableCell*)
01649    {
01650       return GenerateInitInstanceLocal((::TGTableCell*)0);
01651    }
01652    // Static variable to force the class initialization
01653    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGTableCell*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01654 } // end of namespace ROOT
01655 
01656 namespace ROOT {
01657    void TGTableHeader_ShowMembers(void *obj, TMemberInspector &R__insp);
01658    static void *new_TGTableHeader(void *p = 0);
01659    static void *newArray_TGTableHeader(Long_t size, void *p);
01660    static void delete_TGTableHeader(void *p);
01661    static void deleteArray_TGTableHeader(void *p);
01662    static void destruct_TGTableHeader(void *p);
01663    static void streamer_TGTableHeader(TBuffer &buf, void *obj);
01664 
01665    // Function generating the singleton type initializer
01666    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGTableHeader*)
01667    {
01668       ::TGTableHeader *ptr = 0;
01669       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGTableHeader >(0);
01670       static ::ROOT::TGenericClassInfo 
01671          instance("TGTableHeader", ::TGTableHeader::Class_Version(), "include/TGTableHeader.h", 26,
01672                   typeid(::TGTableHeader), DefineBehavior(ptr, ptr),
01673                   &::TGTableHeader::Dictionary, isa_proxy, 0,
01674                   sizeof(::TGTableHeader) );
01675       instance.SetNew(&new_TGTableHeader);
01676       instance.SetNewArray(&newArray_TGTableHeader);
01677       instance.SetDelete(&delete_TGTableHeader);
01678       instance.SetDeleteArray(&deleteArray_TGTableHeader);
01679       instance.SetDestructor(&destruct_TGTableHeader);
01680       instance.SetStreamerFunc(&streamer_TGTableHeader);
01681       return &instance;
01682    }
01683    TGenericClassInfo *GenerateInitInstance(const ::TGTableHeader*)
01684    {
01685       return GenerateInitInstanceLocal((::TGTableHeader*)0);
01686    }
01687    // Static variable to force the class initialization
01688    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGTableHeader*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01689 } // end of namespace ROOT
01690 
01691 namespace ROOT {
01692    void TGTableFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
01693    static void delete_TGTableFrame(void *p);
01694    static void deleteArray_TGTableFrame(void *p);
01695    static void destruct_TGTableFrame(void *p);
01696    static void streamer_TGTableFrame(TBuffer &buf, void *obj);
01697 
01698    // Function generating the singleton type initializer
01699    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGTableFrame*)
01700    {
01701       ::TGTableFrame *ptr = 0;
01702       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGTableFrame >(0);
01703       static ::ROOT::TGenericClassInfo 
01704          instance("TGTableFrame", ::TGTableFrame::Class_Version(), "include/TGTableContainer.h", 18,
01705                   typeid(::TGTableFrame), DefineBehavior(ptr, ptr),
01706                   &::TGTableFrame::Dictionary, isa_proxy, 0,
01707                   sizeof(::TGTableFrame) );
01708       instance.SetDelete(&delete_TGTableFrame);
01709       instance.SetDeleteArray(&deleteArray_TGTableFrame);
01710       instance.SetDestructor(&destruct_TGTableFrame);
01711       instance.SetStreamerFunc(&streamer_TGTableFrame);
01712       return &instance;
01713    }
01714    TGenericClassInfo *GenerateInitInstance(const ::TGTableFrame*)
01715    {
01716       return GenerateInitInstanceLocal((::TGTableFrame*)0);
01717    }
01718    // Static variable to force the class initialization
01719    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGTableFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01720 } // end of namespace ROOT
01721 
01722 namespace ROOT {
01723    void TGTableHeaderFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
01724    static void delete_TGTableHeaderFrame(void *p);
01725    static void deleteArray_TGTableHeaderFrame(void *p);
01726    static void destruct_TGTableHeaderFrame(void *p);
01727    static void streamer_TGTableHeaderFrame(TBuffer &buf, void *obj);
01728 
01729    // Function generating the singleton type initializer
01730    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGTableHeaderFrame*)
01731    {
01732       ::TGTableHeaderFrame *ptr = 0;
01733       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGTableHeaderFrame >(0);
01734       static ::ROOT::TGenericClassInfo 
01735          instance("TGTableHeaderFrame", ::TGTableHeaderFrame::Class_Version(), "include/TGTableContainer.h", 37,
01736                   typeid(::TGTableHeaderFrame), DefineBehavior(ptr, ptr),
01737                   &::TGTableHeaderFrame::Dictionary, isa_proxy, 0,
01738                   sizeof(::TGTableHeaderFrame) );
01739       instance.SetDelete(&delete_TGTableHeaderFrame);
01740       instance.SetDeleteArray(&deleteArray_TGTableHeaderFrame);
01741       instance.SetDestructor(&destruct_TGTableHeaderFrame);
01742       instance.SetStreamerFunc(&streamer_TGTableHeaderFrame);
01743       return &instance;
01744    }
01745    TGenericClassInfo *GenerateInitInstance(const ::TGTableHeaderFrame*)
01746    {
01747       return GenerateInitInstanceLocal((::TGTableHeaderFrame*)0);
01748    }
01749    // Static variable to force the class initialization
01750    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGTableHeaderFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01751 } // end of namespace ROOT
01752 
01753 namespace ROOT {
01754    void TTableRange_ShowMembers(void *obj, TMemberInspector &R__insp);
01755    static void *new_TTableRange(void *p = 0);
01756    static void *newArray_TTableRange(Long_t size, void *p);
01757    static void delete_TTableRange(void *p);
01758    static void deleteArray_TTableRange(void *p);
01759    static void destruct_TTableRange(void *p);
01760    static void streamer_TTableRange(TBuffer &buf, void *obj);
01761 
01762    // Function generating the singleton type initializer
01763    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TTableRange*)
01764    {
01765       ::TTableRange *ptr = 0;
01766       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TTableRange >(0);
01767       static ::ROOT::TGenericClassInfo 
01768          instance("TTableRange", ::TTableRange::Class_Version(), "include/TGTable.h", 234,
01769                   typeid(::TTableRange), DefineBehavior(ptr, ptr),
01770                   &::TTableRange::Dictionary, isa_proxy, 0,
01771                   sizeof(::TTableRange) );
01772       instance.SetNew(&new_TTableRange);
01773       instance.SetNewArray(&newArray_TTableRange);
01774       instance.SetDelete(&delete_TTableRange);
01775       instance.SetDeleteArray(&deleteArray_TTableRange);
01776       instance.SetDestructor(&destruct_TTableRange);
01777       instance.SetStreamerFunc(&streamer_TTableRange);
01778       return &instance;
01779    }
01780    TGenericClassInfo *GenerateInitInstance(const ::TTableRange*)
01781    {
01782       return GenerateInitInstanceLocal((::TTableRange*)0);
01783    }
01784    // Static variable to force the class initialization
01785    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TTableRange*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01786 } // end of namespace ROOT
01787 
01788 namespace ROOT {
01789    void TGSimpleTableInterface_ShowMembers(void *obj, TMemberInspector &R__insp);
01790    static void delete_TGSimpleTableInterface(void *p);
01791    static void deleteArray_TGSimpleTableInterface(void *p);
01792    static void destruct_TGSimpleTableInterface(void *p);
01793    static void streamer_TGSimpleTableInterface(TBuffer &buf, void *obj);
01794 
01795    // Function generating the singleton type initializer
01796    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGSimpleTableInterface*)
01797    {
01798       ::TGSimpleTableInterface *ptr = 0;
01799       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGSimpleTableInterface >(0);
01800       static ::ROOT::TGenericClassInfo 
01801          instance("TGSimpleTableInterface", ::TGSimpleTableInterface::Class_Version(), "include/TGSimpleTableInterface.h", 18,
01802                   typeid(::TGSimpleTableInterface), DefineBehavior(ptr, ptr),
01803                   &::TGSimpleTableInterface::Dictionary, isa_proxy, 0,
01804                   sizeof(::TGSimpleTableInterface) );
01805       instance.SetDelete(&delete_TGSimpleTableInterface);
01806       instance.SetDeleteArray(&deleteArray_TGSimpleTableInterface);
01807       instance.SetDestructor(&destruct_TGSimpleTableInterface);
01808       instance.SetStreamerFunc(&streamer_TGSimpleTableInterface);
01809       return &instance;
01810    }
01811    TGenericClassInfo *GenerateInitInstance(const ::TGSimpleTableInterface*)
01812    {
01813       return GenerateInitInstanceLocal((::TGSimpleTableInterface*)0);
01814    }
01815    // Static variable to force the class initialization
01816    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGSimpleTableInterface*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01817 } // end of namespace ROOT
01818 
01819 namespace ROOT {
01820    void TGSimpleTable_ShowMembers(void *obj, TMemberInspector &R__insp);
01821    static void delete_TGSimpleTable(void *p);
01822    static void deleteArray_TGSimpleTable(void *p);
01823    static void destruct_TGSimpleTable(void *p);
01824    static void streamer_TGSimpleTable(TBuffer &buf, void *obj);
01825 
01826    // Function generating the singleton type initializer
01827    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGSimpleTable*)
01828    {
01829       ::TGSimpleTable *ptr = 0;
01830       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGSimpleTable >(0);
01831       static ::ROOT::TGenericClassInfo 
01832          instance("TGSimpleTable", ::TGSimpleTable::Class_Version(), "include/TGSimpleTable.h", 20,
01833                   typeid(::TGSimpleTable), DefineBehavior(ptr, ptr),
01834                   &::TGSimpleTable::Dictionary, isa_proxy, 0,
01835                   sizeof(::TGSimpleTable) );
01836       instance.SetDelete(&delete_TGSimpleTable);
01837       instance.SetDeleteArray(&deleteArray_TGSimpleTable);
01838       instance.SetDestructor(&destruct_TGSimpleTable);
01839       instance.SetStreamerFunc(&streamer_TGSimpleTable);
01840       return &instance;
01841    }
01842    TGenericClassInfo *GenerateInitInstance(const ::TGSimpleTable*)
01843    {
01844       return GenerateInitInstanceLocal((::TGSimpleTable*)0);
01845    }
01846    // Static variable to force the class initialization
01847    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGSimpleTable*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01848 } // end of namespace ROOT
01849 
01850 namespace ROOT {
01851    void TGCommandPlugin_ShowMembers(void *obj, TMemberInspector &R__insp);
01852    static void delete_TGCommandPlugin(void *p);
01853    static void deleteArray_TGCommandPlugin(void *p);
01854    static void destruct_TGCommandPlugin(void *p);
01855    static void streamer_TGCommandPlugin(TBuffer &buf, void *obj);
01856 
01857    // Function generating the singleton type initializer
01858    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGCommandPlugin*)
01859    {
01860       ::TGCommandPlugin *ptr = 0;
01861       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGCommandPlugin >(0);
01862       static ::ROOT::TGenericClassInfo 
01863          instance("TGCommandPlugin", ::TGCommandPlugin::Class_Version(), "include/TGCommandPlugin.h", 18,
01864                   typeid(::TGCommandPlugin), DefineBehavior(ptr, ptr),
01865                   &::TGCommandPlugin::Dictionary, isa_proxy, 0,
01866                   sizeof(::TGCommandPlugin) );
01867       instance.SetDelete(&delete_TGCommandPlugin);
01868       instance.SetDeleteArray(&deleteArray_TGCommandPlugin);
01869       instance.SetDestructor(&destruct_TGCommandPlugin);
01870       instance.SetStreamerFunc(&streamer_TGCommandPlugin);
01871       return &instance;
01872    }
01873    TGenericClassInfo *GenerateInitInstance(const ::TGCommandPlugin*)
01874    {
01875       return GenerateInitInstanceLocal((::TGCommandPlugin*)0);
01876    }
01877    // Static variable to force the class initialization
01878    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGCommandPlugin*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01879 } // end of namespace ROOT
01880 
01881 namespace ROOT {
01882    void TRootBrowser_ShowMembers(void *obj, TMemberInspector &R__insp);
01883    static void *new_TRootBrowser(void *p = 0);
01884    static void *newArray_TRootBrowser(Long_t size, void *p);
01885    static void delete_TRootBrowser(void *p);
01886    static void deleteArray_TRootBrowser(void *p);
01887    static void destruct_TRootBrowser(void *p);
01888    static void streamer_TRootBrowser(TBuffer &buf, void *obj);
01889 
01890    // Function generating the singleton type initializer
01891    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TRootBrowser*)
01892    {
01893       ::TRootBrowser *ptr = 0;
01894       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TRootBrowser >(0);
01895       static ::ROOT::TGenericClassInfo 
01896          instance("TRootBrowser", ::TRootBrowser::Class_Version(), "include/TRootBrowser.h", 57,
01897                   typeid(::TRootBrowser), DefineBehavior(ptr, ptr),
01898                   &::TRootBrowser::Dictionary, isa_proxy, 0,
01899                   sizeof(::TRootBrowser) );
01900       instance.SetNew(&new_TRootBrowser);
01901       instance.SetNewArray(&newArray_TRootBrowser);
01902       instance.SetDelete(&delete_TRootBrowser);
01903       instance.SetDeleteArray(&deleteArray_TRootBrowser);
01904       instance.SetDestructor(&destruct_TRootBrowser);
01905       instance.SetStreamerFunc(&streamer_TRootBrowser);
01906       return &instance;
01907    }
01908    TGenericClassInfo *GenerateInitInstance(const ::TRootBrowser*)
01909    {
01910       return GenerateInitInstanceLocal((::TRootBrowser*)0);
01911    }
01912    // Static variable to force the class initialization
01913    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TRootBrowser*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01914 } // end of namespace ROOT
01915 
01916 namespace ROOT {
01917    void TGFileBrowser_ShowMembers(void *obj, TMemberInspector &R__insp);
01918    static void delete_TGFileBrowser(void *p);
01919    static void deleteArray_TGFileBrowser(void *p);
01920    static void destruct_TGFileBrowser(void *p);
01921    static void streamer_TGFileBrowser(TBuffer &buf, void *obj);
01922 
01923    // Function generating the singleton type initializer
01924    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGFileBrowser*)
01925    {
01926       ::TGFileBrowser *ptr = 0;
01927       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGFileBrowser >(0);
01928       static ::ROOT::TGenericClassInfo 
01929          instance("TGFileBrowser", ::TGFileBrowser::Class_Version(), "include/TGFileBrowser.h", 37,
01930                   typeid(::TGFileBrowser), DefineBehavior(ptr, ptr),
01931                   &::TGFileBrowser::Dictionary, isa_proxy, 0,
01932                   sizeof(::TGFileBrowser) );
01933       instance.SetDelete(&delete_TGFileBrowser);
01934       instance.SetDeleteArray(&deleteArray_TGFileBrowser);
01935       instance.SetDestructor(&destruct_TGFileBrowser);
01936       instance.SetStreamerFunc(&streamer_TGFileBrowser);
01937       return &instance;
01938    }
01939    TGenericClassInfo *GenerateInitInstance(const ::TGFileBrowser*)
01940    {
01941       return GenerateInitInstanceLocal((::TGFileBrowser*)0);
01942    }
01943    // Static variable to force the class initialization
01944    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGFileBrowser*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01945 } // end of namespace ROOT
01946 
01947 namespace ROOT {
01948    void TBrowserPlugin_ShowMembers(void *obj, TMemberInspector &R__insp);
01949    static void delete_TBrowserPlugin(void *p);
01950    static void deleteArray_TBrowserPlugin(void *p);
01951    static void destruct_TBrowserPlugin(void *p);
01952    static void streamer_TBrowserPlugin(TBuffer &buf, void *obj);
01953 
01954    // Function generating the singleton type initializer
01955    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TBrowserPlugin*)
01956    {
01957       ::TBrowserPlugin *ptr = 0;
01958       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TBrowserPlugin >(0);
01959       static ::ROOT::TGenericClassInfo 
01960          instance("TBrowserPlugin", ::TBrowserPlugin::Class_Version(), "include/TRootBrowser.h", 39,
01961                   typeid(::TBrowserPlugin), DefineBehavior(ptr, ptr),
01962                   &::TBrowserPlugin::Dictionary, isa_proxy, 0,
01963                   sizeof(::TBrowserPlugin) );
01964       instance.SetDelete(&delete_TBrowserPlugin);
01965       instance.SetDeleteArray(&deleteArray_TBrowserPlugin);
01966       instance.SetDestructor(&destruct_TBrowserPlugin);
01967       instance.SetStreamerFunc(&streamer_TBrowserPlugin);
01968       return &instance;
01969    }
01970    TGenericClassInfo *GenerateInitInstance(const ::TBrowserPlugin*)
01971    {
01972       return GenerateInitInstanceLocal((::TBrowserPlugin*)0);
01973    }
01974    // Static variable to force the class initialization
01975    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TBrowserPlugin*)0x0); R__UseDummy(_R__UNIQUE_(Init));
01976 } // end of namespace ROOT
01977 
01978 namespace ROOT {
01979    void TGRectMap_ShowMembers(void *obj, TMemberInspector &R__insp);
01980    static void delete_TGRectMap(void *p);
01981    static void deleteArray_TGRectMap(void *p);
01982    static void destruct_TGRectMap(void *p);
01983    static void streamer_TGRectMap(TBuffer &buf, void *obj);
01984 
01985    // Function generating the singleton type initializer
01986    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGRectMap*)
01987    {
01988       ::TGRectMap *ptr = 0;
01989       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGRectMap >(0);
01990       static ::ROOT::TGenericClassInfo 
01991          instance("TGRectMap", ::TGRectMap::Class_Version(), "include/TGSplitFrame.h", 26,
01992                   typeid(::TGRectMap), DefineBehavior(ptr, ptr),
01993                   &::TGRectMap::Dictionary, isa_proxy, 0,
01994                   sizeof(::TGRectMap) );
01995       instance.SetDelete(&delete_TGRectMap);
01996       instance.SetDeleteArray(&deleteArray_TGRectMap);
01997       instance.SetDestructor(&destruct_TGRectMap);
01998       instance.SetStreamerFunc(&streamer_TGRectMap);
01999       return &instance;
02000    }
02001    TGenericClassInfo *GenerateInitInstance(const ::TGRectMap*)
02002    {
02003       return GenerateInitInstanceLocal((::TGRectMap*)0);
02004    }
02005    // Static variable to force the class initialization
02006    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGRectMap*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02007 } // end of namespace ROOT
02008 
02009 namespace ROOT {
02010    void TGSplitTool_ShowMembers(void *obj, TMemberInspector &R__insp);
02011    static void *new_TGSplitTool(void *p = 0);
02012    static void *newArray_TGSplitTool(Long_t size, void *p);
02013    static void delete_TGSplitTool(void *p);
02014    static void deleteArray_TGSplitTool(void *p);
02015    static void destruct_TGSplitTool(void *p);
02016    static void streamer_TGSplitTool(TBuffer &buf, void *obj);
02017 
02018    // Function generating the singleton type initializer
02019    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGSplitTool*)
02020    {
02021       ::TGSplitTool *ptr = 0;
02022       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGSplitTool >(0);
02023       static ::ROOT::TGenericClassInfo 
02024          instance("TGSplitTool", ::TGSplitTool::Class_Version(), "include/TGSplitFrame.h", 51,
02025                   typeid(::TGSplitTool), DefineBehavior(ptr, ptr),
02026                   &::TGSplitTool::Dictionary, isa_proxy, 0,
02027                   sizeof(::TGSplitTool) );
02028       instance.SetNew(&new_TGSplitTool);
02029       instance.SetNewArray(&newArray_TGSplitTool);
02030       instance.SetDelete(&delete_TGSplitTool);
02031       instance.SetDeleteArray(&deleteArray_TGSplitTool);
02032       instance.SetDestructor(&destruct_TGSplitTool);
02033       instance.SetStreamerFunc(&streamer_TGSplitTool);
02034       return &instance;
02035    }
02036    TGenericClassInfo *GenerateInitInstance(const ::TGSplitTool*)
02037    {
02038       return GenerateInitInstanceLocal((::TGSplitTool*)0);
02039    }
02040    // Static variable to force the class initialization
02041    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGSplitTool*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02042 } // end of namespace ROOT
02043 
02044 namespace ROOT {
02045    void TGSplitFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
02046    static void *new_TGSplitFrame(void *p = 0);
02047    static void *newArray_TGSplitFrame(Long_t size, void *p);
02048    static void delete_TGSplitFrame(void *p);
02049    static void deleteArray_TGSplitFrame(void *p);
02050    static void destruct_TGSplitFrame(void *p);
02051    static void streamer_TGSplitFrame(TBuffer &buf, void *obj);
02052 
02053    // Function generating the singleton type initializer
02054    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGSplitFrame*)
02055    {
02056       ::TGSplitFrame *ptr = 0;
02057       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGSplitFrame >(0);
02058       static ::ROOT::TGenericClassInfo 
02059          instance("TGSplitFrame", ::TGSplitFrame::Class_Version(), "include/TGSplitFrame.h", 81,
02060                   typeid(::TGSplitFrame), DefineBehavior(ptr, ptr),
02061                   &::TGSplitFrame::Dictionary, isa_proxy, 0,
02062                   sizeof(::TGSplitFrame) );
02063       instance.SetNew(&new_TGSplitFrame);
02064       instance.SetNewArray(&newArray_TGSplitFrame);
02065       instance.SetDelete(&delete_TGSplitFrame);
02066       instance.SetDeleteArray(&deleteArray_TGSplitFrame);
02067       instance.SetDestructor(&destruct_TGSplitFrame);
02068       instance.SetStreamerFunc(&streamer_TGSplitFrame);
02069       return &instance;
02070    }
02071    TGenericClassInfo *GenerateInitInstance(const ::TGSplitFrame*)
02072    {
02073       return GenerateInitInstanceLocal((::TGSplitFrame*)0);
02074    }
02075    // Static variable to force the class initialization
02076    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGSplitFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02077 } // end of namespace ROOT
02078 
02079 namespace ROOT {
02080    void TGShapedFrame_ShowMembers(void *obj, TMemberInspector &R__insp);
02081    static void *new_TGShapedFrame(void *p = 0);
02082    static void *newArray_TGShapedFrame(Long_t size, void *p);
02083    static void delete_TGShapedFrame(void *p);
02084    static void deleteArray_TGShapedFrame(void *p);
02085    static void destruct_TGShapedFrame(void *p);
02086    static void streamer_TGShapedFrame(TBuffer &buf, void *obj);
02087 
02088    // Function generating the singleton type initializer
02089    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGShapedFrame*)
02090    {
02091       ::TGShapedFrame *ptr = 0;
02092       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGShapedFrame >(0);
02093       static ::ROOT::TGenericClassInfo 
02094          instance("TGShapedFrame", ::TGShapedFrame::Class_Version(), "include/TGShapedFrame.h", 31,
02095                   typeid(::TGShapedFrame), DefineBehavior(ptr, ptr),
02096                   &::TGShapedFrame::Dictionary, isa_proxy, 0,
02097                   sizeof(::TGShapedFrame) );
02098       instance.SetNew(&new_TGShapedFrame);
02099       instance.SetNewArray(&newArray_TGShapedFrame);
02100       instance.SetDelete(&delete_TGShapedFrame);
02101       instance.SetDeleteArray(&deleteArray_TGShapedFrame);
02102       instance.SetDestructor(&destruct_TGShapedFrame);
02103       instance.SetStreamerFunc(&streamer_TGShapedFrame);
02104       return &instance;
02105    }
02106    TGenericClassInfo *GenerateInitInstance(const ::TGShapedFrame*)
02107    {
02108       return GenerateInitInstanceLocal((::TGShapedFrame*)0);
02109    }
02110    // Static variable to force the class initialization
02111    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGShapedFrame*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02112 } // end of namespace ROOT
02113 
02114 namespace ROOT {
02115    void TGEventHandler_ShowMembers(void *obj, TMemberInspector &R__insp);
02116    static void delete_TGEventHandler(void *p);
02117    static void deleteArray_TGEventHandler(void *p);
02118    static void destruct_TGEventHandler(void *p);
02119    static void streamer_TGEventHandler(TBuffer &buf, void *obj);
02120 
02121    // Function generating the singleton type initializer
02122    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGEventHandler*)
02123    {
02124       ::TGEventHandler *ptr = 0;
02125       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGEventHandler >(0);
02126       static ::ROOT::TGenericClassInfo 
02127          instance("TGEventHandler", ::TGEventHandler::Class_Version(), "include/TGEventHandler.h", 33,
02128                   typeid(::TGEventHandler), DefineBehavior(ptr, ptr),
02129                   &::TGEventHandler::Dictionary, isa_proxy, 0,
02130                   sizeof(::TGEventHandler) );
02131       instance.SetDelete(&delete_TGEventHandler);
02132       instance.SetDeleteArray(&deleteArray_TGEventHandler);
02133       instance.SetDestructor(&destruct_TGEventHandler);
02134       instance.SetStreamerFunc(&streamer_TGEventHandler);
02135       return &instance;
02136    }
02137    TGenericClassInfo *GenerateInitInstance(const ::TGEventHandler*)
02138    {
02139       return GenerateInitInstanceLocal((::TGEventHandler*)0);
02140    }
02141    // Static variable to force the class initialization
02142    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGEventHandler*)0x0); R__UseDummy(_R__UNIQUE_(Init));
02143 } // end of namespace ROOT
02144 
02145 //______________________________________________________________________________
02146 TClass *TRootGuiFactory::fgIsA = 0;  // static to hold class pointer
02147 
02148 //______________________________________________________________________________
02149 const char *TRootGuiFactory::Class_Name()
02150 {
02151    return "TRootGuiFactory";
02152 }
02153 
02154 //______________________________________________________________________________
02155 const char *TRootGuiFactory::ImplFileName()
02156 {
02157    return ::ROOT::GenerateInitInstanceLocal((const ::TRootGuiFactory*)0x0)->GetImplFileName();
02158 }
02159 
02160 //______________________________________________________________________________
02161 int TRootGuiFactory::ImplFileLine()
02162 {
02163    return ::ROOT::GenerateInitInstanceLocal((const ::TRootGuiFactory*)0x0)->GetImplFileLine();
02164 }
02165 
02166 //______________________________________________________________________________
02167 void TRootGuiFactory::Dictionary()
02168 {
02169    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootGuiFactory*)0x0)->GetClass();
02170 }
02171 
02172 //______________________________________________________________________________
02173 TClass *TRootGuiFactory::Class()
02174 {
02175    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootGuiFactory*)0x0)->GetClass();
02176    return fgIsA;
02177 }
02178 
02179 //______________________________________________________________________________
02180 TClass *TRootApplication::fgIsA = 0;  // static to hold class pointer
02181 
02182 //______________________________________________________________________________
02183 const char *TRootApplication::Class_Name()
02184 {
02185    return "TRootApplication";
02186 }
02187 
02188 //______________________________________________________________________________
02189 const char *TRootApplication::ImplFileName()
02190 {
02191    return ::ROOT::GenerateInitInstanceLocal((const ::TRootApplication*)0x0)->GetImplFileName();
02192 }
02193 
02194 //______________________________________________________________________________
02195 int TRootApplication::ImplFileLine()
02196 {
02197    return ::ROOT::GenerateInitInstanceLocal((const ::TRootApplication*)0x0)->GetImplFileLine();
02198 }
02199 
02200 //______________________________________________________________________________
02201 void TRootApplication::Dictionary()
02202 {
02203    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootApplication*)0x0)->GetClass();
02204 }
02205 
02206 //______________________________________________________________________________
02207 TClass *TRootApplication::Class()
02208 {
02209    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootApplication*)0x0)->GetClass();
02210    return fgIsA;
02211 }
02212 
02213 //______________________________________________________________________________
02214 TClass *TDNDData::fgIsA = 0;  // static to hold class pointer
02215 
02216 //______________________________________________________________________________
02217 const char *TDNDData::Class_Name()
02218 {
02219    return "TDNDData";
02220 }
02221 
02222 //______________________________________________________________________________
02223 const char *TDNDData::ImplFileName()
02224 {
02225    return ::ROOT::GenerateInitInstanceLocal((const ::TDNDData*)0x0)->GetImplFileName();
02226 }
02227 
02228 //______________________________________________________________________________
02229 int TDNDData::ImplFileLine()
02230 {
02231    return ::ROOT::GenerateInitInstanceLocal((const ::TDNDData*)0x0)->GetImplFileLine();
02232 }
02233 
02234 //______________________________________________________________________________
02235 void TDNDData::Dictionary()
02236 {
02237    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDNDData*)0x0)->GetClass();
02238 }
02239 
02240 //______________________________________________________________________________
02241 TClass *TDNDData::Class()
02242 {
02243    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TDNDData*)0x0)->GetClass();
02244    return fgIsA;
02245 }
02246 
02247 //______________________________________________________________________________
02248 TClass *TGDockableFrame::fgIsA = 0;  // static to hold class pointer
02249 
02250 //______________________________________________________________________________
02251 const char *TGDockableFrame::Class_Name()
02252 {
02253    return "TGDockableFrame";
02254 }
02255 
02256 //______________________________________________________________________________
02257 const char *TGDockableFrame::ImplFileName()
02258 {
02259    return ::ROOT::GenerateInitInstanceLocal((const ::TGDockableFrame*)0x0)->GetImplFileName();
02260 }
02261 
02262 //______________________________________________________________________________
02263 int TGDockableFrame::ImplFileLine()
02264 {
02265    return ::ROOT::GenerateInitInstanceLocal((const ::TGDockableFrame*)0x0)->GetImplFileLine();
02266 }
02267 
02268 //______________________________________________________________________________
02269 void TGDockableFrame::Dictionary()
02270 {
02271    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDockableFrame*)0x0)->GetClass();
02272 }
02273 
02274 //______________________________________________________________________________
02275 TClass *TGDockableFrame::Class()
02276 {
02277    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDockableFrame*)0x0)->GetClass();
02278    return fgIsA;
02279 }
02280 
02281 //______________________________________________________________________________
02282 TClass *TGDNDManager::fgIsA = 0;  // static to hold class pointer
02283 
02284 //______________________________________________________________________________
02285 const char *TGDNDManager::Class_Name()
02286 {
02287    return "TGDNDManager";
02288 }
02289 
02290 //______________________________________________________________________________
02291 const char *TGDNDManager::ImplFileName()
02292 {
02293    return ::ROOT::GenerateInitInstanceLocal((const ::TGDNDManager*)0x0)->GetImplFileName();
02294 }
02295 
02296 //______________________________________________________________________________
02297 int TGDNDManager::ImplFileLine()
02298 {
02299    return ::ROOT::GenerateInitInstanceLocal((const ::TGDNDManager*)0x0)->GetImplFileLine();
02300 }
02301 
02302 //______________________________________________________________________________
02303 void TGDNDManager::Dictionary()
02304 {
02305    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDNDManager*)0x0)->GetClass();
02306 }
02307 
02308 //______________________________________________________________________________
02309 TClass *TGDNDManager::Class()
02310 {
02311    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDNDManager*)0x0)->GetClass();
02312    return fgIsA;
02313 }
02314 
02315 //______________________________________________________________________________
02316 TClass *TRootCanvas::fgIsA = 0;  // static to hold class pointer
02317 
02318 //______________________________________________________________________________
02319 const char *TRootCanvas::Class_Name()
02320 {
02321    return "TRootCanvas";
02322 }
02323 
02324 //______________________________________________________________________________
02325 const char *TRootCanvas::ImplFileName()
02326 {
02327    return ::ROOT::GenerateInitInstanceLocal((const ::TRootCanvas*)0x0)->GetImplFileName();
02328 }
02329 
02330 //______________________________________________________________________________
02331 int TRootCanvas::ImplFileLine()
02332 {
02333    return ::ROOT::GenerateInitInstanceLocal((const ::TRootCanvas*)0x0)->GetImplFileLine();
02334 }
02335 
02336 //______________________________________________________________________________
02337 void TRootCanvas::Dictionary()
02338 {
02339    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootCanvas*)0x0)->GetClass();
02340 }
02341 
02342 //______________________________________________________________________________
02343 TClass *TRootCanvas::Class()
02344 {
02345    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootCanvas*)0x0)->GetClass();
02346    return fgIsA;
02347 }
02348 
02349 //______________________________________________________________________________
02350 TClass *TRootBrowserLite::fgIsA = 0;  // static to hold class pointer
02351 
02352 //______________________________________________________________________________
02353 const char *TRootBrowserLite::Class_Name()
02354 {
02355    return "TRootBrowserLite";
02356 }
02357 
02358 //______________________________________________________________________________
02359 const char *TRootBrowserLite::ImplFileName()
02360 {
02361    return ::ROOT::GenerateInitInstanceLocal((const ::TRootBrowserLite*)0x0)->GetImplFileName();
02362 }
02363 
02364 //______________________________________________________________________________
02365 int TRootBrowserLite::ImplFileLine()
02366 {
02367    return ::ROOT::GenerateInitInstanceLocal((const ::TRootBrowserLite*)0x0)->GetImplFileLine();
02368 }
02369 
02370 //______________________________________________________________________________
02371 void TRootBrowserLite::Dictionary()
02372 {
02373    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootBrowserLite*)0x0)->GetClass();
02374 }
02375 
02376 //______________________________________________________________________________
02377 TClass *TRootBrowserLite::Class()
02378 {
02379    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootBrowserLite*)0x0)->GetClass();
02380    return fgIsA;
02381 }
02382 
02383 //______________________________________________________________________________
02384 TClass *TRootDialog::fgIsA = 0;  // static to hold class pointer
02385 
02386 //______________________________________________________________________________
02387 const char *TRootDialog::Class_Name()
02388 {
02389    return "TRootDialog";
02390 }
02391 
02392 //______________________________________________________________________________
02393 const char *TRootDialog::ImplFileName()
02394 {
02395    return ::ROOT::GenerateInitInstanceLocal((const ::TRootDialog*)0x0)->GetImplFileName();
02396 }
02397 
02398 //______________________________________________________________________________
02399 int TRootDialog::ImplFileLine()
02400 {
02401    return ::ROOT::GenerateInitInstanceLocal((const ::TRootDialog*)0x0)->GetImplFileLine();
02402 }
02403 
02404 //______________________________________________________________________________
02405 void TRootDialog::Dictionary()
02406 {
02407    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootDialog*)0x0)->GetClass();
02408 }
02409 
02410 //______________________________________________________________________________
02411 TClass *TRootDialog::Class()
02412 {
02413    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootDialog*)0x0)->GetClass();
02414    return fgIsA;
02415 }
02416 
02417 //______________________________________________________________________________
02418 TClass *TRootContextMenu::fgIsA = 0;  // static to hold class pointer
02419 
02420 //______________________________________________________________________________
02421 const char *TRootContextMenu::Class_Name()
02422 {
02423    return "TRootContextMenu";
02424 }
02425 
02426 //______________________________________________________________________________
02427 const char *TRootContextMenu::ImplFileName()
02428 {
02429    return ::ROOT::GenerateInitInstanceLocal((const ::TRootContextMenu*)0x0)->GetImplFileName();
02430 }
02431 
02432 //______________________________________________________________________________
02433 int TRootContextMenu::ImplFileLine()
02434 {
02435    return ::ROOT::GenerateInitInstanceLocal((const ::TRootContextMenu*)0x0)->GetImplFileLine();
02436 }
02437 
02438 //______________________________________________________________________________
02439 void TRootContextMenu::Dictionary()
02440 {
02441    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootContextMenu*)0x0)->GetClass();
02442 }
02443 
02444 //______________________________________________________________________________
02445 TClass *TRootContextMenu::Class()
02446 {
02447    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootContextMenu*)0x0)->GetClass();
02448    return fgIsA;
02449 }
02450 
02451 //______________________________________________________________________________
02452 TClass *TRootControlBar::fgIsA = 0;  // static to hold class pointer
02453 
02454 //______________________________________________________________________________
02455 const char *TRootControlBar::Class_Name()
02456 {
02457    return "TRootControlBar";
02458 }
02459 
02460 //______________________________________________________________________________
02461 const char *TRootControlBar::ImplFileName()
02462 {
02463    return ::ROOT::GenerateInitInstanceLocal((const ::TRootControlBar*)0x0)->GetImplFileName();
02464 }
02465 
02466 //______________________________________________________________________________
02467 int TRootControlBar::ImplFileLine()
02468 {
02469    return ::ROOT::GenerateInitInstanceLocal((const ::TRootControlBar*)0x0)->GetImplFileLine();
02470 }
02471 
02472 //______________________________________________________________________________
02473 void TRootControlBar::Dictionary()
02474 {
02475    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootControlBar*)0x0)->GetClass();
02476 }
02477 
02478 //______________________________________________________________________________
02479 TClass *TRootControlBar::Class()
02480 {
02481    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootControlBar*)0x0)->GetClass();
02482    return fgIsA;
02483 }
02484 
02485 //______________________________________________________________________________
02486 TClass *TRootHelpDialog::fgIsA = 0;  // static to hold class pointer
02487 
02488 //______________________________________________________________________________
02489 const char *TRootHelpDialog::Class_Name()
02490 {
02491    return "TRootHelpDialog";
02492 }
02493 
02494 //______________________________________________________________________________
02495 const char *TRootHelpDialog::ImplFileName()
02496 {
02497    return ::ROOT::GenerateInitInstanceLocal((const ::TRootHelpDialog*)0x0)->GetImplFileName();
02498 }
02499 
02500 //______________________________________________________________________________
02501 int TRootHelpDialog::ImplFileLine()
02502 {
02503    return ::ROOT::GenerateInitInstanceLocal((const ::TRootHelpDialog*)0x0)->GetImplFileLine();
02504 }
02505 
02506 //______________________________________________________________________________
02507 void TRootHelpDialog::Dictionary()
02508 {
02509    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootHelpDialog*)0x0)->GetClass();
02510 }
02511 
02512 //______________________________________________________________________________
02513 TClass *TRootHelpDialog::Class()
02514 {
02515    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootHelpDialog*)0x0)->GetClass();
02516    return fgIsA;
02517 }
02518 
02519 //______________________________________________________________________________
02520 TClass *TRootEmbeddedCanvas::fgIsA = 0;  // static to hold class pointer
02521 
02522 //______________________________________________________________________________
02523 const char *TRootEmbeddedCanvas::Class_Name()
02524 {
02525    return "TRootEmbeddedCanvas";
02526 }
02527 
02528 //______________________________________________________________________________
02529 const char *TRootEmbeddedCanvas::ImplFileName()
02530 {
02531    return ::ROOT::GenerateInitInstanceLocal((const ::TRootEmbeddedCanvas*)0x0)->GetImplFileName();
02532 }
02533 
02534 //______________________________________________________________________________
02535 int TRootEmbeddedCanvas::ImplFileLine()
02536 {
02537    return ::ROOT::GenerateInitInstanceLocal((const ::TRootEmbeddedCanvas*)0x0)->GetImplFileLine();
02538 }
02539 
02540 //______________________________________________________________________________
02541 void TRootEmbeddedCanvas::Dictionary()
02542 {
02543    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootEmbeddedCanvas*)0x0)->GetClass();
02544 }
02545 
02546 //______________________________________________________________________________
02547 TClass *TRootEmbeddedCanvas::Class()
02548 {
02549    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootEmbeddedCanvas*)0x0)->GetClass();
02550    return fgIsA;
02551 }
02552 
02553 //______________________________________________________________________________
02554 TClass *TGColorPalette::fgIsA = 0;  // static to hold class pointer
02555 
02556 //______________________________________________________________________________
02557 const char *TGColorPalette::Class_Name()
02558 {
02559    return "TGColorPalette";
02560 }
02561 
02562 //______________________________________________________________________________
02563 const char *TGColorPalette::ImplFileName()
02564 {
02565    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorPalette*)0x0)->GetImplFileName();
02566 }
02567 
02568 //______________________________________________________________________________
02569 int TGColorPalette::ImplFileLine()
02570 {
02571    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorPalette*)0x0)->GetImplFileLine();
02572 }
02573 
02574 //______________________________________________________________________________
02575 void TGColorPalette::Dictionary()
02576 {
02577    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorPalette*)0x0)->GetClass();
02578 }
02579 
02580 //______________________________________________________________________________
02581 TClass *TGColorPalette::Class()
02582 {
02583    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorPalette*)0x0)->GetClass();
02584    return fgIsA;
02585 }
02586 
02587 //______________________________________________________________________________
02588 TClass *TGColorPick::fgIsA = 0;  // static to hold class pointer
02589 
02590 //______________________________________________________________________________
02591 const char *TGColorPick::Class_Name()
02592 {
02593    return "TGColorPick";
02594 }
02595 
02596 //______________________________________________________________________________
02597 const char *TGColorPick::ImplFileName()
02598 {
02599    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorPick*)0x0)->GetImplFileName();
02600 }
02601 
02602 //______________________________________________________________________________
02603 int TGColorPick::ImplFileLine()
02604 {
02605    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorPick*)0x0)->GetImplFileLine();
02606 }
02607 
02608 //______________________________________________________________________________
02609 void TGColorPick::Dictionary()
02610 {
02611    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorPick*)0x0)->GetClass();
02612 }
02613 
02614 //______________________________________________________________________________
02615 TClass *TGColorPick::Class()
02616 {
02617    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorPick*)0x0)->GetClass();
02618    return fgIsA;
02619 }
02620 
02621 //______________________________________________________________________________
02622 TClass *TGColorDialog::fgIsA = 0;  // static to hold class pointer
02623 
02624 //______________________________________________________________________________
02625 const char *TGColorDialog::Class_Name()
02626 {
02627    return "TGColorDialog";
02628 }
02629 
02630 //______________________________________________________________________________
02631 const char *TGColorDialog::ImplFileName()
02632 {
02633    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorDialog*)0x0)->GetImplFileName();
02634 }
02635 
02636 //______________________________________________________________________________
02637 int TGColorDialog::ImplFileLine()
02638 {
02639    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorDialog*)0x0)->GetImplFileLine();
02640 }
02641 
02642 //______________________________________________________________________________
02643 void TGColorDialog::Dictionary()
02644 {
02645    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorDialog*)0x0)->GetClass();
02646 }
02647 
02648 //______________________________________________________________________________
02649 TClass *TGColorDialog::Class()
02650 {
02651    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorDialog*)0x0)->GetClass();
02652    return fgIsA;
02653 }
02654 
02655 //______________________________________________________________________________
02656 TClass *TGColorFrame::fgIsA = 0;  // static to hold class pointer
02657 
02658 //______________________________________________________________________________
02659 const char *TGColorFrame::Class_Name()
02660 {
02661    return "TGColorFrame";
02662 }
02663 
02664 //______________________________________________________________________________
02665 const char *TGColorFrame::ImplFileName()
02666 {
02667    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorFrame*)0x0)->GetImplFileName();
02668 }
02669 
02670 //______________________________________________________________________________
02671 int TGColorFrame::ImplFileLine()
02672 {
02673    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorFrame*)0x0)->GetImplFileLine();
02674 }
02675 
02676 //______________________________________________________________________________
02677 void TGColorFrame::Dictionary()
02678 {
02679    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorFrame*)0x0)->GetClass();
02680 }
02681 
02682 //______________________________________________________________________________
02683 TClass *TGColorFrame::Class()
02684 {
02685    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorFrame*)0x0)->GetClass();
02686    return fgIsA;
02687 }
02688 
02689 //______________________________________________________________________________
02690 TClass *TG16ColorSelector::fgIsA = 0;  // static to hold class pointer
02691 
02692 //______________________________________________________________________________
02693 const char *TG16ColorSelector::Class_Name()
02694 {
02695    return "TG16ColorSelector";
02696 }
02697 
02698 //______________________________________________________________________________
02699 const char *TG16ColorSelector::ImplFileName()
02700 {
02701    return ::ROOT::GenerateInitInstanceLocal((const ::TG16ColorSelector*)0x0)->GetImplFileName();
02702 }
02703 
02704 //______________________________________________________________________________
02705 int TG16ColorSelector::ImplFileLine()
02706 {
02707    return ::ROOT::GenerateInitInstanceLocal((const ::TG16ColorSelector*)0x0)->GetImplFileLine();
02708 }
02709 
02710 //______________________________________________________________________________
02711 void TG16ColorSelector::Dictionary()
02712 {
02713    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TG16ColorSelector*)0x0)->GetClass();
02714 }
02715 
02716 //______________________________________________________________________________
02717 TClass *TG16ColorSelector::Class()
02718 {
02719    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TG16ColorSelector*)0x0)->GetClass();
02720    return fgIsA;
02721 }
02722 
02723 //______________________________________________________________________________
02724 TClass *TGColorPopup::fgIsA = 0;  // static to hold class pointer
02725 
02726 //______________________________________________________________________________
02727 const char *TGColorPopup::Class_Name()
02728 {
02729    return "TGColorPopup";
02730 }
02731 
02732 //______________________________________________________________________________
02733 const char *TGColorPopup::ImplFileName()
02734 {
02735    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorPopup*)0x0)->GetImplFileName();
02736 }
02737 
02738 //______________________________________________________________________________
02739 int TGColorPopup::ImplFileLine()
02740 {
02741    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorPopup*)0x0)->GetImplFileLine();
02742 }
02743 
02744 //______________________________________________________________________________
02745 void TGColorPopup::Dictionary()
02746 {
02747    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorPopup*)0x0)->GetClass();
02748 }
02749 
02750 //______________________________________________________________________________
02751 TClass *TGColorPopup::Class()
02752 {
02753    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorPopup*)0x0)->GetClass();
02754    return fgIsA;
02755 }
02756 
02757 //______________________________________________________________________________
02758 TClass *TGColorSelect::fgIsA = 0;  // static to hold class pointer
02759 
02760 //______________________________________________________________________________
02761 const char *TGColorSelect::Class_Name()
02762 {
02763    return "TGColorSelect";
02764 }
02765 
02766 //______________________________________________________________________________
02767 const char *TGColorSelect::ImplFileName()
02768 {
02769    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorSelect*)0x0)->GetImplFileName();
02770 }
02771 
02772 //______________________________________________________________________________
02773 int TGColorSelect::ImplFileLine()
02774 {
02775    return ::ROOT::GenerateInitInstanceLocal((const ::TGColorSelect*)0x0)->GetImplFileLine();
02776 }
02777 
02778 //______________________________________________________________________________
02779 void TGColorSelect::Dictionary()
02780 {
02781    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorSelect*)0x0)->GetClass();
02782 }
02783 
02784 //______________________________________________________________________________
02785 TClass *TGColorSelect::Class()
02786 {
02787    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGColorSelect*)0x0)->GetClass();
02788    return fgIsA;
02789 }
02790 
02791 //______________________________________________________________________________
02792 TClass *TGFontDialog::fgIsA = 0;  // static to hold class pointer
02793 
02794 //______________________________________________________________________________
02795 const char *TGFontDialog::Class_Name()
02796 {
02797    return "TGFontDialog";
02798 }
02799 
02800 //______________________________________________________________________________
02801 const char *TGFontDialog::ImplFileName()
02802 {
02803    return ::ROOT::GenerateInitInstanceLocal((const ::TGFontDialog*)0x0)->GetImplFileName();
02804 }
02805 
02806 //______________________________________________________________________________
02807 int TGFontDialog::ImplFileLine()
02808 {
02809    return ::ROOT::GenerateInitInstanceLocal((const ::TGFontDialog*)0x0)->GetImplFileLine();
02810 }
02811 
02812 //______________________________________________________________________________
02813 void TGFontDialog::Dictionary()
02814 {
02815    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGFontDialog*)0x0)->GetClass();
02816 }
02817 
02818 //______________________________________________________________________________
02819 TClass *TGFontDialog::Class()
02820 {
02821    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGFontDialog*)0x0)->GetClass();
02822    return fgIsA;
02823 }
02824 
02825 //______________________________________________________________________________
02826 TClass *TGDockButton::fgIsA = 0;  // static to hold class pointer
02827 
02828 //______________________________________________________________________________
02829 const char *TGDockButton::Class_Name()
02830 {
02831    return "TGDockButton";
02832 }
02833 
02834 //______________________________________________________________________________
02835 const char *TGDockButton::ImplFileName()
02836 {
02837    return ::ROOT::GenerateInitInstanceLocal((const ::TGDockButton*)0x0)->GetImplFileName();
02838 }
02839 
02840 //______________________________________________________________________________
02841 int TGDockButton::ImplFileLine()
02842 {
02843    return ::ROOT::GenerateInitInstanceLocal((const ::TGDockButton*)0x0)->GetImplFileLine();
02844 }
02845 
02846 //______________________________________________________________________________
02847 void TGDockButton::Dictionary()
02848 {
02849    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDockButton*)0x0)->GetClass();
02850 }
02851 
02852 //______________________________________________________________________________
02853 TClass *TGDockButton::Class()
02854 {
02855    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDockButton*)0x0)->GetClass();
02856    return fgIsA;
02857 }
02858 
02859 //______________________________________________________________________________
02860 TClass *TGDockHideButton::fgIsA = 0;  // static to hold class pointer
02861 
02862 //______________________________________________________________________________
02863 const char *TGDockHideButton::Class_Name()
02864 {
02865    return "TGDockHideButton";
02866 }
02867 
02868 //______________________________________________________________________________
02869 const char *TGDockHideButton::ImplFileName()
02870 {
02871    return ::ROOT::GenerateInitInstanceLocal((const ::TGDockHideButton*)0x0)->GetImplFileName();
02872 }
02873 
02874 //______________________________________________________________________________
02875 int TGDockHideButton::ImplFileLine()
02876 {
02877    return ::ROOT::GenerateInitInstanceLocal((const ::TGDockHideButton*)0x0)->GetImplFileLine();
02878 }
02879 
02880 //______________________________________________________________________________
02881 void TGDockHideButton::Dictionary()
02882 {
02883    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDockHideButton*)0x0)->GetClass();
02884 }
02885 
02886 //______________________________________________________________________________
02887 TClass *TGDockHideButton::Class()
02888 {
02889    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDockHideButton*)0x0)->GetClass();
02890    return fgIsA;
02891 }
02892 
02893 //______________________________________________________________________________
02894 TClass *TGUndockedFrame::fgIsA = 0;  // static to hold class pointer
02895 
02896 //______________________________________________________________________________
02897 const char *TGUndockedFrame::Class_Name()
02898 {
02899    return "TGUndockedFrame";
02900 }
02901 
02902 //______________________________________________________________________________
02903 const char *TGUndockedFrame::ImplFileName()
02904 {
02905    return ::ROOT::GenerateInitInstanceLocal((const ::TGUndockedFrame*)0x0)->GetImplFileName();
02906 }
02907 
02908 //______________________________________________________________________________
02909 int TGUndockedFrame::ImplFileLine()
02910 {
02911    return ::ROOT::GenerateInitInstanceLocal((const ::TGUndockedFrame*)0x0)->GetImplFileLine();
02912 }
02913 
02914 //______________________________________________________________________________
02915 void TGUndockedFrame::Dictionary()
02916 {
02917    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGUndockedFrame*)0x0)->GetClass();
02918 }
02919 
02920 //______________________________________________________________________________
02921 TClass *TGUndockedFrame::Class()
02922 {
02923    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGUndockedFrame*)0x0)->GetClass();
02924    return fgIsA;
02925 }
02926 
02927 //______________________________________________________________________________
02928 TClass *TGMdiMenuBar::fgIsA = 0;  // static to hold class pointer
02929 
02930 //______________________________________________________________________________
02931 const char *TGMdiMenuBar::Class_Name()
02932 {
02933    return "TGMdiMenuBar";
02934 }
02935 
02936 //______________________________________________________________________________
02937 const char *TGMdiMenuBar::ImplFileName()
02938 {
02939    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiMenuBar*)0x0)->GetImplFileName();
02940 }
02941 
02942 //______________________________________________________________________________
02943 int TGMdiMenuBar::ImplFileLine()
02944 {
02945    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiMenuBar*)0x0)->GetImplFileLine();
02946 }
02947 
02948 //______________________________________________________________________________
02949 void TGMdiMenuBar::Dictionary()
02950 {
02951    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiMenuBar*)0x0)->GetClass();
02952 }
02953 
02954 //______________________________________________________________________________
02955 TClass *TGMdiMenuBar::Class()
02956 {
02957    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiMenuBar*)0x0)->GetClass();
02958    return fgIsA;
02959 }
02960 
02961 //______________________________________________________________________________
02962 TClass *TGMdiContainer::fgIsA = 0;  // static to hold class pointer
02963 
02964 //______________________________________________________________________________
02965 const char *TGMdiContainer::Class_Name()
02966 {
02967    return "TGMdiContainer";
02968 }
02969 
02970 //______________________________________________________________________________
02971 const char *TGMdiContainer::ImplFileName()
02972 {
02973    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiContainer*)0x0)->GetImplFileName();
02974 }
02975 
02976 //______________________________________________________________________________
02977 int TGMdiContainer::ImplFileLine()
02978 {
02979    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiContainer*)0x0)->GetImplFileLine();
02980 }
02981 
02982 //______________________________________________________________________________
02983 void TGMdiContainer::Dictionary()
02984 {
02985    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiContainer*)0x0)->GetClass();
02986 }
02987 
02988 //______________________________________________________________________________
02989 TClass *TGMdiContainer::Class()
02990 {
02991    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiContainer*)0x0)->GetClass();
02992    return fgIsA;
02993 }
02994 
02995 //______________________________________________________________________________
02996 TClass *TGMdiDecorFrame::fgIsA = 0;  // static to hold class pointer
02997 
02998 //______________________________________________________________________________
02999 const char *TGMdiDecorFrame::Class_Name()
03000 {
03001    return "TGMdiDecorFrame";
03002 }
03003 
03004 //______________________________________________________________________________
03005 const char *TGMdiDecorFrame::ImplFileName()
03006 {
03007    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiDecorFrame*)0x0)->GetImplFileName();
03008 }
03009 
03010 //______________________________________________________________________________
03011 int TGMdiDecorFrame::ImplFileLine()
03012 {
03013    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiDecorFrame*)0x0)->GetImplFileLine();
03014 }
03015 
03016 //______________________________________________________________________________
03017 void TGMdiDecorFrame::Dictionary()
03018 {
03019    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiDecorFrame*)0x0)->GetClass();
03020 }
03021 
03022 //______________________________________________________________________________
03023 TClass *TGMdiDecorFrame::Class()
03024 {
03025    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiDecorFrame*)0x0)->GetClass();
03026    return fgIsA;
03027 }
03028 
03029 //______________________________________________________________________________
03030 TClass *TGMdiFrame::fgIsA = 0;  // static to hold class pointer
03031 
03032 //______________________________________________________________________________
03033 const char *TGMdiFrame::Class_Name()
03034 {
03035    return "TGMdiFrame";
03036 }
03037 
03038 //______________________________________________________________________________
03039 const char *TGMdiFrame::ImplFileName()
03040 {
03041    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiFrame*)0x0)->GetImplFileName();
03042 }
03043 
03044 //______________________________________________________________________________
03045 int TGMdiFrame::ImplFileLine()
03046 {
03047    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiFrame*)0x0)->GetImplFileLine();
03048 }
03049 
03050 //______________________________________________________________________________
03051 void TGMdiFrame::Dictionary()
03052 {
03053    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiFrame*)0x0)->GetClass();
03054 }
03055 
03056 //______________________________________________________________________________
03057 TClass *TGMdiFrame::Class()
03058 {
03059    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiFrame*)0x0)->GetClass();
03060    return fgIsA;
03061 }
03062 
03063 //______________________________________________________________________________
03064 TClass *TGMdiFrameList::fgIsA = 0;  // static to hold class pointer
03065 
03066 //______________________________________________________________________________
03067 const char *TGMdiFrameList::Class_Name()
03068 {
03069    return "TGMdiFrameList";
03070 }
03071 
03072 //______________________________________________________________________________
03073 const char *TGMdiFrameList::ImplFileName()
03074 {
03075    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiFrameList*)0x0)->GetImplFileName();
03076 }
03077 
03078 //______________________________________________________________________________
03079 int TGMdiFrameList::ImplFileLine()
03080 {
03081    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiFrameList*)0x0)->GetImplFileLine();
03082 }
03083 
03084 //______________________________________________________________________________
03085 void TGMdiFrameList::Dictionary()
03086 {
03087    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiFrameList*)0x0)->GetClass();
03088 }
03089 
03090 //______________________________________________________________________________
03091 TClass *TGMdiFrameList::Class()
03092 {
03093    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiFrameList*)0x0)->GetClass();
03094    return fgIsA;
03095 }
03096 
03097 //______________________________________________________________________________
03098 TClass *TGMdiMainFrame::fgIsA = 0;  // static to hold class pointer
03099 
03100 //______________________________________________________________________________
03101 const char *TGMdiMainFrame::Class_Name()
03102 {
03103    return "TGMdiMainFrame";
03104 }
03105 
03106 //______________________________________________________________________________
03107 const char *TGMdiMainFrame::ImplFileName()
03108 {
03109    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiMainFrame*)0x0)->GetImplFileName();
03110 }
03111 
03112 //______________________________________________________________________________
03113 int TGMdiMainFrame::ImplFileLine()
03114 {
03115    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiMainFrame*)0x0)->GetImplFileLine();
03116 }
03117 
03118 //______________________________________________________________________________
03119 void TGMdiMainFrame::Dictionary()
03120 {
03121    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiMainFrame*)0x0)->GetClass();
03122 }
03123 
03124 //______________________________________________________________________________
03125 TClass *TGMdiMainFrame::Class()
03126 {
03127    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiMainFrame*)0x0)->GetClass();
03128    return fgIsA;
03129 }
03130 
03131 //______________________________________________________________________________
03132 TClass *TGMdiGeometry::fgIsA = 0;  // static to hold class pointer
03133 
03134 //______________________________________________________________________________
03135 const char *TGMdiGeometry::Class_Name()
03136 {
03137    return "TGMdiGeometry";
03138 }
03139 
03140 //______________________________________________________________________________
03141 const char *TGMdiGeometry::ImplFileName()
03142 {
03143    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiGeometry*)0x0)->GetImplFileName();
03144 }
03145 
03146 //______________________________________________________________________________
03147 int TGMdiGeometry::ImplFileLine()
03148 {
03149    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiGeometry*)0x0)->GetImplFileLine();
03150 }
03151 
03152 //______________________________________________________________________________
03153 void TGMdiGeometry::Dictionary()
03154 {
03155    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiGeometry*)0x0)->GetClass();
03156 }
03157 
03158 //______________________________________________________________________________
03159 TClass *TGMdiGeometry::Class()
03160 {
03161    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiGeometry*)0x0)->GetClass();
03162    return fgIsA;
03163 }
03164 
03165 //______________________________________________________________________________
03166 TClass *TGMdiTitleIcon::fgIsA = 0;  // static to hold class pointer
03167 
03168 //______________________________________________________________________________
03169 const char *TGMdiTitleIcon::Class_Name()
03170 {
03171    return "TGMdiTitleIcon";
03172 }
03173 
03174 //______________________________________________________________________________
03175 const char *TGMdiTitleIcon::ImplFileName()
03176 {
03177    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiTitleIcon*)0x0)->GetImplFileName();
03178 }
03179 
03180 //______________________________________________________________________________
03181 int TGMdiTitleIcon::ImplFileLine()
03182 {
03183    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiTitleIcon*)0x0)->GetImplFileLine();
03184 }
03185 
03186 //______________________________________________________________________________
03187 void TGMdiTitleIcon::Dictionary()
03188 {
03189    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiTitleIcon*)0x0)->GetClass();
03190 }
03191 
03192 //______________________________________________________________________________
03193 TClass *TGMdiTitleIcon::Class()
03194 {
03195    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiTitleIcon*)0x0)->GetClass();
03196    return fgIsA;
03197 }
03198 
03199 //______________________________________________________________________________
03200 TClass *TGMdiButtons::fgIsA = 0;  // static to hold class pointer
03201 
03202 //______________________________________________________________________________
03203 const char *TGMdiButtons::Class_Name()
03204 {
03205    return "TGMdiButtons";
03206 }
03207 
03208 //______________________________________________________________________________
03209 const char *TGMdiButtons::ImplFileName()
03210 {
03211    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiButtons*)0x0)->GetImplFileName();
03212 }
03213 
03214 //______________________________________________________________________________
03215 int TGMdiButtons::ImplFileLine()
03216 {
03217    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiButtons*)0x0)->GetImplFileLine();
03218 }
03219 
03220 //______________________________________________________________________________
03221 void TGMdiButtons::Dictionary()
03222 {
03223    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiButtons*)0x0)->GetClass();
03224 }
03225 
03226 //______________________________________________________________________________
03227 TClass *TGMdiButtons::Class()
03228 {
03229    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiButtons*)0x0)->GetClass();
03230    return fgIsA;
03231 }
03232 
03233 //______________________________________________________________________________
03234 TClass *TGMdiTitleBar::fgIsA = 0;  // static to hold class pointer
03235 
03236 //______________________________________________________________________________
03237 const char *TGMdiTitleBar::Class_Name()
03238 {
03239    return "TGMdiTitleBar";
03240 }
03241 
03242 //______________________________________________________________________________
03243 const char *TGMdiTitleBar::ImplFileName()
03244 {
03245    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiTitleBar*)0x0)->GetImplFileName();
03246 }
03247 
03248 //______________________________________________________________________________
03249 int TGMdiTitleBar::ImplFileLine()
03250 {
03251    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiTitleBar*)0x0)->GetImplFileLine();
03252 }
03253 
03254 //______________________________________________________________________________
03255 void TGMdiTitleBar::Dictionary()
03256 {
03257    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiTitleBar*)0x0)->GetClass();
03258 }
03259 
03260 //______________________________________________________________________________
03261 TClass *TGMdiTitleBar::Class()
03262 {
03263    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiTitleBar*)0x0)->GetClass();
03264    return fgIsA;
03265 }
03266 
03267 //______________________________________________________________________________
03268 TClass *TGMdiWinResizer::fgIsA = 0;  // static to hold class pointer
03269 
03270 //______________________________________________________________________________
03271 const char *TGMdiWinResizer::Class_Name()
03272 {
03273    return "TGMdiWinResizer";
03274 }
03275 
03276 //______________________________________________________________________________
03277 const char *TGMdiWinResizer::ImplFileName()
03278 {
03279    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiWinResizer*)0x0)->GetImplFileName();
03280 }
03281 
03282 //______________________________________________________________________________
03283 int TGMdiWinResizer::ImplFileLine()
03284 {
03285    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiWinResizer*)0x0)->GetImplFileLine();
03286 }
03287 
03288 //______________________________________________________________________________
03289 void TGMdiWinResizer::Dictionary()
03290 {
03291    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiWinResizer*)0x0)->GetClass();
03292 }
03293 
03294 //______________________________________________________________________________
03295 TClass *TGMdiWinResizer::Class()
03296 {
03297    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiWinResizer*)0x0)->GetClass();
03298    return fgIsA;
03299 }
03300 
03301 //______________________________________________________________________________
03302 TClass *TGMdiVerticalWinResizer::fgIsA = 0;  // static to hold class pointer
03303 
03304 //______________________________________________________________________________
03305 const char *TGMdiVerticalWinResizer::Class_Name()
03306 {
03307    return "TGMdiVerticalWinResizer";
03308 }
03309 
03310 //______________________________________________________________________________
03311 const char *TGMdiVerticalWinResizer::ImplFileName()
03312 {
03313    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiVerticalWinResizer*)0x0)->GetImplFileName();
03314 }
03315 
03316 //______________________________________________________________________________
03317 int TGMdiVerticalWinResizer::ImplFileLine()
03318 {
03319    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiVerticalWinResizer*)0x0)->GetImplFileLine();
03320 }
03321 
03322 //______________________________________________________________________________
03323 void TGMdiVerticalWinResizer::Dictionary()
03324 {
03325    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiVerticalWinResizer*)0x0)->GetClass();
03326 }
03327 
03328 //______________________________________________________________________________
03329 TClass *TGMdiVerticalWinResizer::Class()
03330 {
03331    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiVerticalWinResizer*)0x0)->GetClass();
03332    return fgIsA;
03333 }
03334 
03335 //______________________________________________________________________________
03336 TClass *TGMdiHorizontalWinResizer::fgIsA = 0;  // static to hold class pointer
03337 
03338 //______________________________________________________________________________
03339 const char *TGMdiHorizontalWinResizer::Class_Name()
03340 {
03341    return "TGMdiHorizontalWinResizer";
03342 }
03343 
03344 //______________________________________________________________________________
03345 const char *TGMdiHorizontalWinResizer::ImplFileName()
03346 {
03347    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiHorizontalWinResizer*)0x0)->GetImplFileName();
03348 }
03349 
03350 //______________________________________________________________________________
03351 int TGMdiHorizontalWinResizer::ImplFileLine()
03352 {
03353    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiHorizontalWinResizer*)0x0)->GetImplFileLine();
03354 }
03355 
03356 //______________________________________________________________________________
03357 void TGMdiHorizontalWinResizer::Dictionary()
03358 {
03359    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiHorizontalWinResizer*)0x0)->GetClass();
03360 }
03361 
03362 //______________________________________________________________________________
03363 TClass *TGMdiHorizontalWinResizer::Class()
03364 {
03365    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiHorizontalWinResizer*)0x0)->GetClass();
03366    return fgIsA;
03367 }
03368 
03369 //______________________________________________________________________________
03370 TClass *TGMdiCornerWinResizer::fgIsA = 0;  // static to hold class pointer
03371 
03372 //______________________________________________________________________________
03373 const char *TGMdiCornerWinResizer::Class_Name()
03374 {
03375    return "TGMdiCornerWinResizer";
03376 }
03377 
03378 //______________________________________________________________________________
03379 const char *TGMdiCornerWinResizer::ImplFileName()
03380 {
03381    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiCornerWinResizer*)0x0)->GetImplFileName();
03382 }
03383 
03384 //______________________________________________________________________________
03385 int TGMdiCornerWinResizer::ImplFileLine()
03386 {
03387    return ::ROOT::GenerateInitInstanceLocal((const ::TGMdiCornerWinResizer*)0x0)->GetImplFileLine();
03388 }
03389 
03390 //______________________________________________________________________________
03391 void TGMdiCornerWinResizer::Dictionary()
03392 {
03393    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiCornerWinResizer*)0x0)->GetClass();
03394 }
03395 
03396 //______________________________________________________________________________
03397 TClass *TGMdiCornerWinResizer::Class()
03398 {
03399    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGMdiCornerWinResizer*)0x0)->GetClass();
03400    return fgIsA;
03401 }
03402 
03403 //______________________________________________________________________________
03404 TClass *TVirtualDragManager::fgIsA = 0;  // static to hold class pointer
03405 
03406 //______________________________________________________________________________
03407 const char *TVirtualDragManager::Class_Name()
03408 {
03409    return "TVirtualDragManager";
03410 }
03411 
03412 //______________________________________________________________________________
03413 const char *TVirtualDragManager::ImplFileName()
03414 {
03415    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualDragManager*)0x0)->GetImplFileName();
03416 }
03417 
03418 //______________________________________________________________________________
03419 int TVirtualDragManager::ImplFileLine()
03420 {
03421    return ::ROOT::GenerateInitInstanceLocal((const ::TVirtualDragManager*)0x0)->GetImplFileLine();
03422 }
03423 
03424 //______________________________________________________________________________
03425 void TVirtualDragManager::Dictionary()
03426 {
03427    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualDragManager*)0x0)->GetClass();
03428 }
03429 
03430 //______________________________________________________________________________
03431 TClass *TVirtualDragManager::Class()
03432 {
03433    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TVirtualDragManager*)0x0)->GetClass();
03434    return fgIsA;
03435 }
03436 
03437 //______________________________________________________________________________
03438 TClass *TGuiBldAction::fgIsA = 0;  // static to hold class pointer
03439 
03440 //______________________________________________________________________________
03441 const char *TGuiBldAction::Class_Name()
03442 {
03443    return "TGuiBldAction";
03444 }
03445 
03446 //______________________________________________________________________________
03447 const char *TGuiBldAction::ImplFileName()
03448 {
03449    return ::ROOT::GenerateInitInstanceLocal((const ::TGuiBldAction*)0x0)->GetImplFileName();
03450 }
03451 
03452 //______________________________________________________________________________
03453 int TGuiBldAction::ImplFileLine()
03454 {
03455    return ::ROOT::GenerateInitInstanceLocal((const ::TGuiBldAction*)0x0)->GetImplFileLine();
03456 }
03457 
03458 //______________________________________________________________________________
03459 void TGuiBldAction::Dictionary()
03460 {
03461    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGuiBldAction*)0x0)->GetClass();
03462 }
03463 
03464 //______________________________________________________________________________
03465 TClass *TGuiBldAction::Class()
03466 {
03467    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGuiBldAction*)0x0)->GetClass();
03468    return fgIsA;
03469 }
03470 
03471 //______________________________________________________________________________
03472 TClass *TGuiBuilder::fgIsA = 0;  // static to hold class pointer
03473 
03474 //______________________________________________________________________________
03475 const char *TGuiBuilder::Class_Name()
03476 {
03477    return "TGuiBuilder";
03478 }
03479 
03480 //______________________________________________________________________________
03481 const char *TGuiBuilder::ImplFileName()
03482 {
03483    return ::ROOT::GenerateInitInstanceLocal((const ::TGuiBuilder*)0x0)->GetImplFileName();
03484 }
03485 
03486 //______________________________________________________________________________
03487 int TGuiBuilder::ImplFileLine()
03488 {
03489    return ::ROOT::GenerateInitInstanceLocal((const ::TGuiBuilder*)0x0)->GetImplFileLine();
03490 }
03491 
03492 //______________________________________________________________________________
03493 void TGuiBuilder::Dictionary()
03494 {
03495    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGuiBuilder*)0x0)->GetClass();
03496 }
03497 
03498 //______________________________________________________________________________
03499 TClass *TGuiBuilder::Class()
03500 {
03501    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGuiBuilder*)0x0)->GetClass();
03502    return fgIsA;
03503 }
03504 
03505 //______________________________________________________________________________
03506 TClass *TGRedirectOutputGuard::fgIsA = 0;  // static to hold class pointer
03507 
03508 //______________________________________________________________________________
03509 const char *TGRedirectOutputGuard::Class_Name()
03510 {
03511    return "TGRedirectOutputGuard";
03512 }
03513 
03514 //______________________________________________________________________________
03515 const char *TGRedirectOutputGuard::ImplFileName()
03516 {
03517    return ::ROOT::GenerateInitInstanceLocal((const ::TGRedirectOutputGuard*)0x0)->GetImplFileName();
03518 }
03519 
03520 //______________________________________________________________________________
03521 int TGRedirectOutputGuard::ImplFileLine()
03522 {
03523    return ::ROOT::GenerateInitInstanceLocal((const ::TGRedirectOutputGuard*)0x0)->GetImplFileLine();
03524 }
03525 
03526 //______________________________________________________________________________
03527 void TGRedirectOutputGuard::Dictionary()
03528 {
03529    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGRedirectOutputGuard*)0x0)->GetClass();
03530 }
03531 
03532 //______________________________________________________________________________
03533 TClass *TGRedirectOutputGuard::Class()
03534 {
03535    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGRedirectOutputGuard*)0x0)->GetClass();
03536    return fgIsA;
03537 }
03538 
03539 //______________________________________________________________________________
03540 TClass *TGPasswdDialog::fgIsA = 0;  // static to hold class pointer
03541 
03542 //______________________________________________________________________________
03543 const char *TGPasswdDialog::Class_Name()
03544 {
03545    return "TGPasswdDialog";
03546 }
03547 
03548 //______________________________________________________________________________
03549 const char *TGPasswdDialog::ImplFileName()
03550 {
03551    return ::ROOT::GenerateInitInstanceLocal((const ::TGPasswdDialog*)0x0)->GetImplFileName();
03552 }
03553 
03554 //______________________________________________________________________________
03555 int TGPasswdDialog::ImplFileLine()
03556 {
03557    return ::ROOT::GenerateInitInstanceLocal((const ::TGPasswdDialog*)0x0)->GetImplFileLine();
03558 }
03559 
03560 //______________________________________________________________________________
03561 void TGPasswdDialog::Dictionary()
03562 {
03563    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGPasswdDialog*)0x0)->GetClass();
03564 }
03565 
03566 //______________________________________________________________________________
03567 TClass *TGPasswdDialog::Class()
03568 {
03569    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGPasswdDialog*)0x0)->GetClass();
03570    return fgIsA;
03571 }
03572 
03573 //______________________________________________________________________________
03574 TClass *TGTextEditor::fgIsA = 0;  // static to hold class pointer
03575 
03576 //______________________________________________________________________________
03577 const char *TGTextEditor::Class_Name()
03578 {
03579    return "TGTextEditor";
03580 }
03581 
03582 //______________________________________________________________________________
03583 const char *TGTextEditor::ImplFileName()
03584 {
03585    return ::ROOT::GenerateInitInstanceLocal((const ::TGTextEditor*)0x0)->GetImplFileName();
03586 }
03587 
03588 //______________________________________________________________________________
03589 int TGTextEditor::ImplFileLine()
03590 {
03591    return ::ROOT::GenerateInitInstanceLocal((const ::TGTextEditor*)0x0)->GetImplFileLine();
03592 }
03593 
03594 //______________________________________________________________________________
03595 void TGTextEditor::Dictionary()
03596 {
03597    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTextEditor*)0x0)->GetClass();
03598 }
03599 
03600 //______________________________________________________________________________
03601 TClass *TGTextEditor::Class()
03602 {
03603    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTextEditor*)0x0)->GetClass();
03604    return fgIsA;
03605 }
03606 
03607 //______________________________________________________________________________
03608 TClass *TGSpeedo::fgIsA = 0;  // static to hold class pointer
03609 
03610 //______________________________________________________________________________
03611 const char *TGSpeedo::Class_Name()
03612 {
03613    return "TGSpeedo";
03614 }
03615 
03616 //______________________________________________________________________________
03617 const char *TGSpeedo::ImplFileName()
03618 {
03619    return ::ROOT::GenerateInitInstanceLocal((const ::TGSpeedo*)0x0)->GetImplFileName();
03620 }
03621 
03622 //______________________________________________________________________________
03623 int TGSpeedo::ImplFileLine()
03624 {
03625    return ::ROOT::GenerateInitInstanceLocal((const ::TGSpeedo*)0x0)->GetImplFileLine();
03626 }
03627 
03628 //______________________________________________________________________________
03629 void TGSpeedo::Dictionary()
03630 {
03631    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSpeedo*)0x0)->GetClass();
03632 }
03633 
03634 //______________________________________________________________________________
03635 TClass *TGSpeedo::Class()
03636 {
03637    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSpeedo*)0x0)->GetClass();
03638    return fgIsA;
03639 }
03640 
03641 //______________________________________________________________________________
03642 TClass *TGDragWindow::fgIsA = 0;  // static to hold class pointer
03643 
03644 //______________________________________________________________________________
03645 const char *TGDragWindow::Class_Name()
03646 {
03647    return "TGDragWindow";
03648 }
03649 
03650 //______________________________________________________________________________
03651 const char *TGDragWindow::ImplFileName()
03652 {
03653    return ::ROOT::GenerateInitInstanceLocal((const ::TGDragWindow*)0x0)->GetImplFileName();
03654 }
03655 
03656 //______________________________________________________________________________
03657 int TGDragWindow::ImplFileLine()
03658 {
03659    return ::ROOT::GenerateInitInstanceLocal((const ::TGDragWindow*)0x0)->GetImplFileLine();
03660 }
03661 
03662 //______________________________________________________________________________
03663 void TGDragWindow::Dictionary()
03664 {
03665    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDragWindow*)0x0)->GetClass();
03666 }
03667 
03668 //______________________________________________________________________________
03669 TClass *TGDragWindow::Class()
03670 {
03671    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGDragWindow*)0x0)->GetClass();
03672    return fgIsA;
03673 }
03674 
03675 //______________________________________________________________________________
03676 TClass *TGTable::fgIsA = 0;  // static to hold class pointer
03677 
03678 //______________________________________________________________________________
03679 const char *TGTable::Class_Name()
03680 {
03681    return "TGTable";
03682 }
03683 
03684 //______________________________________________________________________________
03685 const char *TGTable::ImplFileName()
03686 {
03687    return ::ROOT::GenerateInitInstanceLocal((const ::TGTable*)0x0)->GetImplFileName();
03688 }
03689 
03690 //______________________________________________________________________________
03691 int TGTable::ImplFileLine()
03692 {
03693    return ::ROOT::GenerateInitInstanceLocal((const ::TGTable*)0x0)->GetImplFileLine();
03694 }
03695 
03696 //______________________________________________________________________________
03697 void TGTable::Dictionary()
03698 {
03699    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTable*)0x0)->GetClass();
03700 }
03701 
03702 //______________________________________________________________________________
03703 TClass *TGTable::Class()
03704 {
03705    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTable*)0x0)->GetClass();
03706    return fgIsA;
03707 }
03708 
03709 //______________________________________________________________________________
03710 TClass *TGTableCell::fgIsA = 0;  // static to hold class pointer
03711 
03712 //______________________________________________________________________________
03713 const char *TGTableCell::Class_Name()
03714 {
03715    return "TGTableCell";
03716 }
03717 
03718 //______________________________________________________________________________
03719 const char *TGTableCell::ImplFileName()
03720 {
03721    return ::ROOT::GenerateInitInstanceLocal((const ::TGTableCell*)0x0)->GetImplFileName();
03722 }
03723 
03724 //______________________________________________________________________________
03725 int TGTableCell::ImplFileLine()
03726 {
03727    return ::ROOT::GenerateInitInstanceLocal((const ::TGTableCell*)0x0)->GetImplFileLine();
03728 }
03729 
03730 //______________________________________________________________________________
03731 void TGTableCell::Dictionary()
03732 {
03733    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTableCell*)0x0)->GetClass();
03734 }
03735 
03736 //______________________________________________________________________________
03737 TClass *TGTableCell::Class()
03738 {
03739    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTableCell*)0x0)->GetClass();
03740    return fgIsA;
03741 }
03742 
03743 //______________________________________________________________________________
03744 TClass *TGTableHeader::fgIsA = 0;  // static to hold class pointer
03745 
03746 //______________________________________________________________________________
03747 const char *TGTableHeader::Class_Name()
03748 {
03749    return "TGTableHeader";
03750 }
03751 
03752 //______________________________________________________________________________
03753 const char *TGTableHeader::ImplFileName()
03754 {
03755    return ::ROOT::GenerateInitInstanceLocal((const ::TGTableHeader*)0x0)->GetImplFileName();
03756 }
03757 
03758 //______________________________________________________________________________
03759 int TGTableHeader::ImplFileLine()
03760 {
03761    return ::ROOT::GenerateInitInstanceLocal((const ::TGTableHeader*)0x0)->GetImplFileLine();
03762 }
03763 
03764 //______________________________________________________________________________
03765 void TGTableHeader::Dictionary()
03766 {
03767    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTableHeader*)0x0)->GetClass();
03768 }
03769 
03770 //______________________________________________________________________________
03771 TClass *TGTableHeader::Class()
03772 {
03773    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTableHeader*)0x0)->GetClass();
03774    return fgIsA;
03775 }
03776 
03777 //______________________________________________________________________________
03778 TClass *TGTableFrame::fgIsA = 0;  // static to hold class pointer
03779 
03780 //______________________________________________________________________________
03781 const char *TGTableFrame::Class_Name()
03782 {
03783    return "TGTableFrame";
03784 }
03785 
03786 //______________________________________________________________________________
03787 const char *TGTableFrame::ImplFileName()
03788 {
03789    return ::ROOT::GenerateInitInstanceLocal((const ::TGTableFrame*)0x0)->GetImplFileName();
03790 }
03791 
03792 //______________________________________________________________________________
03793 int TGTableFrame::ImplFileLine()
03794 {
03795    return ::ROOT::GenerateInitInstanceLocal((const ::TGTableFrame*)0x0)->GetImplFileLine();
03796 }
03797 
03798 //______________________________________________________________________________
03799 void TGTableFrame::Dictionary()
03800 {
03801    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTableFrame*)0x0)->GetClass();
03802 }
03803 
03804 //______________________________________________________________________________
03805 TClass *TGTableFrame::Class()
03806 {
03807    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTableFrame*)0x0)->GetClass();
03808    return fgIsA;
03809 }
03810 
03811 //______________________________________________________________________________
03812 TClass *TGTableHeaderFrame::fgIsA = 0;  // static to hold class pointer
03813 
03814 //______________________________________________________________________________
03815 const char *TGTableHeaderFrame::Class_Name()
03816 {
03817    return "TGTableHeaderFrame";
03818 }
03819 
03820 //______________________________________________________________________________
03821 const char *TGTableHeaderFrame::ImplFileName()
03822 {
03823    return ::ROOT::GenerateInitInstanceLocal((const ::TGTableHeaderFrame*)0x0)->GetImplFileName();
03824 }
03825 
03826 //______________________________________________________________________________
03827 int TGTableHeaderFrame::ImplFileLine()
03828 {
03829    return ::ROOT::GenerateInitInstanceLocal((const ::TGTableHeaderFrame*)0x0)->GetImplFileLine();
03830 }
03831 
03832 //______________________________________________________________________________
03833 void TGTableHeaderFrame::Dictionary()
03834 {
03835    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTableHeaderFrame*)0x0)->GetClass();
03836 }
03837 
03838 //______________________________________________________________________________
03839 TClass *TGTableHeaderFrame::Class()
03840 {
03841    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGTableHeaderFrame*)0x0)->GetClass();
03842    return fgIsA;
03843 }
03844 
03845 //______________________________________________________________________________
03846 TClass *TTableRange::fgIsA = 0;  // static to hold class pointer
03847 
03848 //______________________________________________________________________________
03849 const char *TTableRange::Class_Name()
03850 {
03851    return "TTableRange";
03852 }
03853 
03854 //______________________________________________________________________________
03855 const char *TTableRange::ImplFileName()
03856 {
03857    return ::ROOT::GenerateInitInstanceLocal((const ::TTableRange*)0x0)->GetImplFileName();
03858 }
03859 
03860 //______________________________________________________________________________
03861 int TTableRange::ImplFileLine()
03862 {
03863    return ::ROOT::GenerateInitInstanceLocal((const ::TTableRange*)0x0)->GetImplFileLine();
03864 }
03865 
03866 //______________________________________________________________________________
03867 void TTableRange::Dictionary()
03868 {
03869    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableRange*)0x0)->GetClass();
03870 }
03871 
03872 //______________________________________________________________________________
03873 TClass *TTableRange::Class()
03874 {
03875    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TTableRange*)0x0)->GetClass();
03876    return fgIsA;
03877 }
03878 
03879 //______________________________________________________________________________
03880 TClass *TGSimpleTableInterface::fgIsA = 0;  // static to hold class pointer
03881 
03882 //______________________________________________________________________________
03883 const char *TGSimpleTableInterface::Class_Name()
03884 {
03885    return "TGSimpleTableInterface";
03886 }
03887 
03888 //______________________________________________________________________________
03889 const char *TGSimpleTableInterface::ImplFileName()
03890 {
03891    return ::ROOT::GenerateInitInstanceLocal((const ::TGSimpleTableInterface*)0x0)->GetImplFileName();
03892 }
03893 
03894 //______________________________________________________________________________
03895 int TGSimpleTableInterface::ImplFileLine()
03896 {
03897    return ::ROOT::GenerateInitInstanceLocal((const ::TGSimpleTableInterface*)0x0)->GetImplFileLine();
03898 }
03899 
03900 //______________________________________________________________________________
03901 void TGSimpleTableInterface::Dictionary()
03902 {
03903    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSimpleTableInterface*)0x0)->GetClass();
03904 }
03905 
03906 //______________________________________________________________________________
03907 TClass *TGSimpleTableInterface::Class()
03908 {
03909    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSimpleTableInterface*)0x0)->GetClass();
03910    return fgIsA;
03911 }
03912 
03913 //______________________________________________________________________________
03914 TClass *TGSimpleTable::fgIsA = 0;  // static to hold class pointer
03915 
03916 //______________________________________________________________________________
03917 const char *TGSimpleTable::Class_Name()
03918 {
03919    return "TGSimpleTable";
03920 }
03921 
03922 //______________________________________________________________________________
03923 const char *TGSimpleTable::ImplFileName()
03924 {
03925    return ::ROOT::GenerateInitInstanceLocal((const ::TGSimpleTable*)0x0)->GetImplFileName();
03926 }
03927 
03928 //______________________________________________________________________________
03929 int TGSimpleTable::ImplFileLine()
03930 {
03931    return ::ROOT::GenerateInitInstanceLocal((const ::TGSimpleTable*)0x0)->GetImplFileLine();
03932 }
03933 
03934 //______________________________________________________________________________
03935 void TGSimpleTable::Dictionary()
03936 {
03937    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSimpleTable*)0x0)->GetClass();
03938 }
03939 
03940 //______________________________________________________________________________
03941 TClass *TGSimpleTable::Class()
03942 {
03943    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSimpleTable*)0x0)->GetClass();
03944    return fgIsA;
03945 }
03946 
03947 //______________________________________________________________________________
03948 TClass *TGCommandPlugin::fgIsA = 0;  // static to hold class pointer
03949 
03950 //______________________________________________________________________________
03951 const char *TGCommandPlugin::Class_Name()
03952 {
03953    return "TGCommandPlugin";
03954 }
03955 
03956 //______________________________________________________________________________
03957 const char *TGCommandPlugin::ImplFileName()
03958 {
03959    return ::ROOT::GenerateInitInstanceLocal((const ::TGCommandPlugin*)0x0)->GetImplFileName();
03960 }
03961 
03962 //______________________________________________________________________________
03963 int TGCommandPlugin::ImplFileLine()
03964 {
03965    return ::ROOT::GenerateInitInstanceLocal((const ::TGCommandPlugin*)0x0)->GetImplFileLine();
03966 }
03967 
03968 //______________________________________________________________________________
03969 void TGCommandPlugin::Dictionary()
03970 {
03971    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGCommandPlugin*)0x0)->GetClass();
03972 }
03973 
03974 //______________________________________________________________________________
03975 TClass *TGCommandPlugin::Class()
03976 {
03977    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGCommandPlugin*)0x0)->GetClass();
03978    return fgIsA;
03979 }
03980 
03981 //______________________________________________________________________________
03982 TClass *TRootBrowser::fgIsA = 0;  // static to hold class pointer
03983 
03984 //______________________________________________________________________________
03985 const char *TRootBrowser::Class_Name()
03986 {
03987    return "TRootBrowser";
03988 }
03989 
03990 //______________________________________________________________________________
03991 const char *TRootBrowser::ImplFileName()
03992 {
03993    return ::ROOT::GenerateInitInstanceLocal((const ::TRootBrowser*)0x0)->GetImplFileName();
03994 }
03995 
03996 //______________________________________________________________________________
03997 int TRootBrowser::ImplFileLine()
03998 {
03999    return ::ROOT::GenerateInitInstanceLocal((const ::TRootBrowser*)0x0)->GetImplFileLine();
04000 }
04001 
04002 //______________________________________________________________________________
04003 void TRootBrowser::Dictionary()
04004 {
04005    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootBrowser*)0x0)->GetClass();
04006 }
04007 
04008 //______________________________________________________________________________
04009 TClass *TRootBrowser::Class()
04010 {
04011    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TRootBrowser*)0x0)->GetClass();
04012    return fgIsA;
04013 }
04014 
04015 //______________________________________________________________________________
04016 TClass *TGFileBrowser::fgIsA = 0;  // static to hold class pointer
04017 
04018 //______________________________________________________________________________
04019 const char *TGFileBrowser::Class_Name()
04020 {
04021    return "TGFileBrowser";
04022 }
04023 
04024 //______________________________________________________________________________
04025 const char *TGFileBrowser::ImplFileName()
04026 {
04027    return ::ROOT::GenerateInitInstanceLocal((const ::TGFileBrowser*)0x0)->GetImplFileName();
04028 }
04029 
04030 //______________________________________________________________________________
04031 int TGFileBrowser::ImplFileLine()
04032 {
04033    return ::ROOT::GenerateInitInstanceLocal((const ::TGFileBrowser*)0x0)->GetImplFileLine();
04034 }
04035 
04036 //______________________________________________________________________________
04037 void TGFileBrowser::Dictionary()
04038 {
04039    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGFileBrowser*)0x0)->GetClass();
04040 }
04041 
04042 //______________________________________________________________________________
04043 TClass *TGFileBrowser::Class()
04044 {
04045    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGFileBrowser*)0x0)->GetClass();
04046    return fgIsA;
04047 }
04048 
04049 //______________________________________________________________________________
04050 TClass *TBrowserPlugin::fgIsA = 0;  // static to hold class pointer
04051 
04052 //______________________________________________________________________________
04053 const char *TBrowserPlugin::Class_Name()
04054 {
04055    return "TBrowserPlugin";
04056 }
04057 
04058 //______________________________________________________________________________
04059 const char *TBrowserPlugin::ImplFileName()
04060 {
04061    return ::ROOT::GenerateInitInstanceLocal((const ::TBrowserPlugin*)0x0)->GetImplFileName();
04062 }
04063 
04064 //______________________________________________________________________________
04065 int TBrowserPlugin::ImplFileLine()
04066 {
04067    return ::ROOT::GenerateInitInstanceLocal((const ::TBrowserPlugin*)0x0)->GetImplFileLine();
04068 }
04069 
04070 //______________________________________________________________________________
04071 void TBrowserPlugin::Dictionary()
04072 {
04073    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBrowserPlugin*)0x0)->GetClass();
04074 }
04075 
04076 //______________________________________________________________________________
04077 TClass *TBrowserPlugin::Class()
04078 {
04079    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TBrowserPlugin*)0x0)->GetClass();
04080    return fgIsA;
04081 }
04082 
04083 //______________________________________________________________________________
04084 TClass *TGRectMap::fgIsA = 0;  // static to hold class pointer
04085 
04086 //______________________________________________________________________________
04087 const char *TGRectMap::Class_Name()
04088 {
04089    return "TGRectMap";
04090 }
04091 
04092 //______________________________________________________________________________
04093 const char *TGRectMap::ImplFileName()
04094 {
04095    return ::ROOT::GenerateInitInstanceLocal((const ::TGRectMap*)0x0)->GetImplFileName();
04096 }
04097 
04098 //______________________________________________________________________________
04099 int TGRectMap::ImplFileLine()
04100 {
04101    return ::ROOT::GenerateInitInstanceLocal((const ::TGRectMap*)0x0)->GetImplFileLine();
04102 }
04103 
04104 //______________________________________________________________________________
04105 void TGRectMap::Dictionary()
04106 {
04107    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGRectMap*)0x0)->GetClass();
04108 }
04109 
04110 //______________________________________________________________________________
04111 TClass *TGRectMap::Class()
04112 {
04113    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGRectMap*)0x0)->GetClass();
04114    return fgIsA;
04115 }
04116 
04117 //______________________________________________________________________________
04118 TClass *TGSplitTool::fgIsA = 0;  // static to hold class pointer
04119 
04120 //______________________________________________________________________________
04121 const char *TGSplitTool::Class_Name()
04122 {
04123    return "TGSplitTool";
04124 }
04125 
04126 //______________________________________________________________________________
04127 const char *TGSplitTool::ImplFileName()
04128 {
04129    return ::ROOT::GenerateInitInstanceLocal((const ::TGSplitTool*)0x0)->GetImplFileName();
04130 }
04131 
04132 //______________________________________________________________________________
04133 int TGSplitTool::ImplFileLine()
04134 {
04135    return ::ROOT::GenerateInitInstanceLocal((const ::TGSplitTool*)0x0)->GetImplFileLine();
04136 }
04137 
04138 //______________________________________________________________________________
04139 void TGSplitTool::Dictionary()
04140 {
04141    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSplitTool*)0x0)->GetClass();
04142 }
04143 
04144 //______________________________________________________________________________
04145 TClass *TGSplitTool::Class()
04146 {
04147    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSplitTool*)0x0)->GetClass();
04148    return fgIsA;
04149 }
04150 
04151 //______________________________________________________________________________
04152 TClass *TGSplitFrame::fgIsA = 0;  // static to hold class pointer
04153 
04154 //______________________________________________________________________________
04155 const char *TGSplitFrame::Class_Name()
04156 {
04157    return "TGSplitFrame";
04158 }
04159 
04160 //______________________________________________________________________________
04161 const char *TGSplitFrame::ImplFileName()
04162 {
04163    return ::ROOT::GenerateInitInstanceLocal((const ::TGSplitFrame*)0x0)->GetImplFileName();
04164 }
04165 
04166 //______________________________________________________________________________
04167 int TGSplitFrame::ImplFileLine()
04168 {
04169    return ::ROOT::GenerateInitInstanceLocal((const ::TGSplitFrame*)0x0)->GetImplFileLine();
04170 }
04171 
04172 //______________________________________________________________________________
04173 void TGSplitFrame::Dictionary()
04174 {
04175    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSplitFrame*)0x0)->GetClass();
04176 }
04177 
04178 //______________________________________________________________________________
04179 TClass *TGSplitFrame::Class()
04180 {
04181    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGSplitFrame*)0x0)->GetClass();
04182    return fgIsA;
04183 }
04184 
04185 //______________________________________________________________________________
04186 TClass *TGShapedFrame::fgIsA = 0;  // static to hold class pointer
04187 
04188 //______________________________________________________________________________
04189 const char *TGShapedFrame::Class_Name()
04190 {
04191    return "TGShapedFrame";
04192 }
04193 
04194 //______________________________________________________________________________
04195 const char *TGShapedFrame::ImplFileName()
04196 {
04197    return ::ROOT::GenerateInitInstanceLocal((const ::TGShapedFrame*)0x0)->GetImplFileName();
04198 }
04199 
04200 //______________________________________________________________________________
04201 int TGShapedFrame::ImplFileLine()
04202 {
04203    return ::ROOT::GenerateInitInstanceLocal((const ::TGShapedFrame*)0x0)->GetImplFileLine();
04204 }
04205 
04206 //______________________________________________________________________________
04207 void TGShapedFrame::Dictionary()
04208 {
04209    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGShapedFrame*)0x0)->GetClass();
04210 }
04211 
04212 //______________________________________________________________________________
04213 TClass *TGShapedFrame::Class()
04214 {
04215    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGShapedFrame*)0x0)->GetClass();
04216    return fgIsA;
04217 }
04218 
04219 //______________________________________________________________________________
04220 TClass *TGEventHandler::fgIsA = 0;  // static to hold class pointer
04221 
04222 //______________________________________________________________________________
04223 const char *TGEventHandler::Class_Name()
04224 {
04225    return "TGEventHandler";
04226 }
04227 
04228 //______________________________________________________________________________
04229 const char *TGEventHandler::ImplFileName()
04230 {
04231    return ::ROOT::GenerateInitInstanceLocal((const ::TGEventHandler*)0x0)->GetImplFileName();
04232 }
04233 
04234 //______________________________________________________________________________
04235 int TGEventHandler::ImplFileLine()
04236 {
04237    return ::ROOT::GenerateInitInstanceLocal((const ::TGEventHandler*)0x0)->GetImplFileLine();
04238 }
04239 
04240 //______________________________________________________________________________
04241 void TGEventHandler::Dictionary()
04242 {
04243    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGEventHandler*)0x0)->GetClass();
04244 }
04245 
04246 //______________________________________________________________________________
04247 TClass *TGEventHandler::Class()
04248 {
04249    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGEventHandler*)0x0)->GetClass();
04250    return fgIsA;
04251 }
04252 
04253 //______________________________________________________________________________
04254 void TRootGuiFactory::Streamer(TBuffer &R__b)
04255 {
04256    // Stream an object of class TRootGuiFactory.
04257 
04258    TGuiFactory::Streamer(R__b);
04259 }
04260 
04261 //______________________________________________________________________________
04262 void TRootGuiFactory::ShowMembers(TMemberInspector &R__insp)
04263 {
04264       // Inspect the data members of an object of class TRootGuiFactory.
04265       TClass *R__cl = ::TRootGuiFactory::IsA();
04266       if (R__cl || R__insp.IsA()) { }
04267       TGuiFactory::ShowMembers(R__insp);
04268 }
04269 
04270 namespace ROOT {
04271    // Wrappers around operator new
04272    static void *new_TRootGuiFactory(void *p) {
04273       return  p ? new(p) ::TRootGuiFactory : new ::TRootGuiFactory;
04274    }
04275    static void *newArray_TRootGuiFactory(Long_t nElements, void *p) {
04276       return p ? new(p) ::TRootGuiFactory[nElements] : new ::TRootGuiFactory[nElements];
04277    }
04278    // Wrapper around operator delete
04279    static void delete_TRootGuiFactory(void *p) {
04280       delete ((::TRootGuiFactory*)p);
04281    }
04282    static void deleteArray_TRootGuiFactory(void *p) {
04283       delete [] ((::TRootGuiFactory*)p);
04284    }
04285    static void destruct_TRootGuiFactory(void *p) {
04286       typedef ::TRootGuiFactory current_t;
04287       ((current_t*)p)->~current_t();
04288    }
04289    // Wrapper around a custom streamer member function.
04290    static void streamer_TRootGuiFactory(TBuffer &buf, void *obj) {
04291       ((::TRootGuiFactory*)obj)->::TRootGuiFactory::Streamer(buf);
04292    }
04293 } // end of namespace ROOT for class ::TRootGuiFactory
04294 
04295 //______________________________________________________________________________
04296 void TRootApplication::Streamer(TBuffer &R__b)
04297 {
04298    // Stream an object of class TRootApplication.
04299 
04300    TApplicationImp::Streamer(R__b);
04301 }
04302 
04303 //______________________________________________________________________________
04304 void TRootApplication::ShowMembers(TMemberInspector &R__insp)
04305 {
04306       // Inspect the data members of an object of class TRootApplication.
04307       TClass *R__cl = ::TRootApplication::IsA();
04308       if (R__cl || R__insp.IsA()) { }
04309       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fClient", &fClient);
04310       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplay", &fDisplay);
04311       TApplicationImp::ShowMembers(R__insp);
04312 }
04313 
04314 namespace ROOT {
04315    // Wrapper around operator delete
04316    static void delete_TRootApplication(void *p) {
04317       delete ((::TRootApplication*)p);
04318    }
04319    static void deleteArray_TRootApplication(void *p) {
04320       delete [] ((::TRootApplication*)p);
04321    }
04322    static void destruct_TRootApplication(void *p) {
04323       typedef ::TRootApplication current_t;
04324       ((current_t*)p)->~current_t();
04325    }
04326    // Wrapper around a custom streamer member function.
04327    static void streamer_TRootApplication(TBuffer &buf, void *obj) {
04328       ((::TRootApplication*)obj)->::TRootApplication::Streamer(buf);
04329    }
04330 } // end of namespace ROOT for class ::TRootApplication
04331 
04332 //______________________________________________________________________________
04333 void TRootCanvas::Streamer(TBuffer &R__b)
04334 {
04335    // Stream an object of class TRootCanvas.
04336 
04337    TGMainFrame::Streamer(R__b);
04338    TCanvasImp::Streamer(R__b);
04339 }
04340 
04341 //______________________________________________________________________________
04342 void TRootCanvas::ShowMembers(TMemberInspector &R__insp)
04343 {
04344       // Inspect the data members of an object of class TRootCanvas.
04345       TClass *R__cl = ::TRootCanvas::IsA();
04346       if (R__cl || R__insp.IsA()) { }
04347       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvasWindow", &fCanvasWindow);
04348       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvasContainer", &fCanvasContainer);
04349       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
04350       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileMenu", &fFileMenu);
04351       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileSaveMenu", &fFileSaveMenu);
04352       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEditMenu", &fEditMenu);
04353       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEditClearMenu", &fEditClearMenu);
04354       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMenu", &fViewMenu);
04355       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewWithMenu", &fViewWithMenu);
04356       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOptionMenu", &fOptionMenu);
04357       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolsMenu", &fToolsMenu);
04358       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHelpMenu", &fHelpMenu);
04359       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarLayout", &fMenuBarLayout);
04360       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarItemLayout", &fMenuBarItemLayout);
04361       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarHelpLayout", &fMenuBarHelpLayout);
04362       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvasLayout", &fCanvasLayout);
04363       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar);
04364       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBarLayout", &fStatusBarLayout);
04365       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEditorFrame", &fEditorFrame);
04366       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEditorLayout", &fEditorLayout);
04367       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMainFrame", &fMainFrame);
04368       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarLayout", &fToolBarLayout);
04369       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBar", &fToolBar);
04370       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarSep", &fToolBarSep);
04371       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMainFrameLayout", &fMainFrameLayout);
04372       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVertical1", &fVertical1);
04373       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVertical2", &fVertical2);
04374       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHorizontal1", &fHorizontal1);
04375       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVertical1Layout", &fVertical1Layout);
04376       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVertical2Layout", &fVertical2Layout);
04377       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHorizontal1Layout", &fHorizontal1Layout);
04378       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolDock", &fToolDock);
04379       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDockLayout", &fDockLayout);
04380       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIconPic", &fIconPic);
04381       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolTip", &fToolTip);
04382       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEditor", &fEditor);
04383       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCanvasID", &fCanvasID);
04384       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoFit", &fAutoFit);
04385       R__insp.Inspect(R__cl, R__insp.GetParent(), "fButton", &fButton);
04386       TGMainFrame::ShowMembers(R__insp);
04387       TCanvasImp::ShowMembers(R__insp);
04388 }
04389 
04390 namespace ROOT {
04391    // Wrappers around operator new
04392    static void *new_TRootCanvas(void *p) {
04393       return  p ? new(p) ::TRootCanvas : new ::TRootCanvas;
04394    }
04395    static void *newArray_TRootCanvas(Long_t nElements, void *p) {
04396       return p ? new(p) ::TRootCanvas[nElements] : new ::TRootCanvas[nElements];
04397    }
04398    // Wrapper around operator delete
04399    static void delete_TRootCanvas(void *p) {
04400       delete ((::TRootCanvas*)p);
04401    }
04402    static void deleteArray_TRootCanvas(void *p) {
04403       delete [] ((::TRootCanvas*)p);
04404    }
04405    static void destruct_TRootCanvas(void *p) {
04406       typedef ::TRootCanvas current_t;
04407       ((current_t*)p)->~current_t();
04408    }
04409    // Wrapper around a custom streamer member function.
04410    static void streamer_TRootCanvas(TBuffer &buf, void *obj) {
04411       ((::TRootCanvas*)obj)->::TRootCanvas::Streamer(buf);
04412    }
04413 } // end of namespace ROOT for class ::TRootCanvas
04414 
04415 //______________________________________________________________________________
04416 void TRootEmbeddedCanvas::Streamer(TBuffer &R__b)
04417 {
04418    // Stream an object of class TRootEmbeddedCanvas.
04419 
04420    TGCanvas::Streamer(R__b);
04421 }
04422 
04423 //______________________________________________________________________________
04424 void TRootEmbeddedCanvas::ShowMembers(TMemberInspector &R__insp)
04425 {
04426       // Inspect the data members of an object of class TRootEmbeddedCanvas.
04427       TClass *R__cl = ::TRootEmbeddedCanvas::IsA();
04428       if (R__cl || R__insp.IsA()) { }
04429       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCWinId", &fCWinId);
04430       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvasContainer", &fCanvasContainer);
04431       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvas", &fCanvas);
04432       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAutoFit", &fAutoFit);
04433       R__insp.Inspect(R__cl, R__insp.GetParent(), "fButton", &fButton);
04434       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDNDTypeList", &fDNDTypeList);
04435       TGCanvas::ShowMembers(R__insp);
04436 }
04437 
04438 namespace ROOT {
04439    // Wrappers around operator new
04440    static void *new_TRootEmbeddedCanvas(void *p) {
04441       return  p ? new(p) ::TRootEmbeddedCanvas : new ::TRootEmbeddedCanvas;
04442    }
04443    static void *newArray_TRootEmbeddedCanvas(Long_t nElements, void *p) {
04444       return p ? new(p) ::TRootEmbeddedCanvas[nElements] : new ::TRootEmbeddedCanvas[nElements];
04445    }
04446    // Wrapper around operator delete
04447    static void delete_TRootEmbeddedCanvas(void *p) {
04448       delete ((::TRootEmbeddedCanvas*)p);
04449    }
04450    static void deleteArray_TRootEmbeddedCanvas(void *p) {
04451       delete [] ((::TRootEmbeddedCanvas*)p);
04452    }
04453    static void destruct_TRootEmbeddedCanvas(void *p) {
04454       typedef ::TRootEmbeddedCanvas current_t;
04455       ((current_t*)p)->~current_t();
04456    }
04457    // Wrapper around a custom streamer member function.
04458    static void streamer_TRootEmbeddedCanvas(TBuffer &buf, void *obj) {
04459       ((::TRootEmbeddedCanvas*)obj)->::TRootEmbeddedCanvas::Streamer(buf);
04460    }
04461 } // end of namespace ROOT for class ::TRootEmbeddedCanvas
04462 
04463 //______________________________________________________________________________
04464 void TRootBrowserLite::Streamer(TBuffer &R__b)
04465 {
04466    // Stream an object of class TRootBrowserLite.
04467 
04468    TGMainFrame::Streamer(R__b);
04469    TBrowserImp::Streamer(R__b);
04470 }
04471 
04472 //______________________________________________________________________________
04473 void TRootBrowserLite::ShowMembers(TMemberInspector &R__insp)
04474 {
04475       // Inspect the data members of an object of class TRootBrowserLite.
04476       TClass *R__cl = ::TRootBrowserLite::IsA();
04477       if (R__cl || R__insp.IsA()) { }
04478       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
04479       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBar", &fToolBar);
04480       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarSep", &fToolBarSep);
04481       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV1", &fV1);
04482       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV2", &fV2);
04483       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLbl1", &fLbl1);
04484       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLbl2", &fLbl2);
04485       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHf", &fHf);
04486       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTreeHdr", &fTreeHdr);
04487       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fListHdr", &fListHdr);
04488       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarLayout", &fMenuBarLayout);
04489       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarItemLayout", &fMenuBarItemLayout);
04490       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarHelpLayout", &fMenuBarHelpLayout);
04491       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fComboLayout", &fComboLayout);
04492       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBarLayout", &fBarLayout);
04493       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDrawOption", &fDrawOption);
04494       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fExpandLayout", &fExpandLayout);
04495       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBrowseTextFile", &fBrowseTextFile);
04496       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextFileName", &fTextFileName);
04497       R__insp.InspectMember(fTextFileName, "fTextFileName.");
04498       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWidgets", &fWidgets);
04499       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistory", &fHistory);
04500       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHistoryCursor", &fHistoryCursor);
04501       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIconPic", &fIconPic);
04502       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileMenu", &fFileMenu);
04503       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fViewMenu", &fViewMenu);
04504       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOptionMenu", &fOptionMenu);
04505       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHelpMenu", &fHelpMenu);
04506       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSortMenu", &fSortMenu);
04507       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fListView", &fListView);
04508       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIconBox", &fIconBox);
04509       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTreeView", &fTreeView);
04510       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLt", &fLt);
04511       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBarButton[7]", &fToolBarButton);
04512       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFSComboBox", &fFSComboBox);
04513       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar);
04514       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fListLevel", &fListLevel);
04515       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTreeLock", &fTreeLock);
04516       R__insp.Inspect(R__cl, R__insp.GetParent(), "fViewMode", &fViewMode);
04517       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSortMode", &fSortMode);
04518       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTextEdit", &fTextEdit);
04519       TGMainFrame::ShowMembers(R__insp);
04520       TBrowserImp::ShowMembers(R__insp);
04521 }
04522 
04523 namespace ROOT {
04524    // Wrappers around operator new
04525    static void *new_TRootBrowserLite(void *p) {
04526       return  p ? new(p) ::TRootBrowserLite : new ::TRootBrowserLite;
04527    }
04528    static void *newArray_TRootBrowserLite(Long_t nElements, void *p) {
04529       return p ? new(p) ::TRootBrowserLite[nElements] : new ::TRootBrowserLite[nElements];
04530    }
04531    // Wrapper around operator delete
04532    static void delete_TRootBrowserLite(void *p) {
04533       delete ((::TRootBrowserLite*)p);
04534    }
04535    static void deleteArray_TRootBrowserLite(void *p) {
04536       delete [] ((::TRootBrowserLite*)p);
04537    }
04538    static void destruct_TRootBrowserLite(void *p) {
04539       typedef ::TRootBrowserLite current_t;
04540       ((current_t*)p)->~current_t();
04541    }
04542    // Wrapper around a custom streamer member function.
04543    static void streamer_TRootBrowserLite(TBuffer &buf, void *obj) {
04544       ((::TRootBrowserLite*)obj)->::TRootBrowserLite::Streamer(buf);
04545    }
04546 } // end of namespace ROOT for class ::TRootBrowserLite
04547 
04548 //______________________________________________________________________________
04549 void TRootContextMenu::Streamer(TBuffer &R__b)
04550 {
04551    // Stream an object of class TRootContextMenu.
04552 
04553    TGPopupMenu::Streamer(R__b);
04554    TContextMenuImp::Streamer(R__b);
04555 }
04556 
04557 //______________________________________________________________________________
04558 void TRootContextMenu::ShowMembers(TMemberInspector &R__insp)
04559 {
04560       // Inspect the data members of an object of class TRootContextMenu.
04561       TClass *R__cl = ::TRootContextMenu::IsA();
04562       if (R__cl || R__insp.IsA()) { }
04563       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDialog", &fDialog);
04564       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTrash", &fTrash);
04565       TGPopupMenu::ShowMembers(R__insp);
04566       TContextMenuImp::ShowMembers(R__insp);
04567 }
04568 
04569 namespace ROOT {
04570    // Wrappers around operator new
04571    static void *new_TRootContextMenu(void *p) {
04572       return  p ? new(p) ::TRootContextMenu : new ::TRootContextMenu;
04573    }
04574    static void *newArray_TRootContextMenu(Long_t nElements, void *p) {
04575       return p ? new(p) ::TRootContextMenu[nElements] : new ::TRootContextMenu[nElements];
04576    }
04577    // Wrapper around operator delete
04578    static void delete_TRootContextMenu(void *p) {
04579       delete ((::TRootContextMenu*)p);
04580    }
04581    static void deleteArray_TRootContextMenu(void *p) {
04582       delete [] ((::TRootContextMenu*)p);
04583    }
04584    static void destruct_TRootContextMenu(void *p) {
04585       typedef ::TRootContextMenu current_t;
04586       ((current_t*)p)->~current_t();
04587    }
04588    // Wrapper around a custom streamer member function.
04589    static void streamer_TRootContextMenu(TBuffer &buf, void *obj) {
04590       ((::TRootContextMenu*)obj)->::TRootContextMenu::Streamer(buf);
04591    }
04592 } // end of namespace ROOT for class ::TRootContextMenu
04593 
04594 //______________________________________________________________________________
04595 void TRootDialog::Streamer(TBuffer &R__b)
04596 {
04597    // Stream an object of class TRootDialog.
04598 
04599    TGTransientFrame::Streamer(R__b);
04600 }
04601 
04602 //______________________________________________________________________________
04603 void TRootDialog::ShowMembers(TMemberInspector &R__insp)
04604 {
04605       // Inspect the data members of an object of class TRootDialog.
04606       TClass *R__cl = ::TRootDialog::IsA();
04607       if (R__cl || R__insp.IsA()) { }
04608       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenu", &fMenu);
04609       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fL1", &fL1);
04610       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fL2", &fL2);
04611       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWidgets", &fWidgets);
04612       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOk", &fOk);
04613       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCancel", &fCancel);
04614       R__insp.Inspect(R__cl, R__insp.GetParent(), "fApply", &fApply);
04615       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHelp", &fHelp);
04616       TGTransientFrame::ShowMembers(R__insp);
04617 }
04618 
04619 namespace ROOT {
04620    // Wrappers around operator new
04621    static void *new_TRootDialog(void *p) {
04622       return  p ? new(p) ::TRootDialog : new ::TRootDialog;
04623    }
04624    static void *newArray_TRootDialog(Long_t nElements, void *p) {
04625       return p ? new(p) ::TRootDialog[nElements] : new ::TRootDialog[nElements];
04626    }
04627    // Wrapper around operator delete
04628    static void delete_TRootDialog(void *p) {
04629       delete ((::TRootDialog*)p);
04630    }
04631    static void deleteArray_TRootDialog(void *p) {
04632       delete [] ((::TRootDialog*)p);
04633    }
04634    static void destruct_TRootDialog(void *p) {
04635       typedef ::TRootDialog current_t;
04636       ((current_t*)p)->~current_t();
04637    }
04638    // Wrapper around a custom streamer member function.
04639    static void streamer_TRootDialog(TBuffer &buf, void *obj) {
04640       ((::TRootDialog*)obj)->::TRootDialog::Streamer(buf);
04641    }
04642 } // end of namespace ROOT for class ::TRootDialog
04643 
04644 //______________________________________________________________________________
04645 void TRootControlBar::Streamer(TBuffer &R__b)
04646 {
04647    // Stream an object of class TRootControlBar.
04648 
04649    TGMainFrame::Streamer(R__b);
04650    TControlBarImp::Streamer(R__b);
04651 }
04652 
04653 //______________________________________________________________________________
04654 void TRootControlBar::ShowMembers(TMemberInspector &R__insp)
04655 {
04656       // Inspect the data members of an object of class TRootControlBar.
04657       TClass *R__cl = ::TRootControlBar::IsA();
04658       if (R__cl || R__insp.IsA()) { }
04659       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWidgets", &fWidgets);
04660       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fL1", &fL1);
04661       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBwidth", &fBwidth);
04662       TGMainFrame::ShowMembers(R__insp);
04663       TControlBarImp::ShowMembers(R__insp);
04664 }
04665 
04666 namespace ROOT {
04667    // Wrappers around operator new
04668    static void *new_TRootControlBar(void *p) {
04669       return  p ? new(p) ::TRootControlBar : new ::TRootControlBar;
04670    }
04671    static void *newArray_TRootControlBar(Long_t nElements, void *p) {
04672       return p ? new(p) ::TRootControlBar[nElements] : new ::TRootControlBar[nElements];
04673    }
04674    // Wrapper around operator delete
04675    static void delete_TRootControlBar(void *p) {
04676       delete ((::TRootControlBar*)p);
04677    }
04678    static void deleteArray_TRootControlBar(void *p) {
04679       delete [] ((::TRootControlBar*)p);
04680    }
04681    static void destruct_TRootControlBar(void *p) {
04682       typedef ::TRootControlBar current_t;
04683       ((current_t*)p)->~current_t();
04684    }
04685    // Wrapper around a custom streamer member function.
04686    static void streamer_TRootControlBar(TBuffer &buf, void *obj) {
04687       ((::TRootControlBar*)obj)->::TRootControlBar::Streamer(buf);
04688    }
04689 } // end of namespace ROOT for class ::TRootControlBar
04690 
04691 //______________________________________________________________________________
04692 void TRootHelpDialog::Streamer(TBuffer &R__b)
04693 {
04694    // Stream an object of class TRootHelpDialog.
04695 
04696    TGTransientFrame::Streamer(R__b);
04697 }
04698 
04699 //______________________________________________________________________________
04700 void TRootHelpDialog::ShowMembers(TMemberInspector &R__insp)
04701 {
04702       // Inspect the data members of an object of class TRootHelpDialog.
04703       TClass *R__cl = ::TRootHelpDialog::IsA();
04704       if (R__cl || R__insp.IsA()) { }
04705       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fView", &fView);
04706       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOK", &fOK);
04707       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fL1", &fL1);
04708       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fL2", &fL2);
04709       TGTransientFrame::ShowMembers(R__insp);
04710 }
04711 
04712 namespace ROOT {
04713    // Wrappers around operator new
04714    static void *new_TRootHelpDialog(void *p) {
04715       return  p ? new(p) ::TRootHelpDialog : new ::TRootHelpDialog;
04716    }
04717    static void *newArray_TRootHelpDialog(Long_t nElements, void *p) {
04718       return p ? new(p) ::TRootHelpDialog[nElements] : new ::TRootHelpDialog[nElements];
04719    }
04720    // Wrapper around operator delete
04721    static void delete_TRootHelpDialog(void *p) {
04722       delete ((::TRootHelpDialog*)p);
04723    }
04724    static void deleteArray_TRootHelpDialog(void *p) {
04725       delete [] ((::TRootHelpDialog*)p);
04726    }
04727    static void destruct_TRootHelpDialog(void *p) {
04728       typedef ::TRootHelpDialog current_t;
04729       ((current_t*)p)->~current_t();
04730    }
04731    // Wrapper around a custom streamer member function.
04732    static void streamer_TRootHelpDialog(TBuffer &buf, void *obj) {
04733       ((::TRootHelpDialog*)obj)->::TRootHelpDialog::Streamer(buf);
04734    }
04735 } // end of namespace ROOT for class ::TRootHelpDialog
04736 
04737 //______________________________________________________________________________
04738 void TGColorFrame::Streamer(TBuffer &R__b)
04739 {
04740    // Stream an object of class TGColorFrame.
04741 
04742    TGFrame::Streamer(R__b);
04743 }
04744 
04745 //______________________________________________________________________________
04746 void TGColorFrame::ShowMembers(TMemberInspector &R__insp)
04747 {
04748       // Inspect the data members of an object of class TGColorFrame.
04749       TClass *R__cl = ::TGColorFrame::IsA();
04750       if (R__cl || R__insp.IsA()) { }
04751       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMsgWindow", &fMsgWindow);
04752       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPixel", &fPixel);
04753       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActive", &fActive);
04754       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGrayGC", &fGrayGC);
04755       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColor", &fColor);
04756       TGFrame::ShowMembers(R__insp);
04757 }
04758 
04759 namespace ROOT {
04760    // Wrappers around operator new
04761    static void *new_TGColorFrame(void *p) {
04762       return  p ? new(p) ::TGColorFrame : new ::TGColorFrame;
04763    }
04764    static void *newArray_TGColorFrame(Long_t nElements, void *p) {
04765       return p ? new(p) ::TGColorFrame[nElements] : new ::TGColorFrame[nElements];
04766    }
04767    // Wrapper around operator delete
04768    static void delete_TGColorFrame(void *p) {
04769       delete ((::TGColorFrame*)p);
04770    }
04771    static void deleteArray_TGColorFrame(void *p) {
04772       delete [] ((::TGColorFrame*)p);
04773    }
04774    static void destruct_TGColorFrame(void *p) {
04775       typedef ::TGColorFrame current_t;
04776       ((current_t*)p)->~current_t();
04777    }
04778    // Wrapper around a custom streamer member function.
04779    static void streamer_TGColorFrame(TBuffer &buf, void *obj) {
04780       ((::TGColorFrame*)obj)->::TGColorFrame::Streamer(buf);
04781    }
04782 } // end of namespace ROOT for class ::TGColorFrame
04783 
04784 //______________________________________________________________________________
04785 void TG16ColorSelector::Streamer(TBuffer &R__b)
04786 {
04787    // Stream an object of class TG16ColorSelector.
04788 
04789    TGCompositeFrame::Streamer(R__b);
04790 }
04791 
04792 //______________________________________________________________________________
04793 void TG16ColorSelector::ShowMembers(TMemberInspector &R__insp)
04794 {
04795       // Inspect the data members of an object of class TG16ColorSelector.
04796       TClass *R__cl = ::TG16ColorSelector::IsA();
04797       if (R__cl || R__insp.IsA()) { }
04798       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActive", &fActive);
04799       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMsgWindow", &fMsgWindow);
04800       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCe[16]", &fCe);
04801       TGCompositeFrame::ShowMembers(R__insp);
04802 }
04803 
04804 namespace ROOT {
04805    // Wrappers around operator new
04806    static void *new_TG16ColorSelector(void *p) {
04807       return  p ? new(p) ::TG16ColorSelector : new ::TG16ColorSelector;
04808    }
04809    static void *newArray_TG16ColorSelector(Long_t nElements, void *p) {
04810       return p ? new(p) ::TG16ColorSelector[nElements] : new ::TG16ColorSelector[nElements];
04811    }
04812    // Wrapper around operator delete
04813    static void delete_TG16ColorSelector(void *p) {
04814       delete ((::TG16ColorSelector*)p);
04815    }
04816    static void deleteArray_TG16ColorSelector(void *p) {
04817       delete [] ((::TG16ColorSelector*)p);
04818    }
04819    static void destruct_TG16ColorSelector(void *p) {
04820       typedef ::TG16ColorSelector current_t;
04821       ((current_t*)p)->~current_t();
04822    }
04823    // Wrapper around a custom streamer member function.
04824    static void streamer_TG16ColorSelector(TBuffer &buf, void *obj) {
04825       ((::TG16ColorSelector*)obj)->::TG16ColorSelector::Streamer(buf);
04826    }
04827 } // end of namespace ROOT for class ::TG16ColorSelector
04828 
04829 //______________________________________________________________________________
04830 void TGColorPopup::Streamer(TBuffer &R__b)
04831 {
04832    // Stream an object of class TGColorPopup.
04833 
04834    TGCompositeFrame::Streamer(R__b);
04835 }
04836 
04837 //______________________________________________________________________________
04838 void TGColorPopup::ShowMembers(TMemberInspector &R__insp)
04839 {
04840       // Inspect the data members of an object of class TGColorPopup.
04841       TClass *R__cl = ::TGColorPopup::IsA();
04842       if (R__cl || R__insp.IsA()) { }
04843       R__insp.Inspect(R__cl, R__insp.GetParent(), "fActive", &fActive);
04844       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLaunchDialog", &fLaunchDialog);
04845       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMsgWindow", &fMsgWindow);
04846       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentColor", &fCurrentColor);
04847       TGCompositeFrame::ShowMembers(R__insp);
04848 }
04849 
04850 namespace ROOT {
04851    // Wrappers around operator new
04852    static void *new_TGColorPopup(void *p) {
04853       return  p ? new(p) ::TGColorPopup : new ::TGColorPopup;
04854    }
04855    static void *newArray_TGColorPopup(Long_t nElements, void *p) {
04856       return p ? new(p) ::TGColorPopup[nElements] : new ::TGColorPopup[nElements];
04857    }
04858    // Wrapper around operator delete
04859    static void delete_TGColorPopup(void *p) {
04860       delete ((::TGColorPopup*)p);
04861    }
04862    static void deleteArray_TGColorPopup(void *p) {
04863       delete [] ((::TGColorPopup*)p);
04864    }
04865    static void destruct_TGColorPopup(void *p) {
04866       typedef ::TGColorPopup current_t;
04867       ((current_t*)p)->~current_t();
04868    }
04869    // Wrapper around a custom streamer member function.
04870    static void streamer_TGColorPopup(TBuffer &buf, void *obj) {
04871       ((::TGColorPopup*)obj)->::TGColorPopup::Streamer(buf);
04872    }
04873 } // end of namespace ROOT for class ::TGColorPopup
04874 
04875 //______________________________________________________________________________
04876 void TGColorSelect::Streamer(TBuffer &R__b)
04877 {
04878    // Stream an object of class TGColorSelect.
04879 
04880    TGCheckButton::Streamer(R__b);
04881 }
04882 
04883 //______________________________________________________________________________
04884 void TGColorSelect::ShowMembers(TMemberInspector &R__insp)
04885 {
04886       // Inspect the data members of an object of class TGColorSelect.
04887       TClass *R__cl = ::TGColorSelect::IsA();
04888       if (R__cl || R__insp.IsA()) { }
04889       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColor", &fColor);
04890       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawGC", &fDrawGC);
04891       R__insp.InspectMember(fDrawGC, "fDrawGC.");
04892       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColorPopup", &fColorPopup);
04893       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPressPos", &fPressPos);
04894       R__insp.InspectMember(fPressPos, "fPressPos.");
04895       TGCheckButton::ShowMembers(R__insp);
04896 }
04897 
04898 namespace ROOT {
04899    // Wrappers around operator new
04900    static void *new_TGColorSelect(void *p) {
04901       return  p ? new(p) ::TGColorSelect : new ::TGColorSelect;
04902    }
04903    static void *newArray_TGColorSelect(Long_t nElements, void *p) {
04904       return p ? new(p) ::TGColorSelect[nElements] : new ::TGColorSelect[nElements];
04905    }
04906    // Wrapper around operator delete
04907    static void delete_TGColorSelect(void *p) {
04908       delete ((::TGColorSelect*)p);
04909    }
04910    static void deleteArray_TGColorSelect(void *p) {
04911       delete [] ((::TGColorSelect*)p);
04912    }
04913    static void destruct_TGColorSelect(void *p) {
04914       typedef ::TGColorSelect current_t;
04915       ((current_t*)p)->~current_t();
04916    }
04917    // Wrapper around a custom streamer member function.
04918    static void streamer_TGColorSelect(TBuffer &buf, void *obj) {
04919       ((::TGColorSelect*)obj)->::TGColorSelect::Streamer(buf);
04920    }
04921 } // end of namespace ROOT for class ::TGColorSelect
04922 
04923 //______________________________________________________________________________
04924 void TGColorPalette::Streamer(TBuffer &R__b)
04925 {
04926    // Stream an object of class TGColorPalette.
04927 
04928    TGFrame::Streamer(R__b);
04929    TGWidget::Streamer(R__b);
04930 }
04931 
04932 //______________________________________________________________________________
04933 void TGColorPalette::ShowMembers(TMemberInspector &R__insp)
04934 {
04935       // Inspect the data members of an object of class TGColorPalette.
04936       TClass *R__cl = ::TGColorPalette::IsA();
04937       if (R__cl || R__insp.IsA()) { }
04938       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCx", &fCx);
04939       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCy", &fCy);
04940       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCw", &fCw);
04941       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCh", &fCh);
04942       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRows", &fRows);
04943       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCols", &fCols);
04944       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPixels", &fPixels);
04945       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDrawGC", &fDrawGC);
04946       R__insp.InspectMember(fDrawGC, "fDrawGC.");
04947       TGFrame::ShowMembers(R__insp);
04948       TGWidget::ShowMembers(R__insp);
04949 }
04950 
04951 namespace ROOT {
04952    // Wrappers around operator new
04953    static void *new_TGColorPalette(void *p) {
04954       return  p ? new(p) ::TGColorPalette : new ::TGColorPalette;
04955    }
04956    static void *newArray_TGColorPalette(Long_t nElements, void *p) {
04957       return p ? new(p) ::TGColorPalette[nElements] : new ::TGColorPalette[nElements];
04958    }
04959    // Wrapper around operator delete
04960    static void delete_TGColorPalette(void *p) {
04961       delete ((::TGColorPalette*)p);
04962    }
04963    static void deleteArray_TGColorPalette(void *p) {
04964       delete [] ((::TGColorPalette*)p);
04965    }
04966    static void destruct_TGColorPalette(void *p) {
04967       typedef ::TGColorPalette current_t;
04968       ((current_t*)p)->~current_t();
04969    }
04970    // Wrapper around a custom streamer member function.
04971    static void streamer_TGColorPalette(TBuffer &buf, void *obj) {
04972       ((::TGColorPalette*)obj)->::TGColorPalette::Streamer(buf);
04973    }
04974 } // end of namespace ROOT for class ::TGColorPalette
04975 
04976 //______________________________________________________________________________
04977 void TGColorPick::Streamer(TBuffer &R__b)
04978 {
04979    // Stream an object of class TGColorPick.
04980 
04981    TGFrame::Streamer(R__b);
04982    TGWidget::Streamer(R__b);
04983 }
04984 
04985 //______________________________________________________________________________
04986 void TGColorPick::ShowMembers(TMemberInspector &R__insp)
04987 {
04988       // Inspect the data members of an object of class TGColorPick.
04989       TClass *R__cl = ::TGColorPick::IsA();
04990       if (R__cl || R__insp.IsA()) { }
04991       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColormap[64][3]", fColormap);
04992       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPixel[64]", fPixel);
04993       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHSimage", &fHSimage);
04994       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLimage", &fLimage);
04995       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNColors", &fNColors);
04996       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClick", &fClick);
04997       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCx", &fCx);
04998       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCy", &fCy);
04999       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCz", &fCz);
05000       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentColor", &fCurrentColor);
05001       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColormapRect", (void*)&fColormapRect);
05002       R__insp.InspectMember("Rectangle_t", (void*)&fColormapRect, "fColormapRect.", false);
05003       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSliderRect", (void*)&fSliderRect);
05004       R__insp.InspectMember("Rectangle_t", (void*)&fSliderRect, "fSliderRect.", false);
05005       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCursorGC", &fCursorGC);
05006       R__insp.InspectMember(fCursorGC, "fCursorGC.");
05007       TGFrame::ShowMembers(R__insp);
05008       TGWidget::ShowMembers(R__insp);
05009 }
05010 
05011 namespace ROOT {
05012    // Wrappers around operator new
05013    static void *new_TGColorPick(void *p) {
05014       return  p ? new(p) ::TGColorPick : new ::TGColorPick;
05015    }
05016    static void *newArray_TGColorPick(Long_t nElements, void *p) {
05017       return p ? new(p) ::TGColorPick[nElements] : new ::TGColorPick[nElements];
05018    }
05019    // Wrapper around operator delete
05020    static void delete_TGColorPick(void *p) {
05021       delete ((::TGColorPick*)p);
05022    }
05023    static void deleteArray_TGColorPick(void *p) {
05024       delete [] ((::TGColorPick*)p);
05025    }
05026    static void destruct_TGColorPick(void *p) {
05027       typedef ::TGColorPick current_t;
05028       ((current_t*)p)->~current_t();
05029    }
05030    // Wrapper around a custom streamer member function.
05031    static void streamer_TGColorPick(TBuffer &buf, void *obj) {
05032       ((::TGColorPick*)obj)->::TGColorPick::Streamer(buf);
05033    }
05034 } // end of namespace ROOT for class ::TGColorPick
05035 
05036 //______________________________________________________________________________
05037 void TGColorDialog::Streamer(TBuffer &R__b)
05038 {
05039    // Stream an object of class TGColorDialog.
05040 
05041    TGTransientFrame::Streamer(R__b);
05042 }
05043 
05044 //______________________________________________________________________________
05045 void TGColorDialog::ShowMembers(TMemberInspector &R__insp)
05046 {
05047       // Inspect the data members of an object of class TGColorDialog.
05048       TClass *R__cl = ::TGColorDialog::IsA();
05049       if (R__cl || R__insp.IsA()) { }
05050       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentColor", &fCurrentColor);
05051       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInitColor", &fInitColor);
05052       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRetc", &fRetc);
05053       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRetColor", &fRetColor);
05054       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPalette", &fPalette);
05055       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCpalette", &fCpalette);
05056       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColors", &fColors);
05057       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSample", &fSample);
05058       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSampleOld", &fSampleOld);
05059       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRte", &fRte);
05060       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGte", &fGte);
05061       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBte", &fBte);
05062       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHte", &fHte);
05063       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLte", &fLte);
05064       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSte", &fSte);
05065       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRtb", &fRtb);
05066       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGtb", &fGtb);
05067       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBtb", &fBtb);
05068       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHtb", &fHtb);
05069       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLtb", &fLtb);
05070       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStb", &fStb);
05071       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWaitFor", &fWaitFor);
05072       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTab", &fTab);
05073       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEcanvas", &fEcanvas);
05074       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColorWheel", &fColorWheel);
05075       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColorInfo", &fColorInfo);
05076       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPreview", &fPreview);
05077       TGTransientFrame::ShowMembers(R__insp);
05078 }
05079 
05080 namespace ROOT {
05081    // Wrappers around operator new
05082    static void *new_TGColorDialog(void *p) {
05083       return  p ? new(p) ::TGColorDialog : new ::TGColorDialog;
05084    }
05085    static void *newArray_TGColorDialog(Long_t nElements, void *p) {
05086       return p ? new(p) ::TGColorDialog[nElements] : new ::TGColorDialog[nElements];
05087    }
05088    // Wrapper around operator delete
05089    static void delete_TGColorDialog(void *p) {
05090       delete ((::TGColorDialog*)p);
05091    }
05092    static void deleteArray_TGColorDialog(void *p) {
05093       delete [] ((::TGColorDialog*)p);
05094    }
05095    static void destruct_TGColorDialog(void *p) {
05096       typedef ::TGColorDialog current_t;
05097       ((current_t*)p)->~current_t();
05098    }
05099    // Wrapper around a custom streamer member function.
05100    static void streamer_TGColorDialog(TBuffer &buf, void *obj) {
05101       ((::TGColorDialog*)obj)->::TGColorDialog::Streamer(buf);
05102    }
05103 } // end of namespace ROOT for class ::TGColorDialog
05104 
05105 //______________________________________________________________________________
05106 void TGFontDialog::Streamer(TBuffer &R__b)
05107 {
05108    // Stream an object of class TGFontDialog.
05109 
05110    TGTransientFrame::Streamer(R__b);
05111 }
05112 
05113 //______________________________________________________________________________
05114 void TGFontDialog::ShowMembers(TMemberInspector &R__insp)
05115 {
05116       // Inspect the data members of an object of class TGFontDialog.
05117       TClass *R__cl = ::TGFontDialog::IsA();
05118       if (R__cl || R__insp.IsA()) { }
05119       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFontNames", &fFontNames);
05120       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFontSizes", &fFontSizes);
05121       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFontStyles", &fFontStyles);
05122       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTextAligns", &fTextAligns);
05123       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSample", &fSample);
05124       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColorSelect", &fColorSelect);
05125       R__insp.Inspect(R__cl, R__insp.GetParent(), "fName", &fName);
05126       R__insp.InspectMember(fName, "fName.");
05127       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLName", &fLName);
05128       R__insp.InspectMember(fLName, "fLName.");
05129       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFontProp", &fFontProp);
05130       R__insp.Inspect(R__cl, R__insp.GetParent(), "fItalic", &fItalic);
05131       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBold", &fBold);
05132       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSize", &fSize);
05133       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlign", &fTextAlign);
05134       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextColor", &fTextColor);
05135       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInitColor", &fInitColor);
05136       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInitAlign", &fInitAlign);
05137       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInitFont", &fInitFont);
05138       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSampleText", &fSampleText);
05139       R__insp.InspectMember(fSampleText, "fSampleText.");
05140       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSampleTextGC", &fSampleTextGC);
05141       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLabelFont", &fLabelFont);
05142       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHitOK", &fHitOK);
05143       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumberOfFonts", &fNumberOfFonts);
05144       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWaitFor", &fWaitFor);
05145       TGTransientFrame::ShowMembers(R__insp);
05146 }
05147 
05148 namespace ROOT {
05149    // Wrappers around operator new
05150    static void *new_TGFontDialog(void *p) {
05151       return  p ? new(p) ::TGFontDialog : new ::TGFontDialog;
05152    }
05153    static void *newArray_TGFontDialog(Long_t nElements, void *p) {
05154       return p ? new(p) ::TGFontDialog[nElements] : new ::TGFontDialog[nElements];
05155    }
05156    // Wrapper around operator delete
05157    static void delete_TGFontDialog(void *p) {
05158       delete ((::TGFontDialog*)p);
05159    }
05160    static void deleteArray_TGFontDialog(void *p) {
05161       delete [] ((::TGFontDialog*)p);
05162    }
05163    static void destruct_TGFontDialog(void *p) {
05164       typedef ::TGFontDialog current_t;
05165       ((current_t*)p)->~current_t();
05166    }
05167    // Wrapper around a custom streamer member function.
05168    static void streamer_TGFontDialog(TBuffer &buf, void *obj) {
05169       ((::TGFontDialog*)obj)->::TGFontDialog::Streamer(buf);
05170    }
05171 } // end of namespace ROOT for class ::TGFontDialog
05172 
05173 namespace ROOT {
05174    // Wrappers around operator new
05175    static void *new_TGFontDialogcLcLFontProp_t(void *p) {
05176       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGFontDialog::FontProp_t : new ::TGFontDialog::FontProp_t;
05177    }
05178    static void *newArray_TGFontDialogcLcLFontProp_t(Long_t nElements, void *p) {
05179       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGFontDialog::FontProp_t[nElements] : new ::TGFontDialog::FontProp_t[nElements];
05180    }
05181    // Wrapper around operator delete
05182    static void delete_TGFontDialogcLcLFontProp_t(void *p) {
05183       delete ((::TGFontDialog::FontProp_t*)p);
05184    }
05185    static void deleteArray_TGFontDialogcLcLFontProp_t(void *p) {
05186       delete [] ((::TGFontDialog::FontProp_t*)p);
05187    }
05188    static void destruct_TGFontDialogcLcLFontProp_t(void *p) {
05189       typedef ::TGFontDialog::FontProp_t current_t;
05190       ((current_t*)p)->~current_t();
05191    }
05192 } // end of namespace ROOT for class ::TGFontDialog::FontProp_t
05193 
05194 //______________________________________________________________________________
05195 void TGDockableFrame::Streamer(TBuffer &R__b)
05196 {
05197    // Stream an object of class TGDockableFrame.
05198 
05199    TGCompositeFrame::Streamer(R__b);
05200    TGWidget::Streamer(R__b);
05201 }
05202 
05203 //______________________________________________________________________________
05204 void TGDockableFrame::ShowMembers(TMemberInspector &R__insp)
05205 {
05206       // Inspect the data members of an object of class TGDockableFrame.
05207       TClass *R__cl = ::TGDockableFrame::IsA();
05208       if (R__cl || R__insp.IsA()) { }
05209       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHidden", &fHidden);
05210       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnableHide", &fEnableHide);
05211       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnableUndock", &fEnableUndock);
05212       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDeleted", &fDeleted);
05213       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFixedSize", &fFixedSize);
05214       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDockName", &fDockName);
05215       R__insp.InspectMember(fDockName, "fDockName.");
05216       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContainer", &fContainer);
05217       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fButtons", &fButtons);
05218       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDockButton", &fDockButton);
05219       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHideButton", &fHideButton);
05220       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrame", &fFrame);
05221       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCl", &fCl);
05222       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHints", &fHints);
05223       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLb", &fLb);
05224       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLc", &fLc);
05225       TGCompositeFrame::ShowMembers(R__insp);
05226       TGWidget::ShowMembers(R__insp);
05227 }
05228 
05229 namespace ROOT {
05230    // Wrappers around operator new
05231    static void *new_TGDockableFrame(void *p) {
05232       return  p ? new(p) ::TGDockableFrame : new ::TGDockableFrame;
05233    }
05234    static void *newArray_TGDockableFrame(Long_t nElements, void *p) {
05235       return p ? new(p) ::TGDockableFrame[nElements] : new ::TGDockableFrame[nElements];
05236    }
05237    // Wrapper around operator delete
05238    static void delete_TGDockableFrame(void *p) {
05239       delete ((::TGDockableFrame*)p);
05240    }
05241    static void deleteArray_TGDockableFrame(void *p) {
05242       delete [] ((::TGDockableFrame*)p);
05243    }
05244    static void destruct_TGDockableFrame(void *p) {
05245       typedef ::TGDockableFrame current_t;
05246       ((current_t*)p)->~current_t();
05247    }
05248    // Wrapper around a custom streamer member function.
05249    static void streamer_TGDockableFrame(TBuffer &buf, void *obj) {
05250       ((::TGDockableFrame*)obj)->::TGDockableFrame::Streamer(buf);
05251    }
05252 } // end of namespace ROOT for class ::TGDockableFrame
05253 
05254 //______________________________________________________________________________
05255 void TGUndockedFrame::Streamer(TBuffer &R__b)
05256 {
05257    // Stream an object of class TGUndockedFrame.
05258 
05259    TGTransientFrame::Streamer(R__b);
05260 }
05261 
05262 //______________________________________________________________________________
05263 void TGUndockedFrame::ShowMembers(TMemberInspector &R__insp)
05264 {
05265       // Inspect the data members of an object of class TGUndockedFrame.
05266       TClass *R__cl = ::TGUndockedFrame::IsA();
05267       if (R__cl || R__insp.IsA()) { }
05268       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDockable", &fDockable);
05269       TGTransientFrame::ShowMembers(R__insp);
05270 }
05271 
05272 namespace ROOT {
05273    // Wrappers around operator new
05274    static void *new_TGUndockedFrame(void *p) {
05275       return  p ? new(p) ::TGUndockedFrame : new ::TGUndockedFrame;
05276    }
05277    static void *newArray_TGUndockedFrame(Long_t nElements, void *p) {
05278       return p ? new(p) ::TGUndockedFrame[nElements] : new ::TGUndockedFrame[nElements];
05279    }
05280    // Wrapper around operator delete
05281    static void delete_TGUndockedFrame(void *p) {
05282       delete ((::TGUndockedFrame*)p);
05283    }
05284    static void deleteArray_TGUndockedFrame(void *p) {
05285       delete [] ((::TGUndockedFrame*)p);
05286    }
05287    static void destruct_TGUndockedFrame(void *p) {
05288       typedef ::TGUndockedFrame current_t;
05289       ((current_t*)p)->~current_t();
05290    }
05291    // Wrapper around a custom streamer member function.
05292    static void streamer_TGUndockedFrame(TBuffer &buf, void *obj) {
05293       ((::TGUndockedFrame*)obj)->::TGUndockedFrame::Streamer(buf);
05294    }
05295 } // end of namespace ROOT for class ::TGUndockedFrame
05296 
05297 //______________________________________________________________________________
05298 void TGDockButton::Streamer(TBuffer &R__b)
05299 {
05300    // Stream an object of class TGDockButton.
05301 
05302    TGButton::Streamer(R__b);
05303 }
05304 
05305 //______________________________________________________________________________
05306 void TGDockButton::ShowMembers(TMemberInspector &R__insp)
05307 {
05308       // Inspect the data members of an object of class TGDockButton.
05309       TClass *R__cl = ::TGDockButton::IsA();
05310       if (R__cl || R__insp.IsA()) { }
05311       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMouseOn", &fMouseOn);
05312       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNormBg", &fNormBg);
05313       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHiBg", &fHiBg);
05314       TGButton::ShowMembers(R__insp);
05315 }
05316 
05317 namespace ROOT {
05318    // Wrappers around operator new
05319    static void *new_TGDockButton(void *p) {
05320       return  p ? new(p) ::TGDockButton : new ::TGDockButton;
05321    }
05322    static void *newArray_TGDockButton(Long_t nElements, void *p) {
05323       return p ? new(p) ::TGDockButton[nElements] : new ::TGDockButton[nElements];
05324    }
05325    // Wrapper around operator delete
05326    static void delete_TGDockButton(void *p) {
05327       delete ((::TGDockButton*)p);
05328    }
05329    static void deleteArray_TGDockButton(void *p) {
05330       delete [] ((::TGDockButton*)p);
05331    }
05332    static void destruct_TGDockButton(void *p) {
05333       typedef ::TGDockButton current_t;
05334       ((current_t*)p)->~current_t();
05335    }
05336    // Wrapper around a custom streamer member function.
05337    static void streamer_TGDockButton(TBuffer &buf, void *obj) {
05338       ((::TGDockButton*)obj)->::TGDockButton::Streamer(buf);
05339    }
05340 } // end of namespace ROOT for class ::TGDockButton
05341 
05342 //______________________________________________________________________________
05343 void TGDockHideButton::Streamer(TBuffer &R__b)
05344 {
05345    // Stream an object of class TGDockHideButton.
05346 
05347    TGDockButton::Streamer(R__b);
05348 }
05349 
05350 //______________________________________________________________________________
05351 void TGDockHideButton::ShowMembers(TMemberInspector &R__insp)
05352 {
05353       // Inspect the data members of an object of class TGDockHideButton.
05354       TClass *R__cl = ::TGDockHideButton::IsA();
05355       if (R__cl || R__insp.IsA()) { }
05356       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAspectRatio", &fAspectRatio);
05357       TGDockButton::ShowMembers(R__insp);
05358 }
05359 
05360 namespace ROOT {
05361    // Wrappers around operator new
05362    static void *new_TGDockHideButton(void *p) {
05363       return  p ? new(p) ::TGDockHideButton : new ::TGDockHideButton;
05364    }
05365    static void *newArray_TGDockHideButton(Long_t nElements, void *p) {
05366       return p ? new(p) ::TGDockHideButton[nElements] : new ::TGDockHideButton[nElements];
05367    }
05368    // Wrapper around operator delete
05369    static void delete_TGDockHideButton(void *p) {
05370       delete ((::TGDockHideButton*)p);
05371    }
05372    static void deleteArray_TGDockHideButton(void *p) {
05373       delete [] ((::TGDockHideButton*)p);
05374    }
05375    static void destruct_TGDockHideButton(void *p) {
05376       typedef ::TGDockHideButton current_t;
05377       ((current_t*)p)->~current_t();
05378    }
05379    // Wrapper around a custom streamer member function.
05380    static void streamer_TGDockHideButton(TBuffer &buf, void *obj) {
05381       ((::TGDockHideButton*)obj)->::TGDockHideButton::Streamer(buf);
05382    }
05383 } // end of namespace ROOT for class ::TGDockHideButton
05384 
05385 //______________________________________________________________________________
05386 void TGMdiMenuBar::Streamer(TBuffer &R__b)
05387 {
05388    // Stream an object of class TGMdiMenuBar.
05389 
05390    TGCompositeFrame::Streamer(R__b);
05391 }
05392 
05393 //______________________________________________________________________________
05394 void TGMdiMenuBar::ShowMembers(TMemberInspector &R__insp)
05395 {
05396       // Inspect the data members of an object of class TGMdiMenuBar.
05397       TClass *R__cl = ::TGMdiMenuBar::IsA();
05398       if (R__cl || R__insp.IsA()) { }
05399       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeft", &fLeft);
05400       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRight", &fRight);
05401       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBar", &fBar);
05402       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLHint", &fLHint);
05403       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeftHint", &fLeftHint);
05404       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRightHint", &fRightHint);
05405       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBarHint", &fBarHint);
05406       TGCompositeFrame::ShowMembers(R__insp);
05407 }
05408 
05409 namespace ROOT {
05410    // Wrapper around operator delete
05411    static void delete_TGMdiMenuBar(void *p) {
05412       delete ((::TGMdiMenuBar*)p);
05413    }
05414    static void deleteArray_TGMdiMenuBar(void *p) {
05415       delete [] ((::TGMdiMenuBar*)p);
05416    }
05417    static void destruct_TGMdiMenuBar(void *p) {
05418       typedef ::TGMdiMenuBar current_t;
05419       ((current_t*)p)->~current_t();
05420    }
05421    // Wrapper around a custom streamer member function.
05422    static void streamer_TGMdiMenuBar(TBuffer &buf, void *obj) {
05423       ((::TGMdiMenuBar*)obj)->::TGMdiMenuBar::Streamer(buf);
05424    }
05425 } // end of namespace ROOT for class ::TGMdiMenuBar
05426 
05427 //______________________________________________________________________________
05428 void TGMdiFrameList::Streamer(TBuffer &R__b)
05429 {
05430    // Stream an object of class TGMdiFrameList.
05431 
05432    ::Error("TGMdiFrameList::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
05433 }
05434 
05435 //______________________________________________________________________________
05436 void TGMdiFrameList::ShowMembers(TMemberInspector &R__insp)
05437 {
05438       // Inspect the data members of an object of class TGMdiFrameList.
05439       TClass *R__cl = ::TGMdiFrameList::IsA();
05440       if (R__cl || R__insp.IsA()) { }
05441       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFrameId", &fFrameId);
05442       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDecor", &fDecor);
05443       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPrev", &fPrev);
05444       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNext", &fNext);
05445       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCyclePrev", &fCyclePrev);
05446       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCycleNext", &fCycleNext);
05447 }
05448 
05449 namespace ROOT {
05450    // Wrappers around operator new
05451    static void *new_TGMdiFrameList(void *p) {
05452       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGMdiFrameList : new ::TGMdiFrameList;
05453    }
05454    static void *newArray_TGMdiFrameList(Long_t nElements, void *p) {
05455       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGMdiFrameList[nElements] : new ::TGMdiFrameList[nElements];
05456    }
05457    // Wrapper around operator delete
05458    static void delete_TGMdiFrameList(void *p) {
05459       delete ((::TGMdiFrameList*)p);
05460    }
05461    static void deleteArray_TGMdiFrameList(void *p) {
05462       delete [] ((::TGMdiFrameList*)p);
05463    }
05464    static void destruct_TGMdiFrameList(void *p) {
05465       typedef ::TGMdiFrameList current_t;
05466       ((current_t*)p)->~current_t();
05467    }
05468    // Wrapper around a custom streamer member function.
05469    static void streamer_TGMdiFrameList(TBuffer &buf, void *obj) {
05470       ((::TGMdiFrameList*)obj)->::TGMdiFrameList::Streamer(buf);
05471    }
05472 } // end of namespace ROOT for class ::TGMdiFrameList
05473 
05474 //______________________________________________________________________________
05475 void TGMdiGeometry::Streamer(TBuffer &R__b)
05476 {
05477    // Stream an object of class TGMdiGeometry.
05478 
05479    ::Error("TGMdiGeometry::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
05480 }
05481 
05482 //______________________________________________________________________________
05483 void TGMdiGeometry::ShowMembers(TMemberInspector &R__insp)
05484 {
05485       // Inspect the data members of an object of class TGMdiGeometry.
05486       TClass *R__cl = ::TGMdiGeometry::IsA();
05487       if (R__cl || R__insp.IsA()) { }
05488       R__insp.Inspect(R__cl, R__insp.GetParent(), "fValueMask", &fValueMask);
05489       R__insp.Inspect(R__cl, R__insp.GetParent(), "fClient", &fClient);
05490       R__insp.InspectMember(fClient, "fClient.");
05491       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDecoration", &fDecoration);
05492       R__insp.InspectMember(fDecoration, "fDecoration.");
05493       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIcon", &fIcon);
05494       R__insp.InspectMember(fIcon, "fIcon.");
05495 }
05496 
05497 namespace ROOT {
05498    // Wrappers around operator new
05499    static void *new_TGMdiGeometry(void *p) {
05500       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGMdiGeometry : new ::TGMdiGeometry;
05501    }
05502    static void *newArray_TGMdiGeometry(Long_t nElements, void *p) {
05503       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGMdiGeometry[nElements] : new ::TGMdiGeometry[nElements];
05504    }
05505    // Wrapper around operator delete
05506    static void delete_TGMdiGeometry(void *p) {
05507       delete ((::TGMdiGeometry*)p);
05508    }
05509    static void deleteArray_TGMdiGeometry(void *p) {
05510       delete [] ((::TGMdiGeometry*)p);
05511    }
05512    static void destruct_TGMdiGeometry(void *p) {
05513       typedef ::TGMdiGeometry current_t;
05514       ((current_t*)p)->~current_t();
05515    }
05516    // Wrapper around a custom streamer member function.
05517    static void streamer_TGMdiGeometry(TBuffer &buf, void *obj) {
05518       ((::TGMdiGeometry*)obj)->::TGMdiGeometry::Streamer(buf);
05519    }
05520 } // end of namespace ROOT for class ::TGMdiGeometry
05521 
05522 //______________________________________________________________________________
05523 void TGMdiMainFrame::Streamer(TBuffer &R__b)
05524 {
05525    // Stream an object of class TGMdiMainFrame.
05526 
05527    TGCanvas::Streamer(R__b);
05528 }
05529 
05530 //______________________________________________________________________________
05531 void TGMdiMainFrame::ShowMembers(TMemberInspector &R__insp)
05532 {
05533       // Inspect the data members of an object of class TGMdiMainFrame.
05534       TClass *R__cl = ::TGMdiMainFrame::IsA();
05535       if (R__cl || R__insp.IsA()) { }
05536       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentX", &fCurrentX);
05537       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCurrentY", &fCurrentY);
05538       R__insp.Inspect(R__cl, R__insp.GetParent(), "fResizeMode", &fResizeMode);
05539       R__insp.Inspect(R__cl, R__insp.GetParent(), "fArrangementMode", &fArrangementMode);
05540       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFontCurrent", &fFontCurrent);
05541       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFontNotCurrent", &fFontNotCurrent);
05542       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBackCurrent", &fBackCurrent);
05543       R__insp.Inspect(R__cl, R__insp.GetParent(), "fForeCurrent", &fForeCurrent);
05544       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBackNotCurrent", &fBackNotCurrent);
05545       R__insp.Inspect(R__cl, R__insp.GetParent(), "fForeNotCurrent", &fForeNotCurrent);
05546       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBoxGC", &fBoxGC);
05547       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNumberOfFrames", &fNumberOfFrames);
05548       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
05549       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContainer", &fContainer);
05550       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWinListMenu", &fWinListMenu);
05551       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fChildren", &fChildren);
05552       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCurrent", &fCurrent);
05553       TGCanvas::ShowMembers(R__insp);
05554 }
05555 
05556 namespace ROOT {
05557    // Wrapper around operator delete
05558    static void delete_TGMdiMainFrame(void *p) {
05559       delete ((::TGMdiMainFrame*)p);
05560    }
05561    static void deleteArray_TGMdiMainFrame(void *p) {
05562       delete [] ((::TGMdiMainFrame*)p);
05563    }
05564    static void destruct_TGMdiMainFrame(void *p) {
05565       typedef ::TGMdiMainFrame current_t;
05566       ((current_t*)p)->~current_t();
05567    }
05568    // Wrapper around a custom streamer member function.
05569    static void streamer_TGMdiMainFrame(TBuffer &buf, void *obj) {
05570       ((::TGMdiMainFrame*)obj)->::TGMdiMainFrame::Streamer(buf);
05571    }
05572 } // end of namespace ROOT for class ::TGMdiMainFrame
05573 
05574 //______________________________________________________________________________
05575 void TGMdiContainer::Streamer(TBuffer &R__b)
05576 {
05577    // Stream an object of class TGMdiContainer.
05578 
05579    TGFrame::Streamer(R__b);
05580 }
05581 
05582 //______________________________________________________________________________
05583 void TGMdiContainer::ShowMembers(TMemberInspector &R__insp)
05584 {
05585       // Inspect the data members of an object of class TGMdiContainer.
05586       TClass *R__cl = ::TGMdiContainer::IsA();
05587       if (R__cl || R__insp.IsA()) { }
05588       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMain", &fMain);
05589       TGFrame::ShowMembers(R__insp);
05590 }
05591 
05592 namespace ROOT {
05593    // Wrapper around operator delete
05594    static void delete_TGMdiContainer(void *p) {
05595       delete ((::TGMdiContainer*)p);
05596    }
05597    static void deleteArray_TGMdiContainer(void *p) {
05598       delete [] ((::TGMdiContainer*)p);
05599    }
05600    static void destruct_TGMdiContainer(void *p) {
05601       typedef ::TGMdiContainer current_t;
05602       ((current_t*)p)->~current_t();
05603    }
05604    // Wrapper around a custom streamer member function.
05605    static void streamer_TGMdiContainer(TBuffer &buf, void *obj) {
05606       ((::TGMdiContainer*)obj)->::TGMdiContainer::Streamer(buf);
05607    }
05608 } // end of namespace ROOT for class ::TGMdiContainer
05609 
05610 //______________________________________________________________________________
05611 void TGMdiFrame::Streamer(TBuffer &R__b)
05612 {
05613    // Stream an object of class TGMdiFrame.
05614 
05615    TGCompositeFrame::Streamer(R__b);
05616 }
05617 
05618 //______________________________________________________________________________
05619 void TGMdiFrame::ShowMembers(TMemberInspector &R__insp)
05620 {
05621       // Inspect the data members of an object of class TGMdiFrame.
05622       TClass *R__cl = ::TGMdiFrame::IsA();
05623       if (R__cl || R__insp.IsA()) { }
05624       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMain", &fMain);
05625       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMdiHints", &fMdiHints);
05626       TGCompositeFrame::ShowMembers(R__insp);
05627 }
05628 
05629 namespace ROOT {
05630    // Wrapper around operator delete
05631    static void delete_TGMdiFrame(void *p) {
05632       delete ((::TGMdiFrame*)p);
05633    }
05634    static void deleteArray_TGMdiFrame(void *p) {
05635       delete [] ((::TGMdiFrame*)p);
05636    }
05637    static void destruct_TGMdiFrame(void *p) {
05638       typedef ::TGMdiFrame current_t;
05639       ((current_t*)p)->~current_t();
05640    }
05641    // Wrapper around a custom streamer member function.
05642    static void streamer_TGMdiFrame(TBuffer &buf, void *obj) {
05643       ((::TGMdiFrame*)obj)->::TGMdiFrame::Streamer(buf);
05644    }
05645 } // end of namespace ROOT for class ::TGMdiFrame
05646 
05647 //______________________________________________________________________________
05648 void TGMdiWinResizer::Streamer(TBuffer &R__b)
05649 {
05650    // Stream an object of class TGMdiWinResizer.
05651 
05652    TGFrame::Streamer(R__b);
05653    TGWidget::Streamer(R__b);
05654 }
05655 
05656 //______________________________________________________________________________
05657 void TGMdiWinResizer::ShowMembers(TMemberInspector &R__insp)
05658 {
05659       // Inspect the data members of an object of class TGMdiWinResizer.
05660       TClass *R__cl = ::TGMdiWinResizer::IsA();
05661       if (R__cl || R__insp.IsA()) { }
05662       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMdiWin", &fMdiWin);
05663       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWinX", &fWinX);
05664       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWinY", &fWinY);
05665       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWinW", &fWinW);
05666       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWinH", &fWinH);
05667       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOldX", &fOldX);
05668       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOldY", &fOldY);
05669       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOldW", &fOldW);
05670       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOldH", &fOldH);
05671       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNewX", &fNewX);
05672       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNewY", &fNewY);
05673       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNewW", &fNewW);
05674       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNewH", &fNewH);
05675       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinW", &fMinW);
05676       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinH", &fMinH);
05677       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMdiOptions", &fMdiOptions);
05678       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPos", &fPos);
05679       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX0", &fX0);
05680       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY0", &fY0);
05681       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLeftButPressed", &fLeftButPressed);
05682       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRightButPressed", &fRightButPressed);
05683       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMidButPressed", &fMidButPressed);
05684       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBoxGC", &fBoxGC);
05685       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLineW", &fLineW);
05686       TGFrame::ShowMembers(R__insp);
05687       TGWidget::ShowMembers(R__insp);
05688 }
05689 
05690 namespace ROOT {
05691    // Wrapper around operator delete
05692    static void delete_TGMdiWinResizer(void *p) {
05693       delete ((::TGMdiWinResizer*)p);
05694    }
05695    static void deleteArray_TGMdiWinResizer(void *p) {
05696       delete [] ((::TGMdiWinResizer*)p);
05697    }
05698    static void destruct_TGMdiWinResizer(void *p) {
05699       typedef ::TGMdiWinResizer current_t;
05700       ((current_t*)p)->~current_t();
05701    }
05702    // Wrapper around a custom streamer member function.
05703    static void streamer_TGMdiWinResizer(TBuffer &buf, void *obj) {
05704       ((::TGMdiWinResizer*)obj)->::TGMdiWinResizer::Streamer(buf);
05705    }
05706 } // end of namespace ROOT for class ::TGMdiWinResizer
05707 
05708 //______________________________________________________________________________
05709 void TGMdiVerticalWinResizer::Streamer(TBuffer &R__b)
05710 {
05711    // Stream an object of class TGMdiVerticalWinResizer.
05712 
05713    TGMdiWinResizer::Streamer(R__b);
05714 }
05715 
05716 //______________________________________________________________________________
05717 void TGMdiVerticalWinResizer::ShowMembers(TMemberInspector &R__insp)
05718 {
05719       // Inspect the data members of an object of class TGMdiVerticalWinResizer.
05720       TClass *R__cl = ::TGMdiVerticalWinResizer::IsA();
05721       if (R__cl || R__insp.IsA()) { }
05722       TGMdiWinResizer::ShowMembers(R__insp);
05723 }
05724 
05725 namespace ROOT {
05726    // Wrapper around operator delete
05727    static void delete_TGMdiVerticalWinResizer(void *p) {
05728       delete ((::TGMdiVerticalWinResizer*)p);
05729    }
05730    static void deleteArray_TGMdiVerticalWinResizer(void *p) {
05731       delete [] ((::TGMdiVerticalWinResizer*)p);
05732    }
05733    static void destruct_TGMdiVerticalWinResizer(void *p) {
05734       typedef ::TGMdiVerticalWinResizer current_t;
05735       ((current_t*)p)->~current_t();
05736    }
05737    // Wrapper around a custom streamer member function.
05738    static void streamer_TGMdiVerticalWinResizer(TBuffer &buf, void *obj) {
05739       ((::TGMdiVerticalWinResizer*)obj)->::TGMdiVerticalWinResizer::Streamer(buf);
05740    }
05741 } // end of namespace ROOT for class ::TGMdiVerticalWinResizer
05742 
05743 //______________________________________________________________________________
05744 void TGMdiHorizontalWinResizer::Streamer(TBuffer &R__b)
05745 {
05746    // Stream an object of class TGMdiHorizontalWinResizer.
05747 
05748    TGMdiWinResizer::Streamer(R__b);
05749 }
05750 
05751 //______________________________________________________________________________
05752 void TGMdiHorizontalWinResizer::ShowMembers(TMemberInspector &R__insp)
05753 {
05754       // Inspect the data members of an object of class TGMdiHorizontalWinResizer.
05755       TClass *R__cl = ::TGMdiHorizontalWinResizer::IsA();
05756       if (R__cl || R__insp.IsA()) { }
05757       TGMdiWinResizer::ShowMembers(R__insp);
05758 }
05759 
05760 namespace ROOT {
05761    // Wrapper around operator delete
05762    static void delete_TGMdiHorizontalWinResizer(void *p) {
05763       delete ((::TGMdiHorizontalWinResizer*)p);
05764    }
05765    static void deleteArray_TGMdiHorizontalWinResizer(void *p) {
05766       delete [] ((::TGMdiHorizontalWinResizer*)p);
05767    }
05768    static void destruct_TGMdiHorizontalWinResizer(void *p) {
05769       typedef ::TGMdiHorizontalWinResizer current_t;
05770       ((current_t*)p)->~current_t();
05771    }
05772    // Wrapper around a custom streamer member function.
05773    static void streamer_TGMdiHorizontalWinResizer(TBuffer &buf, void *obj) {
05774       ((::TGMdiHorizontalWinResizer*)obj)->::TGMdiHorizontalWinResizer::Streamer(buf);
05775    }
05776 } // end of namespace ROOT for class ::TGMdiHorizontalWinResizer
05777 
05778 //______________________________________________________________________________
05779 void TGMdiCornerWinResizer::Streamer(TBuffer &R__b)
05780 {
05781    // Stream an object of class TGMdiCornerWinResizer.
05782 
05783    TGMdiWinResizer::Streamer(R__b);
05784 }
05785 
05786 //______________________________________________________________________________
05787 void TGMdiCornerWinResizer::ShowMembers(TMemberInspector &R__insp)
05788 {
05789       // Inspect the data members of an object of class TGMdiCornerWinResizer.
05790       TClass *R__cl = ::TGMdiCornerWinResizer::IsA();
05791       if (R__cl || R__insp.IsA()) { }
05792       TGMdiWinResizer::ShowMembers(R__insp);
05793 }
05794 
05795 namespace ROOT {
05796    // Wrapper around operator delete
05797    static void delete_TGMdiCornerWinResizer(void *p) {
05798       delete ((::TGMdiCornerWinResizer*)p);
05799    }
05800    static void deleteArray_TGMdiCornerWinResizer(void *p) {
05801       delete [] ((::TGMdiCornerWinResizer*)p);
05802    }
05803    static void destruct_TGMdiCornerWinResizer(void *p) {
05804       typedef ::TGMdiCornerWinResizer current_t;
05805       ((current_t*)p)->~current_t();
05806    }
05807    // Wrapper around a custom streamer member function.
05808    static void streamer_TGMdiCornerWinResizer(TBuffer &buf, void *obj) {
05809       ((::TGMdiCornerWinResizer*)obj)->::TGMdiCornerWinResizer::Streamer(buf);
05810    }
05811 } // end of namespace ROOT for class ::TGMdiCornerWinResizer
05812 
05813 //______________________________________________________________________________
05814 void TGMdiButtons::Streamer(TBuffer &R__b)
05815 {
05816    // Stream an object of class TGMdiButtons.
05817 
05818    TGCompositeFrame::Streamer(R__b);
05819 }
05820 
05821 //______________________________________________________________________________
05822 void TGMdiButtons::ShowMembers(TMemberInspector &R__insp)
05823 {
05824       // Inspect the data members of an object of class TGMdiButtons.
05825       TClass *R__cl = ::TGMdiButtons::IsA();
05826       if (R__cl || R__insp.IsA()) { }
05827       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fButton[5]", &fButton);
05828       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDefaultHint", &fDefaultHint);
05829       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCloseHint", &fCloseHint);
05830       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMsgWindow", &fMsgWindow);
05831       TGCompositeFrame::ShowMembers(R__insp);
05832 }
05833 
05834 namespace ROOT {
05835    // Wrapper around operator delete
05836    static void delete_TGMdiButtons(void *p) {
05837       delete ((::TGMdiButtons*)p);
05838    }
05839    static void deleteArray_TGMdiButtons(void *p) {
05840       delete [] ((::TGMdiButtons*)p);
05841    }
05842    static void destruct_TGMdiButtons(void *p) {
05843       typedef ::TGMdiButtons current_t;
05844       ((current_t*)p)->~current_t();
05845    }
05846    // Wrapper around a custom streamer member function.
05847    static void streamer_TGMdiButtons(TBuffer &buf, void *obj) {
05848       ((::TGMdiButtons*)obj)->::TGMdiButtons::Streamer(buf);
05849    }
05850 } // end of namespace ROOT for class ::TGMdiButtons
05851 
05852 //______________________________________________________________________________
05853 void TGMdiTitleIcon::Streamer(TBuffer &R__b)
05854 {
05855    // Stream an object of class TGMdiTitleIcon.
05856 
05857    TGIcon::Streamer(R__b);
05858 }
05859 
05860 //______________________________________________________________________________
05861 void TGMdiTitleIcon::ShowMembers(TMemberInspector &R__insp)
05862 {
05863       // Inspect the data members of an object of class TGMdiTitleIcon.
05864       TClass *R__cl = ::TGMdiTitleIcon::IsA();
05865       if (R__cl || R__insp.IsA()) { }
05866       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMsgWindow", &fMsgWindow);
05867       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPopup", &fPopup);
05868       TGIcon::ShowMembers(R__insp);
05869 }
05870 
05871 namespace ROOT {
05872    // Wrapper around operator delete
05873    static void delete_TGMdiTitleIcon(void *p) {
05874       delete ((::TGMdiTitleIcon*)p);
05875    }
05876    static void deleteArray_TGMdiTitleIcon(void *p) {
05877       delete [] ((::TGMdiTitleIcon*)p);
05878    }
05879    static void destruct_TGMdiTitleIcon(void *p) {
05880       typedef ::TGMdiTitleIcon current_t;
05881       ((current_t*)p)->~current_t();
05882    }
05883    // Wrapper around a custom streamer member function.
05884    static void streamer_TGMdiTitleIcon(TBuffer &buf, void *obj) {
05885       ((::TGMdiTitleIcon*)obj)->::TGMdiTitleIcon::Streamer(buf);
05886    }
05887 } // end of namespace ROOT for class ::TGMdiTitleIcon
05888 
05889 //______________________________________________________________________________
05890 void TGMdiTitleBar::Streamer(TBuffer &R__b)
05891 {
05892    // Stream an object of class TGMdiTitleBar.
05893 
05894    TGCompositeFrame::Streamer(R__b);
05895 }
05896 
05897 //______________________________________________________________________________
05898 void TGMdiTitleBar::ShowMembers(TMemberInspector &R__insp)
05899 {
05900       // Inspect the data members of an object of class TGMdiTitleBar.
05901       TClass *R__cl = ::TGMdiTitleBar::IsA();
05902       if (R__cl || R__insp.IsA()) { }
05903       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMdiWin", &fMdiWin);
05904       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fButtons", &fButtons);
05905       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWinIcon", &fWinIcon);
05906       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWinName", &fWinName);
05907       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLFrame", &fLFrame);
05908       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMFrame", &fMFrame);
05909       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRFrame", &fRFrame);
05910       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLHint", &fLHint);
05911       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeftHint", &fLeftHint);
05912       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMiddleHint", &fMiddleHint);
05913       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRightHint", &fRightHint);
05914       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX0", &fX0);
05915       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY0", &fY0);
05916       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLeftButPressed", &fLeftButPressed);
05917       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRightButPressed", &fRightButPressed);
05918       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMidButPressed", &fMidButPressed);
05919       TGCompositeFrame::ShowMembers(R__insp);
05920 }
05921 
05922 namespace ROOT {
05923    // Wrapper around operator delete
05924    static void delete_TGMdiTitleBar(void *p) {
05925       delete ((::TGMdiTitleBar*)p);
05926    }
05927    static void deleteArray_TGMdiTitleBar(void *p) {
05928       delete [] ((::TGMdiTitleBar*)p);
05929    }
05930    static void destruct_TGMdiTitleBar(void *p) {
05931       typedef ::TGMdiTitleBar current_t;
05932       ((current_t*)p)->~current_t();
05933    }
05934    // Wrapper around a custom streamer member function.
05935    static void streamer_TGMdiTitleBar(TBuffer &buf, void *obj) {
05936       ((::TGMdiTitleBar*)obj)->::TGMdiTitleBar::Streamer(buf);
05937    }
05938 } // end of namespace ROOT for class ::TGMdiTitleBar
05939 
05940 //______________________________________________________________________________
05941 void TGMdiDecorFrame::Streamer(TBuffer &R__b)
05942 {
05943    // Stream an object of class TGMdiDecorFrame.
05944 
05945    TGCompositeFrame::Streamer(R__b);
05946 }
05947 
05948 //______________________________________________________________________________
05949 void TGMdiDecorFrame::ShowMembers(TMemberInspector &R__insp)
05950 {
05951       // Inspect the data members of an object of class TGMdiDecorFrame.
05952       TClass *R__cl = ::TGMdiDecorFrame::IsA();
05953       if (R__cl || R__insp.IsA()) { }
05954       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPreResizeX", &fPreResizeX);
05955       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPreResizeY", &fPreResizeY);
05956       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPreResizeWidth", &fPreResizeWidth);
05957       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPreResizeHeight", &fPreResizeHeight);
05958       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimizedX", &fMinimizedX);
05959       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimizedY", &fMinimizedY);
05960       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsMinimized", &fIsMinimized);
05961       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsMaximized", &fIsMaximized);
05962       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMinimizedUserPlacement", &fMinimizedUserPlacement);
05963       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsCurrent", &fIsCurrent);
05964       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrame", &fFrame);
05965       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMdiMainFrame", &fMdiMainFrame);
05966       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpperHR", &fUpperHR);
05967       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLowerHR", &fLowerHR);
05968       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpperLeftCR", &fUpperLeftCR);
05969       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLowerLeftCR", &fLowerLeftCR);
05970       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpperRightCR", &fUpperRightCR);
05971       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLowerRightCR", &fLowerRightCR);
05972       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLeftVR", &fLeftVR);
05973       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRightVR", &fRightVR);
05974       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLHint", &fLHint);
05975       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fExpandHint", &fExpandHint);
05976       R__insp.Inspect(R__cl, R__insp.GetParent(), "fButtonMask", &fButtonMask);
05977       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTitlebar", &fTitlebar);
05978       TGCompositeFrame::ShowMembers(R__insp);
05979 }
05980 
05981 namespace ROOT {
05982    // Wrapper around operator delete
05983    static void delete_TGMdiDecorFrame(void *p) {
05984       delete ((::TGMdiDecorFrame*)p);
05985    }
05986    static void deleteArray_TGMdiDecorFrame(void *p) {
05987       delete [] ((::TGMdiDecorFrame*)p);
05988    }
05989    static void destruct_TGMdiDecorFrame(void *p) {
05990       typedef ::TGMdiDecorFrame current_t;
05991       ((current_t*)p)->~current_t();
05992    }
05993    // Wrapper around a custom streamer member function.
05994    static void streamer_TGMdiDecorFrame(TBuffer &buf, void *obj) {
05995       ((::TGMdiDecorFrame*)obj)->::TGMdiDecorFrame::Streamer(buf);
05996    }
05997 } // end of namespace ROOT for class ::TGMdiDecorFrame
05998 
05999 //______________________________________________________________________________
06000 void TVirtualDragManager::Streamer(TBuffer &R__b)
06001 {
06002    // Stream an object of class TVirtualDragManager.
06003 
06004    ::Error("TVirtualDragManager::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
06005 }
06006 
06007 //______________________________________________________________________________
06008 void TVirtualDragManager::ShowMembers(TMemberInspector &R__insp)
06009 {
06010       // Inspect the data members of an object of class TVirtualDragManager.
06011       TClass *R__cl = ::TVirtualDragManager::IsA();
06012       if (R__cl || R__insp.IsA()) { }
06013       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMoveWaiting", &fMoveWaiting);
06014       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDragging", &fDragging);
06015       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDropping", &fDropping);
06016       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPasting", &fPasting);
06017       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDragType", &fDragType);
06018       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSource", &fSource);
06019       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrameUnder", &fFrameUnder);
06020       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTarget", &fTarget);
06021       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPasteFrame", &fPasteFrame);
06022 }
06023 
06024 namespace ROOT {
06025    // Wrappers around operator new
06026    static void *new_TVirtualDragManager(void *p) {
06027       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TVirtualDragManager : new ::TVirtualDragManager;
06028    }
06029    static void *newArray_TVirtualDragManager(Long_t nElements, void *p) {
06030       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TVirtualDragManager[nElements] : new ::TVirtualDragManager[nElements];
06031    }
06032    // Wrapper around operator delete
06033    static void delete_TVirtualDragManager(void *p) {
06034       delete ((::TVirtualDragManager*)p);
06035    }
06036    static void deleteArray_TVirtualDragManager(void *p) {
06037       delete [] ((::TVirtualDragManager*)p);
06038    }
06039    static void destruct_TVirtualDragManager(void *p) {
06040       typedef ::TVirtualDragManager current_t;
06041       ((current_t*)p)->~current_t();
06042    }
06043    // Wrapper around a custom streamer member function.
06044    static void streamer_TVirtualDragManager(TBuffer &buf, void *obj) {
06045       ((::TVirtualDragManager*)obj)->::TVirtualDragManager::Streamer(buf);
06046    }
06047 } // end of namespace ROOT for class ::TVirtualDragManager
06048 
06049 //______________________________________________________________________________
06050 void TGuiBuilder::Streamer(TBuffer &R__b)
06051 {
06052    // Stream an object of class TGuiBuilder.
06053 
06054    ::Error("TGuiBuilder::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
06055 }
06056 
06057 //______________________________________________________________________________
06058 void TGuiBuilder::ShowMembers(TMemberInspector &R__insp)
06059 {
06060       // Inspect the data members of an object of class TGuiBuilder.
06061       TClass *R__cl = ::TGuiBuilder::IsA();
06062       if (R__cl || R__insp.IsA()) { }
06063       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fAction", &fAction);
06064 }
06065 
06066 namespace ROOT {
06067    // Wrappers around operator new
06068    static void *new_TGuiBuilder(void *p) {
06069       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGuiBuilder : new ::TGuiBuilder;
06070    }
06071    static void *newArray_TGuiBuilder(Long_t nElements, void *p) {
06072       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TGuiBuilder[nElements] : new ::TGuiBuilder[nElements];
06073    }
06074    // Wrapper around operator delete
06075    static void delete_TGuiBuilder(void *p) {
06076       delete ((::TGuiBuilder*)p);
06077    }
06078    static void deleteArray_TGuiBuilder(void *p) {
06079       delete [] ((::TGuiBuilder*)p);
06080    }
06081    static void destruct_TGuiBuilder(void *p) {
06082       typedef ::TGuiBuilder current_t;
06083       ((current_t*)p)->~current_t();
06084    }
06085    // Wrapper around a custom streamer member function.
06086    static void streamer_TGuiBuilder(TBuffer &buf, void *obj) {
06087       ((::TGuiBuilder*)obj)->::TGuiBuilder::Streamer(buf);
06088    }
06089 } // end of namespace ROOT for class ::TGuiBuilder
06090 
06091 //______________________________________________________________________________
06092 void TGuiBldAction::Streamer(TBuffer &R__b)
06093 {
06094    // Stream an object of class TGuiBldAction.
06095 
06096    TNamed::Streamer(R__b);
06097 }
06098 
06099 //______________________________________________________________________________
06100 void TGuiBldAction::ShowMembers(TMemberInspector &R__insp)
06101 {
06102       // Inspect the data members of an object of class TGuiBldAction.
06103       TClass *R__cl = ::TGuiBldAction::IsA();
06104       if (R__cl || R__insp.IsA()) { }
06105       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
06106       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAct", &fAct);
06107       R__insp.InspectMember(fAct, "fAct.");
06108       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPic", &fPic);
06109       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPicture", &fPicture);
06110       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHints", &fHints);
06111       TNamed::ShowMembers(R__insp);
06112 }
06113 
06114 namespace ROOT {
06115    // Wrappers around operator new
06116    static void *new_TGuiBldAction(void *p) {
06117       return  p ? new(p) ::TGuiBldAction : new ::TGuiBldAction;
06118    }
06119    static void *newArray_TGuiBldAction(Long_t nElements, void *p) {
06120       return p ? new(p) ::TGuiBldAction[nElements] : new ::TGuiBldAction[nElements];
06121    }
06122    // Wrapper around operator delete
06123    static void delete_TGuiBldAction(void *p) {
06124       delete ((::TGuiBldAction*)p);
06125    }
06126    static void deleteArray_TGuiBldAction(void *p) {
06127       delete [] ((::TGuiBldAction*)p);
06128    }
06129    static void destruct_TGuiBldAction(void *p) {
06130       typedef ::TGuiBldAction current_t;
06131       ((current_t*)p)->~current_t();
06132    }
06133    // Wrapper around a custom streamer member function.
06134    static void streamer_TGuiBldAction(TBuffer &buf, void *obj) {
06135       ((::TGuiBldAction*)obj)->::TGuiBldAction::Streamer(buf);
06136    }
06137 } // end of namespace ROOT for class ::TGuiBldAction
06138 
06139 //______________________________________________________________________________
06140 void TGRedirectOutputGuard::Streamer(TBuffer &R__b)
06141 {
06142    // Stream an object of class TGRedirectOutputGuard.
06143 
06144    ::Error("TGRedirectOutputGuard::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
06145 }
06146 
06147 //______________________________________________________________________________
06148 void TGRedirectOutputGuard::ShowMembers(TMemberInspector &R__insp)
06149 {
06150       // Inspect the data members of an object of class TGRedirectOutputGuard.
06151       TClass *R__cl = ::TGRedirectOutputGuard::IsA();
06152       if (R__cl || R__insp.IsA()) { }
06153       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLogFile", &fLogFile);
06154       R__insp.InspectMember(fLogFile, "fLogFile.");
06155       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTmpFile", &fTmpFile);
06156       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTextView", &fTextView);
06157       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLogFileRead", &fLogFileRead);
06158 }
06159 
06160 namespace ROOT {
06161    // Wrapper around operator delete
06162    static void delete_TGRedirectOutputGuard(void *p) {
06163       delete ((::TGRedirectOutputGuard*)p);
06164    }
06165    static void deleteArray_TGRedirectOutputGuard(void *p) {
06166       delete [] ((::TGRedirectOutputGuard*)p);
06167    }
06168    static void destruct_TGRedirectOutputGuard(void *p) {
06169       typedef ::TGRedirectOutputGuard current_t;
06170       ((current_t*)p)->~current_t();
06171    }
06172    // Wrapper around a custom streamer member function.
06173    static void streamer_TGRedirectOutputGuard(TBuffer &buf, void *obj) {
06174       ((::TGRedirectOutputGuard*)obj)->::TGRedirectOutputGuard::Streamer(buf);
06175    }
06176 } // end of namespace ROOT for class ::TGRedirectOutputGuard
06177 
06178 //______________________________________________________________________________
06179 void TGPasswdDialog::Streamer(TBuffer &R__b)
06180 {
06181    // Stream an object of class TGPasswdDialog.
06182 
06183    ::Error("TGPasswdDialog::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
06184 }
06185 
06186 //______________________________________________________________________________
06187 void TGPasswdDialog::ShowMembers(TMemberInspector &R__insp)
06188 {
06189       // Inspect the data members of an object of class TGPasswdDialog.
06190       TClass *R__cl = ::TGPasswdDialog::IsA();
06191       if (R__cl || R__insp.IsA()) { }
06192       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPwdBuf", &fPwdBuf);
06193       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPwdLenMax", &fPwdLenMax);
06194       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDialog", &fDialog);
06195       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fOk", &fOk);
06196       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPasswd", &fPasswd);
06197       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPasswdText", &fPasswdText);
06198 }
06199 
06200 namespace ROOT {
06201    // Wrapper around operator delete
06202    static void delete_TGPasswdDialog(void *p) {
06203       delete ((::TGPasswdDialog*)p);
06204    }
06205    static void deleteArray_TGPasswdDialog(void *p) {
06206       delete [] ((::TGPasswdDialog*)p);
06207    }
06208    static void destruct_TGPasswdDialog(void *p) {
06209       typedef ::TGPasswdDialog current_t;
06210       ((current_t*)p)->~current_t();
06211    }
06212    // Wrapper around a custom streamer member function.
06213    static void streamer_TGPasswdDialog(TBuffer &buf, void *obj) {
06214       ((::TGPasswdDialog*)obj)->::TGPasswdDialog::Streamer(buf);
06215    }
06216 } // end of namespace ROOT for class ::TGPasswdDialog
06217 
06218 //______________________________________________________________________________
06219 void TGTextEditor::Streamer(TBuffer &R__b)
06220 {
06221    // Stream an object of class TGTextEditor.
06222 
06223    TGMainFrame::Streamer(R__b);
06224 }
06225 
06226 //______________________________________________________________________________
06227 void TGTextEditor::ShowMembers(TMemberInspector &R__insp)
06228 {
06229       // Inspect the data members of an object of class TGTextEditor.
06230       TClass *R__cl = ::TGTextEditor::IsA();
06231       if (R__cl || R__insp.IsA()) { }
06232       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTimer", &fTimer);
06233       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar);
06234       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolBar", &fToolBar);
06235       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTextEdit", &fTextEdit);
06236       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLabel", &fLabel);
06237       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fComboCmd", &fComboCmd);
06238       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCommand", &fCommand);
06239       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCommandBuf", &fCommandBuf);
06240       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarLayout", &fMenuBarLayout);
06241       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBarItemLayout", &fMenuBarItemLayout);
06242       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
06243       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFile", &fMenuFile);
06244       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuEdit", &fMenuEdit);
06245       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuSearch", &fMenuSearch);
06246       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuTools", &fMenuTools);
06247       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuHelp", &fMenuHelp);
06248       R__insp.Inspect(R__cl, R__insp.GetParent(), "fExiting", &fExiting);
06249       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextChanged", &fTextChanged);
06250       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFilename", &fFilename);
06251       R__insp.InspectMember(fFilename, "fFilename.");
06252       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMacro", &fMacro);
06253       TGMainFrame::ShowMembers(R__insp);
06254 }
06255 
06256 namespace ROOT {
06257    // Wrappers around operator new
06258    static void *new_TGTextEditor(void *p) {
06259       return  p ? new(p) ::TGTextEditor : new ::TGTextEditor;
06260    }
06261    static void *newArray_TGTextEditor(Long_t nElements, void *p) {
06262       return p ? new(p) ::TGTextEditor[nElements] : new ::TGTextEditor[nElements];
06263    }
06264    // Wrapper around operator delete
06265    static void delete_TGTextEditor(void *p) {
06266       delete ((::TGTextEditor*)p);
06267    }
06268    static void deleteArray_TGTextEditor(void *p) {
06269       delete [] ((::TGTextEditor*)p);
06270    }
06271    static void destruct_TGTextEditor(void *p) {
06272       typedef ::TGTextEditor current_t;
06273       ((current_t*)p)->~current_t();
06274    }
06275    // Wrapper around a custom streamer member function.
06276    static void streamer_TGTextEditor(TBuffer &buf, void *obj) {
06277       ((::TGTextEditor*)obj)->::TGTextEditor::Streamer(buf);
06278    }
06279 } // end of namespace ROOT for class ::TGTextEditor
06280 
06281 //______________________________________________________________________________
06282 void TGSpeedo::Streamer(TBuffer &R__b)
06283 {
06284    // Stream an object of class TGSpeedo.
06285 
06286    TGFrame::Streamer(R__b);
06287    TGWidget::Streamer(R__b);
06288 }
06289 
06290 //______________________________________________________________________________
06291 void TGSpeedo::ShowMembers(TMemberInspector &R__insp)
06292 {
06293       // Inspect the data members of an object of class TGSpeedo.
06294       TClass *R__cl = ::TGSpeedo::IsA();
06295       if (R__cl || R__insp.IsA()) { }
06296       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImage", &fImage);
06297       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImage2", &fImage2);
06298       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBase", &fBase);
06299       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextFS", &fTextFS);
06300       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCounterFS", &fCounterFS);
06301       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCounter", &fCounter);
06302       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPicName", &fPicName);
06303       R__insp.InspectMember(fPicName, "fPicName.");
06304       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabel1", &fLabel1);
06305       R__insp.InspectMember(fLabel1, "fLabel1.");
06306       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLabel2", &fLabel2);
06307       R__insp.InspectMember(fLabel2, "fLabel2.");
06308       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDisplay1", &fDisplay1);
06309       R__insp.InspectMember(fDisplay1, "fDisplay1.");
06310       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDisplay2", &fDisplay2);
06311       R__insp.InspectMember(fDisplay2, "fDisplay2.");
06312       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngle", &fAngle);
06313       R__insp.Inspect(R__cl, R__insp.GetParent(), "fValue", &fValue);
06314       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPeakVal", &fPeakVal);
06315       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMeanVal", &fMeanVal);
06316       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngleMin", &fAngleMin);
06317       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAngleMax", &fAngleMax);
06318       R__insp.Inspect(R__cl, R__insp.GetParent(), "fScaleMin", &fScaleMin);
06319       R__insp.Inspect(R__cl, R__insp.GetParent(), "fScaleMax", &fScaleMax);
06320       R__insp.Inspect(R__cl, R__insp.GetParent(), "fThreshold[3]", fThreshold);
06321       R__insp.Inspect(R__cl, R__insp.GetParent(), "fThresholdColor[3]", fThresholdColor);
06322       R__insp.Inspect(R__cl, R__insp.GetParent(), "fThresholdActive", &fThresholdActive);
06323       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPeakMark", &fPeakMark);
06324       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMeanMark", &fMeanMark);
06325       TGFrame::ShowMembers(R__insp);
06326       TGWidget::ShowMembers(R__insp);
06327 }
06328 
06329 namespace ROOT {
06330    // Wrappers around operator new
06331    static void *new_TGSpeedo(void *p) {
06332       return  p ? new(p) ::TGSpeedo : new ::TGSpeedo;
06333    }
06334    static void *newArray_TGSpeedo(Long_t nElements, void *p) {
06335       return p ? new(p) ::TGSpeedo[nElements] : new ::TGSpeedo[nElements];
06336    }
06337    // Wrapper around operator delete
06338    static void delete_TGSpeedo(void *p) {
06339       delete ((::TGSpeedo*)p);
06340    }
06341    static void deleteArray_TGSpeedo(void *p) {
06342       delete [] ((::TGSpeedo*)p);
06343    }
06344    static void destruct_TGSpeedo(void *p) {
06345       typedef ::TGSpeedo current_t;
06346       ((current_t*)p)->~current_t();
06347    }
06348    // Wrapper around a custom streamer member function.
06349    static void streamer_TGSpeedo(TBuffer &buf, void *obj) {
06350       ((::TGSpeedo*)obj)->::TGSpeedo::Streamer(buf);
06351    }
06352 } // end of namespace ROOT for class ::TGSpeedo
06353 
06354 //______________________________________________________________________________
06355 void TDNDData::Streamer(TBuffer &R__b)
06356 {
06357    // Stream an object of class TDNDData.
06358 
06359    TObject::Streamer(R__b);
06360 }
06361 
06362 //______________________________________________________________________________
06363 void TDNDData::ShowMembers(TMemberInspector &R__insp)
06364 {
06365       // Inspect the data members of an object of class TDNDData.
06366       TClass *R__cl = ::TDNDData::IsA();
06367       if (R__cl || R__insp.IsA()) { }
06368       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDataType", &fDataType);
06369       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAction", &fAction);
06370       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fData", &fData);
06371       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDataLength", &fDataLength);
06372       TObject::ShowMembers(R__insp);
06373 }
06374 
06375 namespace ROOT {
06376    // Wrappers around operator new
06377    static void *new_TDNDData(void *p) {
06378       return  p ? new(p) ::TDNDData : new ::TDNDData;
06379    }
06380    static void *newArray_TDNDData(Long_t nElements, void *p) {
06381       return p ? new(p) ::TDNDData[nElements] : new ::TDNDData[nElements];
06382    }
06383    // Wrapper around operator delete
06384    static void delete_TDNDData(void *p) {
06385       delete ((::TDNDData*)p);
06386    }
06387    static void deleteArray_TDNDData(void *p) {
06388       delete [] ((::TDNDData*)p);
06389    }
06390    static void destruct_TDNDData(void *p) {
06391       typedef ::TDNDData current_t;
06392       ((current_t*)p)->~current_t();
06393    }
06394    // Wrapper around a custom streamer member function.
06395    static void streamer_TDNDData(TBuffer &buf, void *obj) {
06396       ((::TDNDData*)obj)->::TDNDData::Streamer(buf);
06397    }
06398 } // end of namespace ROOT for class ::TDNDData
06399 
06400 //______________________________________________________________________________
06401 void TGDNDManager::Streamer(TBuffer &R__b)
06402 {
06403    // Stream an object of class TGDNDManager.
06404 
06405    TObject::Streamer(R__b);
06406 }
06407 
06408 //______________________________________________________________________________
06409 void TGDNDManager::ShowMembers(TMemberInspector &R__insp)
06410 {
06411       // Inspect the data members of an object of class TGDNDManager.
06412       TClass *R__cl = ::TGDNDManager::IsA();
06413       if (R__cl || R__insp.IsA()) { }
06414       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMain", &fMain);
06415       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVersion", &fVersion);
06416       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTypelist", &fTypelist);
06417       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDraggerTypes", &fDraggerTypes);
06418       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDropType", &fDropType);
06419       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAcceptedAction", &fAcceptedAction);
06420       R__insp.Inspect(R__cl, R__insp.GetParent(), "fLocalAction", &fLocalAction);
06421       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDragging", &fDragging);
06422       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDropAccepted", &fDropAccepted);
06423       R__insp.Inspect(R__cl, R__insp.GetParent(), "fStatusPending", &fStatusPending);
06424       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseVersion", &fUseVersion);
06425       R__insp.Inspect(R__cl, R__insp.GetParent(), "fProxyOurs", &fProxyOurs);
06426       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSource", &fSource);
06427       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTarget", &fTarget);
06428       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTargetIsDNDAware", &fTargetIsDNDAware);
06429       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGrabEventMask", &fGrabEventMask);
06430       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLocalSource", &fLocalSource);
06431       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLocalTarget", &fLocalTarget);
06432       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDropTimeout", &fDropTimeout);
06433       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDragWin", &fDragWin);
06434       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPic", &fPic);
06435       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMask", &fMask);
06436       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHotx", &fHotx);
06437       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHoty", &fHoty);
06438       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDNDNoDropCursor", &fDNDNoDropCursor);
06439       TObject::ShowMembers(R__insp);
06440 }
06441 
06442 namespace ROOT {
06443    // Wrapper around operator delete
06444    static void delete_TGDNDManager(void *p) {
06445       delete ((::TGDNDManager*)p);
06446    }
06447    static void deleteArray_TGDNDManager(void *p) {
06448       delete [] ((::TGDNDManager*)p);
06449    }
06450    static void destruct_TGDNDManager(void *p) {
06451       typedef ::TGDNDManager current_t;
06452       ((current_t*)p)->~current_t();
06453    }
06454    // Wrapper around a custom streamer member function.
06455    static void streamer_TGDNDManager(TBuffer &buf, void *obj) {
06456       ((::TGDNDManager*)obj)->::TGDNDManager::Streamer(buf);
06457    }
06458 } // end of namespace ROOT for class ::TGDNDManager
06459 
06460 //______________________________________________________________________________
06461 void TGDragWindow::Streamer(TBuffer &R__b)
06462 {
06463    // Stream an object of class TGDragWindow.
06464 
06465    TGFrame::Streamer(R__b);
06466 }
06467 
06468 //______________________________________________________________________________
06469 void TGDragWindow::ShowMembers(TMemberInspector &R__insp)
06470 {
06471       // Inspect the data members of an object of class TGDragWindow.
06472       TClass *R__cl = ::TGDragWindow::IsA();
06473       if (R__cl || R__insp.IsA()) { }
06474       R__insp.Inspect(R__cl, R__insp.GetParent(), "fInput", &fInput);
06475       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPic", &fPic);
06476       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMask", &fMask);
06477       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPw", &fPw);
06478       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPh", &fPh);
06479       TGFrame::ShowMembers(R__insp);
06480 }
06481 
06482 namespace ROOT {
06483    // Wrapper around operator delete
06484    static void delete_TGDragWindow(void *p) {
06485       delete ((::TGDragWindow*)p);
06486    }
06487    static void deleteArray_TGDragWindow(void *p) {
06488       delete [] ((::TGDragWindow*)p);
06489    }
06490    static void destruct_TGDragWindow(void *p) {
06491       typedef ::TGDragWindow current_t;
06492       ((current_t*)p)->~current_t();
06493    }
06494    // Wrapper around a custom streamer member function.
06495    static void streamer_TGDragWindow(TBuffer &buf, void *obj) {
06496       ((::TGDragWindow*)obj)->::TGDragWindow::Streamer(buf);
06497    }
06498 } // end of namespace ROOT for class ::TGDragWindow
06499 
06500 //______________________________________________________________________________
06501 void TGTableCell::Streamer(TBuffer &R__b)
06502 {
06503    // Stream an object of class TGTableCell.
06504 
06505    TGFrame::Streamer(R__b);
06506 }
06507 
06508 //______________________________________________________________________________
06509 void TGTableCell::ShowMembers(TMemberInspector &R__insp)
06510 {
06511       // Inspect the data members of an object of class TGTableCell.
06512       TClass *R__cl = ::TGTableCell::IsA();
06513       if (R__cl || R__insp.IsA()) { }
06514       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLabel", &fLabel);
06515       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTip", &fTip);
06516       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReadOnly", &fReadOnly);
06517       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnabled", &fEnabled);
06518       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTMode", &fTMode);
06519       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImage", &fImage);
06520       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTWidth", &fTWidth);
06521       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTHeight", &fTHeight);
06522       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFontStruct", &fFontStruct);
06523       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasOwnFont", &fHasOwnFont);
06524       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNormGC", &fNormGC);
06525       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColumn", &fColumn);
06526       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRow", &fRow);
06527       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTable", &fTable);
06528       TGFrame::ShowMembers(R__insp);
06529 }
06530 
06531 namespace ROOT {
06532    // Wrappers around operator new
06533    static void *new_TGTableCell(void *p) {
06534       return  p ? new(p) ::TGTableCell : new ::TGTableCell;
06535    }
06536    static void *newArray_TGTableCell(Long_t nElements, void *p) {
06537       return p ? new(p) ::TGTableCell[nElements] : new ::TGTableCell[nElements];
06538    }
06539    // Wrapper around operator delete
06540    static void delete_TGTableCell(void *p) {
06541       delete ((::TGTableCell*)p);
06542    }
06543    static void deleteArray_TGTableCell(void *p) {
06544       delete [] ((::TGTableCell*)p);
06545    }
06546    static void destruct_TGTableCell(void *p) {
06547       typedef ::TGTableCell current_t;
06548       ((current_t*)p)->~current_t();
06549    }
06550    // Wrapper around a custom streamer member function.
06551    static void streamer_TGTableCell(TBuffer &buf, void *obj) {
06552       ((::TGTableCell*)obj)->::TGTableCell::Streamer(buf);
06553    }
06554 } // end of namespace ROOT for class ::TGTableCell
06555 
06556 //______________________________________________________________________________
06557 void TGTableHeader::Streamer(TBuffer &R__b)
06558 {
06559    // Stream an object of class TGTableHeader.
06560 
06561    TGTableCell::Streamer(R__b);
06562 }
06563 
06564 //______________________________________________________________________________
06565 void TGTableHeader::ShowMembers(TMemberInspector &R__insp)
06566 {
06567       // Inspect the data members of an object of class TGTableHeader.
06568       TClass *R__cl = ::TGTableHeader::IsA();
06569       if (R__cl || R__insp.IsA()) { }
06570       R__insp.Inspect(R__cl, R__insp.GetParent(), "fType", &fType);
06571       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWidth", &fWidth);
06572       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHeight", &fHeight);
06573       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReadOnly", &fReadOnly);
06574       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEnabled", &fEnabled);
06575       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasOwnLabel", &fHasOwnLabel);
06576       TGTableCell::ShowMembers(R__insp);
06577 }
06578 
06579 namespace ROOT {
06580    // Wrappers around operator new
06581    static void *new_TGTableHeader(void *p) {
06582       return  p ? new(p) ::TGTableHeader : new ::TGTableHeader;
06583    }
06584    static void *newArray_TGTableHeader(Long_t nElements, void *p) {
06585       return p ? new(p) ::TGTableHeader[nElements] : new ::TGTableHeader[nElements];
06586    }
06587    // Wrapper around operator delete
06588    static void delete_TGTableHeader(void *p) {
06589       delete ((::TGTableHeader*)p);
06590    }
06591    static void deleteArray_TGTableHeader(void *p) {
06592       delete [] ((::TGTableHeader*)p);
06593    }
06594    static void destruct_TGTableHeader(void *p) {
06595       typedef ::TGTableHeader current_t;
06596       ((current_t*)p)->~current_t();
06597    }
06598    // Wrapper around a custom streamer member function.
06599    static void streamer_TGTableHeader(TBuffer &buf, void *obj) {
06600       ((::TGTableHeader*)obj)->::TGTableHeader::Streamer(buf);
06601    }
06602 } // end of namespace ROOT for class ::TGTableHeader
06603 
06604 //______________________________________________________________________________
06605 void TGTable::Streamer(TBuffer &R__b)
06606 {
06607    // Stream an object of class TGTable.
06608 
06609    TGCompositeFrame::Streamer(R__b);
06610    TGWidget::Streamer(R__b);
06611 }
06612 
06613 //______________________________________________________________________________
06614 void TGTable::ShowMembers(TMemberInspector &R__insp)
06615 {
06616       // Inspect the data members of an object of class TGTable.
06617       TClass *R__cl = ::TGTable::IsA();
06618       if (R__cl || R__insp.IsA()) { }
06619       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRows", &fRows);
06620       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRowHeaders", &fRowHeaders);
06621       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColumnHeaders", &fColumnHeaders);
06622       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTableHeader", &fTableHeader);
06623       R__insp.Inspect(R__cl, R__insp.GetParent(), "fReadOnly", &fReadOnly);
06624       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSelectColor", &fSelectColor);
06625       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTMode", &fTMode);
06626       R__insp.Inspect(R__cl, R__insp.GetParent(), "fAllData", &fAllData);
06627       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCurrentRange", &fCurrentRange);
06628       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDataRange", &fDataRange);
06629       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGotoRange", &fGotoRange);
06630       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTableFrame", &fTableFrame);
06631       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvas", &fCanvas);
06632       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCellWidth", &fCellWidth);
06633       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCellHeight", &fCellHeight);
06634       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCHdrFrame", &fCHdrFrame);
06635       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRHdrFrame", &fRHdrFrame);
06636       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRangeFrame", &fRangeFrame);
06637       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTopFrame", &fTopFrame);
06638       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTopExtraFrame", &fTopExtraFrame);
06639       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBottomFrame", &fBottomFrame);
06640       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fButtonFrame", &fButtonFrame);
06641       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNextButton", &fNextButton);
06642       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPrevButton", &fPrevButton);
06643       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUpdateButton", &fUpdateButton);
06644       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fGotoButton", &fGotoButton);
06645       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstCellLabel", &fFirstCellLabel);
06646       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRangeLabel", &fRangeLabel);
06647       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirstCellEntry", &fFirstCellEntry);
06648       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRangeEntry", &fRangeEntry);
06649       R__insp.Inspect(R__cl, R__insp.GetParent(), "fOddRowBackground", &fOddRowBackground);
06650       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEvenRowBackground", &fEvenRowBackground);
06651       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHeaderBackground", &fHeaderBackground);
06652       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCellHintsList", &fCellHintsList);
06653       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRHdrHintsList", &fRHdrHintsList);
06654       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCHdrHintsList", &fCHdrHintsList);
06655       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMainHintsList", &fMainHintsList);
06656       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fInterface", &fInterface);
06657       TGCompositeFrame::ShowMembers(R__insp);
06658       TGWidget::ShowMembers(R__insp);
06659 }
06660 
06661 namespace ROOT {
06662    // Wrappers around operator new
06663    static void *new_TGTable(void *p) {
06664       return  p ? new(p) ::TGTable : new ::TGTable;
06665    }
06666    static void *newArray_TGTable(Long_t nElements, void *p) {
06667       return p ? new(p) ::TGTable[nElements] : new ::TGTable[nElements];
06668    }
06669    // Wrapper around operator delete
06670    static void delete_TGTable(void *p) {
06671       delete ((::TGTable*)p);
06672    }
06673    static void deleteArray_TGTable(void *p) {
06674       delete [] ((::TGTable*)p);
06675    }
06676    static void destruct_TGTable(void *p) {
06677       typedef ::TGTable current_t;
06678       ((current_t*)p)->~current_t();
06679    }
06680    // Wrapper around a custom streamer member function.
06681    static void streamer_TGTable(TBuffer &buf, void *obj) {
06682       ((::TGTable*)obj)->::TGTable::Streamer(buf);
06683    }
06684 } // end of namespace ROOT for class ::TGTable
06685 
06686 //______________________________________________________________________________
06687 void TTableRange::Streamer(TBuffer &R__b)
06688 {
06689    // Stream an object of class TTableRange.
06690 
06691    ::Error("TTableRange::Streamer", "version id <=0 in ClassDef, dummy Streamer() called"); if (R__b.IsReading()) { }
06692 }
06693 
06694 //______________________________________________________________________________
06695 void TTableRange::ShowMembers(TMemberInspector &R__insp)
06696 {
06697       // Inspect the data members of an object of class TTableRange.
06698       TClass *R__cl = ::TTableRange::IsA();
06699       if (R__cl || R__insp.IsA()) { }
06700       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXtl", &fXtl);
06701       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYtl", &fYtl);
06702       R__insp.Inspect(R__cl, R__insp.GetParent(), "fXbr", &fXbr);
06703       R__insp.Inspect(R__cl, R__insp.GetParent(), "fYbr", &fYbr);
06704 }
06705 
06706 namespace ROOT {
06707    // Wrappers around operator new
06708    static void *new_TTableRange(void *p) {
06709       return  p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TTableRange : new ::TTableRange;
06710    }
06711    static void *newArray_TTableRange(Long_t nElements, void *p) {
06712       return p ? ::new((::ROOT::TOperatorNewHelper*)p) ::TTableRange[nElements] : new ::TTableRange[nElements];
06713    }
06714    // Wrapper around operator delete
06715    static void delete_TTableRange(void *p) {
06716       delete ((::TTableRange*)p);
06717    }
06718    static void deleteArray_TTableRange(void *p) {
06719       delete [] ((::TTableRange*)p);
06720    }
06721    static void destruct_TTableRange(void *p) {
06722       typedef ::TTableRange current_t;
06723       ((current_t*)p)->~current_t();
06724    }
06725    // Wrapper around a custom streamer member function.
06726    static void streamer_TTableRange(TBuffer &buf, void *obj) {
06727       ((::TTableRange*)obj)->::TTableRange::Streamer(buf);
06728    }
06729 } // end of namespace ROOT for class ::TTableRange
06730 
06731 //______________________________________________________________________________
06732 void TGTableFrame::Streamer(TBuffer &R__b)
06733 {
06734    // Stream an object of class TGTableFrame.
06735 
06736    TQObject::Streamer(R__b);
06737 }
06738 
06739 //______________________________________________________________________________
06740 void TGTableFrame::ShowMembers(TMemberInspector &R__insp)
06741 {
06742       // Inspect the data members of an object of class TGTableFrame.
06743       TClass *R__cl = ::TGTableFrame::IsA();
06744       if (R__cl || R__insp.IsA()) { }
06745       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrame", &fFrame);
06746       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvas", &fCanvas);
06747       TQObject::ShowMembers(R__insp);
06748 }
06749 
06750 namespace ROOT {
06751    // Wrapper around operator delete
06752    static void delete_TGTableFrame(void *p) {
06753       delete ((::TGTableFrame*)p);
06754    }
06755    static void deleteArray_TGTableFrame(void *p) {
06756       delete [] ((::TGTableFrame*)p);
06757    }
06758    static void destruct_TGTableFrame(void *p) {
06759       typedef ::TGTableFrame current_t;
06760       ((current_t*)p)->~current_t();
06761    }
06762    // Wrapper around a custom streamer member function.
06763    static void streamer_TGTableFrame(TBuffer &buf, void *obj) {
06764       ((::TGTableFrame*)obj)->::TGTableFrame::Streamer(buf);
06765    }
06766 } // end of namespace ROOT for class ::TGTableFrame
06767 
06768 //______________________________________________________________________________
06769 void TGSimpleTable::Streamer(TBuffer &R__b)
06770 {
06771    // Stream an object of class TGSimpleTable.
06772 
06773    TGTable::Streamer(R__b);
06774 }
06775 
06776 //______________________________________________________________________________
06777 void TGSimpleTable::ShowMembers(TMemberInspector &R__insp)
06778 {
06779       // Inspect the data members of an object of class TGSimpleTable.
06780       TClass *R__cl = ::TGSimpleTable::IsA();
06781       if (R__cl || R__insp.IsA()) { }
06782       TGTable::ShowMembers(R__insp);
06783 }
06784 
06785 namespace ROOT {
06786    // Wrapper around operator delete
06787    static void delete_TGSimpleTable(void *p) {
06788       delete ((::TGSimpleTable*)p);
06789    }
06790    static void deleteArray_TGSimpleTable(void *p) {
06791       delete [] ((::TGSimpleTable*)p);
06792    }
06793    static void destruct_TGSimpleTable(void *p) {
06794       typedef ::TGSimpleTable current_t;
06795       ((current_t*)p)->~current_t();
06796    }
06797    // Wrapper around a custom streamer member function.
06798    static void streamer_TGSimpleTable(TBuffer &buf, void *obj) {
06799       ((::TGSimpleTable*)obj)->::TGSimpleTable::Streamer(buf);
06800    }
06801 } // end of namespace ROOT for class ::TGSimpleTable
06802 
06803 //______________________________________________________________________________
06804 void TGTableHeaderFrame::Streamer(TBuffer &R__b)
06805 {
06806    // Stream an object of class TGTableHeaderFrame.
06807 
06808    TGCompositeFrame::Streamer(R__b);
06809 }
06810 
06811 //______________________________________________________________________________
06812 void TGTableHeaderFrame::ShowMembers(TMemberInspector &R__insp)
06813 {
06814       // Inspect the data members of an object of class TGTableHeaderFrame.
06815       TClass *R__cl = ::TGTableHeaderFrame::IsA();
06816       if (R__cl || R__insp.IsA()) { }
06817       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX0", &fX0);
06818       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY0", &fY0);
06819       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTable", &fTable);
06820       TGCompositeFrame::ShowMembers(R__insp);
06821 }
06822 
06823 namespace ROOT {
06824    // Wrapper around operator delete
06825    static void delete_TGTableHeaderFrame(void *p) {
06826       delete ((::TGTableHeaderFrame*)p);
06827    }
06828    static void deleteArray_TGTableHeaderFrame(void *p) {
06829       delete [] ((::TGTableHeaderFrame*)p);
06830    }
06831    static void destruct_TGTableHeaderFrame(void *p) {
06832       typedef ::TGTableHeaderFrame current_t;
06833       ((current_t*)p)->~current_t();
06834    }
06835    // Wrapper around a custom streamer member function.
06836    static void streamer_TGTableHeaderFrame(TBuffer &buf, void *obj) {
06837       ((::TGTableHeaderFrame*)obj)->::TGTableHeaderFrame::Streamer(buf);
06838    }
06839 } // end of namespace ROOT for class ::TGTableHeaderFrame
06840 
06841 //______________________________________________________________________________
06842 void TGSimpleTableInterface::Streamer(TBuffer &R__b)
06843 {
06844    // Stream an object of class TGSimpleTableInterface.
06845 
06846    TVirtualTableInterface::Streamer(R__b);
06847 }
06848 
06849 //______________________________________________________________________________
06850 void TGSimpleTableInterface::ShowMembers(TMemberInspector &R__insp)
06851 {
06852       // Inspect the data members of an object of class TGSimpleTableInterface.
06853       TClass *R__cl = ::TGSimpleTableInterface::IsA();
06854       if (R__cl || R__insp.IsA()) { }
06855       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fData", &fData);
06856       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNRows", &fNRows);
06857       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNColumns", &fNColumns);
06858       TVirtualTableInterface::ShowMembers(R__insp);
06859 }
06860 
06861 namespace ROOT {
06862    // Wrapper around operator delete
06863    static void delete_TGSimpleTableInterface(void *p) {
06864       delete ((::TGSimpleTableInterface*)p);
06865    }
06866    static void deleteArray_TGSimpleTableInterface(void *p) {
06867       delete [] ((::TGSimpleTableInterface*)p);
06868    }
06869    static void destruct_TGSimpleTableInterface(void *p) {
06870       typedef ::TGSimpleTableInterface current_t;
06871       ((current_t*)p)->~current_t();
06872    }
06873    // Wrapper around a custom streamer member function.
06874    static void streamer_TGSimpleTableInterface(TBuffer &buf, void *obj) {
06875       ((::TGSimpleTableInterface*)obj)->::TGSimpleTableInterface::Streamer(buf);
06876    }
06877 } // end of namespace ROOT for class ::TGSimpleTableInterface
06878 
06879 //______________________________________________________________________________
06880 void TGCommandPlugin::Streamer(TBuffer &R__b)
06881 {
06882    // Stream an object of class TGCommandPlugin.
06883 
06884    TGMainFrame::Streamer(R__b);
06885 }
06886 
06887 //______________________________________________________________________________
06888 void TGCommandPlugin::ShowMembers(TMemberInspector &R__insp)
06889 {
06890       // Inspect the data members of an object of class TGCommandPlugin.
06891       TClass *R__cl = ::TGCommandPlugin::IsA();
06892       if (R__cl || R__insp.IsA()) { }
06893       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPid", &fPid);
06894       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHf", &fHf);
06895       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLabel", &fLabel);
06896       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fComboCmd", &fComboCmd);
06897       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCommand", &fCommand);
06898       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCommandBuf", &fCommandBuf);
06899       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatus", &fStatus);
06900       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTimer", &fTimer);
06901       TGMainFrame::ShowMembers(R__insp);
06902 }
06903 
06904 namespace ROOT {
06905    // Wrapper around operator delete
06906    static void delete_TGCommandPlugin(void *p) {
06907       delete ((::TGCommandPlugin*)p);
06908    }
06909    static void deleteArray_TGCommandPlugin(void *p) {
06910       delete [] ((::TGCommandPlugin*)p);
06911    }
06912    static void destruct_TGCommandPlugin(void *p) {
06913       typedef ::TGCommandPlugin current_t;
06914       ((current_t*)p)->~current_t();
06915    }
06916    // Wrapper around a custom streamer member function.
06917    static void streamer_TGCommandPlugin(TBuffer &buf, void *obj) {
06918       ((::TGCommandPlugin*)obj)->::TGCommandPlugin::Streamer(buf);
06919    }
06920 } // end of namespace ROOT for class ::TGCommandPlugin
06921 
06922 //______________________________________________________________________________
06923 void TGFileBrowser::Streamer(TBuffer &R__b)
06924 {
06925    // Stream an object of class TGFileBrowser.
06926 
06927    TGMainFrame::Streamer(R__b);
06928    TBrowserImp::Streamer(R__b);
06929 }
06930 
06931 //______________________________________________________________________________
06932 void TGFileBrowser::ShowMembers(TMemberInspector &R__insp)
06933 {
06934       // Inspect the data members of an object of class TGFileBrowser.
06935       TClass *R__cl = ::TGFileBrowser::IsA();
06936       if (R__cl || R__insp.IsA()) { }
06937       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fNewBrowser", &fNewBrowser);
06938       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTopFrame", &fTopFrame);
06939       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBotFrame", &fBotFrame);
06940       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCanvas", &fCanvas);
06941       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fListTree", &fListTree);
06942       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fListLevel", &fListLevel);
06943       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCurrentDir", &fCurrentDir);
06944       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRootDir", &fRootDir);
06945       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDrawOption", &fDrawOption);
06946       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileType", &fFileType);
06947       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContextMenu", &fContextMenu);
06948       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSortButton", &fSortButton);
06949       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRefreshButton", &fRefreshButton);
06950       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fRootIcon", &fRootIcon);
06951       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFileIcon", &fFileIcon);
06952       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fCachedPic", &fCachedPic);
06953       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCachedPicName", &fCachedPicName);
06954       R__insp.InspectMember(fCachedPicName, "fCachedPicName.");
06955       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFilter", &fFilter);
06956       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDir", &fDir);
06957       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFile", &fFile);
06958       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGroupSize", &fGroupSize);
06959       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNKeys", &fNKeys);
06960       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCnt", &fCnt);
06961       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGrouped", &fGrouped);
06962       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowHidden", &fShowHidden);
06963       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDblClick", &fDblClick);
06964       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSortedItems", (void*)&fSortedItems);
06965       R__insp.InspectMember("TGFileBrowser::sLTI_t", (void*)&fSortedItems, "fSortedItems.", false);
06966       TGMainFrame::ShowMembers(R__insp);
06967       TBrowserImp::ShowMembers(R__insp);
06968 }
06969 
06970 namespace ROOT {
06971    // Wrapper around operator delete
06972    static void delete_TGFileBrowser(void *p) {
06973       delete ((::TGFileBrowser*)p);
06974    }
06975    static void deleteArray_TGFileBrowser(void *p) {
06976       delete [] ((::TGFileBrowser*)p);
06977    }
06978    static void destruct_TGFileBrowser(void *p) {
06979       typedef ::TGFileBrowser current_t;
06980       ((current_t*)p)->~current_t();
06981    }
06982    // Wrapper around a custom streamer member function.
06983    static void streamer_TGFileBrowser(TBuffer &buf, void *obj) {
06984       ((::TGFileBrowser*)obj)->::TGFileBrowser::Streamer(buf);
06985    }
06986 } // end of namespace ROOT for class ::TGFileBrowser
06987 
06988 //______________________________________________________________________________
06989 void TBrowserPlugin::Streamer(TBuffer &R__b)
06990 {
06991    // Stream an object of class TBrowserPlugin.
06992 
06993    TNamed::Streamer(R__b);
06994 }
06995 
06996 //______________________________________________________________________________
06997 void TBrowserPlugin::ShowMembers(TMemberInspector &R__insp)
06998 {
06999       // Inspect the data members of an object of class TBrowserPlugin.
07000       TClass *R__cl = ::TBrowserPlugin::IsA();
07001       if (R__cl || R__insp.IsA()) { }
07002       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTab", &fTab);
07003       R__insp.Inspect(R__cl, R__insp.GetParent(), "fSubTab", &fSubTab);
07004       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCommand", &fCommand);
07005       R__insp.InspectMember(fCommand, "fCommand.");
07006       TNamed::ShowMembers(R__insp);
07007 }
07008 
07009 namespace ROOT {
07010    // Wrapper around operator delete
07011    static void delete_TBrowserPlugin(void *p) {
07012       delete ((::TBrowserPlugin*)p);
07013    }
07014    static void deleteArray_TBrowserPlugin(void *p) {
07015       delete [] ((::TBrowserPlugin*)p);
07016    }
07017    static void destruct_TBrowserPlugin(void *p) {
07018       typedef ::TBrowserPlugin current_t;
07019       ((current_t*)p)->~current_t();
07020    }
07021    // Wrapper around a custom streamer member function.
07022    static void streamer_TBrowserPlugin(TBuffer &buf, void *obj) {
07023       ((::TBrowserPlugin*)obj)->::TBrowserPlugin::Streamer(buf);
07024    }
07025 } // end of namespace ROOT for class ::TBrowserPlugin
07026 
07027 //______________________________________________________________________________
07028 void TRootBrowser::Streamer(TBuffer &R__b)
07029 {
07030    // Stream an object of class TRootBrowser.
07031 
07032    TGMainFrame::Streamer(R__b);
07033    TBrowserImp::Streamer(R__b);
07034 }
07035 
07036 //______________________________________________________________________________
07037 void TRootBrowser::ShowMembers(TMemberInspector &R__insp)
07038 {
07039       // Inspect the data members of an object of class TRootBrowser.
07040       TClass *R__cl = ::TRootBrowser::IsA();
07041       if (R__cl || R__insp.IsA()) { }
07042       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLH0", &fLH0);
07043       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLH1", &fLH1);
07044       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLH2", &fLH2);
07045       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLH3", &fLH3);
07046       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLH4", &fLH4);
07047       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLH5", &fLH5);
07048       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLH6", &fLH6);
07049       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fLH7", &fLH7);
07050       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTabLeft", &fTabLeft);
07051       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTabRight", &fTabRight);
07052       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTabBottom", &fTabBottom);
07053       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEditTab", &fEditTab);
07054       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEditPos", &fEditPos);
07055       R__insp.Inspect(R__cl, R__insp.GetParent(), "fEditSubPos", &fEditSubPos);
07056       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVf", &fVf);
07057       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHf", &fHf);
07058       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fH1", &fH1);
07059       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fH2", &fH2);
07060       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV1", &fV1);
07061       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fV2", &fV2);
07062       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVSplitter", &fVSplitter);
07063       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHSplitter", &fHSplitter);
07064       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fEditFrame", &fEditFrame);
07065       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fTopMenuFrame", &fTopMenuFrame);
07066       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPreMenuFrame", &fPreMenuFrame);
07067       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFrame", &fMenuFrame);
07068       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fToolbarFrame", &fToolbarFrame);
07069       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuBar", &fMenuBar);
07070       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuFile", &fMenuFile);
07071       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuExecPlugin", &fMenuExecPlugin);
07072       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMenuHelp", &fMenuHelp);
07073       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fActMenuBar", &fActMenuBar);
07074       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fActBrowser", &fActBrowser);
07075       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBrowsers", &fBrowsers);
07076       R__insp.InspectMember(fBrowsers, "fBrowsers.");
07077       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPlugins", &fPlugins);
07078       R__insp.InspectMember(fPlugins, "fPlugins.");
07079       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fStatusBar", &fStatusBar);
07080       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbInitPlugins", &fNbInitPlugins);
07081       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNbTab[3]", fNbTab);
07082       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCrTab[3]", fCrTab);
07083       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPid", &fPid);
07084       R__insp.Inspect(R__cl, R__insp.GetParent(), "fShowCloseTab", &fShowCloseTab);
07085       TGMainFrame::ShowMembers(R__insp);
07086       TBrowserImp::ShowMembers(R__insp);
07087 }
07088 
07089 namespace ROOT {
07090    // Wrappers around operator new
07091    static void *new_TRootBrowser(void *p) {
07092       return  p ? new(p) ::TRootBrowser : new ::TRootBrowser;
07093    }
07094    static void *newArray_TRootBrowser(Long_t nElements, void *p) {
07095       return p ? new(p) ::TRootBrowser[nElements] : new ::TRootBrowser[nElements];
07096    }
07097    // Wrapper around operator delete
07098    static void delete_TRootBrowser(void *p) {
07099       delete ((::TRootBrowser*)p);
07100    }
07101    static void deleteArray_TRootBrowser(void *p) {
07102       delete [] ((::TRootBrowser*)p);
07103    }
07104    static void destruct_TRootBrowser(void *p) {
07105       typedef ::TRootBrowser current_t;
07106       ((current_t*)p)->~current_t();
07107    }
07108    // Wrapper around a custom streamer member function.
07109    static void streamer_TRootBrowser(TBuffer &buf, void *obj) {
07110       ((::TRootBrowser*)obj)->::TRootBrowser::Streamer(buf);
07111    }
07112 } // end of namespace ROOT for class ::TRootBrowser
07113 
07114 //______________________________________________________________________________
07115 void TGSplitFrame::Streamer(TBuffer &R__b)
07116 {
07117    // Stream an object of class TGSplitFrame.
07118 
07119    TGCompositeFrame::Streamer(R__b);
07120 }
07121 
07122 //______________________________________________________________________________
07123 void TGSplitFrame::ShowMembers(TMemberInspector &R__insp)
07124 {
07125       // Inspect the data members of an object of class TGSplitFrame.
07126       TClass *R__cl = ::TGSplitFrame::IsA();
07127       if (R__cl || R__insp.IsA()) { }
07128       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFrame", &fFrame);
07129       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fUndocked", &fUndocked);
07130       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSplitter", &fSplitter);
07131       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFirst", &fFirst);
07132       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSecond", &fSecond);
07133       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSplitTool", &fSplitTool);
07134       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWRatio", &fWRatio);
07135       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHRatio", &fHRatio);
07136       TGCompositeFrame::ShowMembers(R__insp);
07137 }
07138 
07139 namespace ROOT {
07140    // Wrappers around operator new
07141    static void *new_TGSplitFrame(void *p) {
07142       return  p ? new(p) ::TGSplitFrame : new ::TGSplitFrame;
07143    }
07144    static void *newArray_TGSplitFrame(Long_t nElements, void *p) {
07145       return p ? new(p) ::TGSplitFrame[nElements] : new ::TGSplitFrame[nElements];
07146    }
07147    // Wrapper around operator delete
07148    static void delete_TGSplitFrame(void *p) {
07149       delete ((::TGSplitFrame*)p);
07150    }
07151    static void deleteArray_TGSplitFrame(void *p) {
07152       delete [] ((::TGSplitFrame*)p);
07153    }
07154    static void destruct_TGSplitFrame(void *p) {
07155       typedef ::TGSplitFrame current_t;
07156       ((current_t*)p)->~current_t();
07157    }
07158    // Wrapper around a custom streamer member function.
07159    static void streamer_TGSplitFrame(TBuffer &buf, void *obj) {
07160       ((::TGSplitFrame*)obj)->::TGSplitFrame::Streamer(buf);
07161    }
07162 } // end of namespace ROOT for class ::TGSplitFrame
07163 
07164 //______________________________________________________________________________
07165 void TGSplitTool::Streamer(TBuffer &R__b)
07166 {
07167    // Stream an object of class TGSplitTool.
07168 
07169    TGCompositeFrame::Streamer(R__b);
07170 }
07171 
07172 //______________________________________________________________________________
07173 void TGSplitTool::ShowMembers(TMemberInspector &R__insp)
07174 {
07175       // Inspect the data members of an object of class TGSplitTool.
07176       TClass *R__cl = ::TGSplitTool::IsA();
07177       if (R__cl || R__insp.IsA()) { }
07178       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWindow", &fWindow);
07179       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRectGC", &fRectGC);
07180       R__insp.InspectMember(fRectGC, "fRectGC.");
07181       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMap", &fMap);
07182       R__insp.InspectMember(fMap, "fMap.");
07183       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fContextMenu", &fContextMenu);
07184       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX", &fX);
07185       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY", &fY);
07186       TGCompositeFrame::ShowMembers(R__insp);
07187 }
07188 
07189 namespace ROOT {
07190    // Wrappers around operator new
07191    static void *new_TGSplitTool(void *p) {
07192       return  p ? new(p) ::TGSplitTool : new ::TGSplitTool;
07193    }
07194    static void *newArray_TGSplitTool(Long_t nElements, void *p) {
07195       return p ? new(p) ::TGSplitTool[nElements] : new ::TGSplitTool[nElements];
07196    }
07197    // Wrapper around operator delete
07198    static void delete_TGSplitTool(void *p) {
07199       delete ((::TGSplitTool*)p);
07200    }
07201    static void deleteArray_TGSplitTool(void *p) {
07202       delete [] ((::TGSplitTool*)p);
07203    }
07204    static void destruct_TGSplitTool(void *p) {
07205       typedef ::TGSplitTool current_t;
07206       ((current_t*)p)->~current_t();
07207    }
07208    // Wrapper around a custom streamer member function.
07209    static void streamer_TGSplitTool(TBuffer &buf, void *obj) {
07210       ((::TGSplitTool*)obj)->::TGSplitTool::Streamer(buf);
07211    }
07212 } // end of namespace ROOT for class ::TGSplitTool
07213 
07214 //______________________________________________________________________________
07215 void TGRectMap::Streamer(TBuffer &R__b)
07216 {
07217    // Stream an object of class TGRectMap.
07218 
07219    TObject::Streamer(R__b);
07220 }
07221 
07222 //______________________________________________________________________________
07223 void TGRectMap::ShowMembers(TMemberInspector &R__insp)
07224 {
07225       // Inspect the data members of an object of class TGRectMap.
07226       TClass *R__cl = ::TGRectMap::IsA();
07227       if (R__cl || R__insp.IsA()) { }
07228       R__insp.Inspect(R__cl, R__insp.GetParent(), "fX", &fX);
07229       R__insp.Inspect(R__cl, R__insp.GetParent(), "fY", &fY);
07230       R__insp.Inspect(R__cl, R__insp.GetParent(), "fW", &fW);
07231       R__insp.Inspect(R__cl, R__insp.GetParent(), "fH", &fH);
07232       TObject::ShowMembers(R__insp);
07233 }
07234 
07235 namespace ROOT {
07236    // Wrapper around operator delete
07237    static void delete_TGRectMap(void *p) {
07238       delete ((::TGRectMap*)p);
07239    }
07240    static void deleteArray_TGRectMap(void *p) {
07241       delete [] ((::TGRectMap*)p);
07242    }
07243    static void destruct_TGRectMap(void *p) {
07244       typedef ::TGRectMap current_t;
07245       ((current_t*)p)->~current_t();
07246    }
07247    // Wrapper around a custom streamer member function.
07248    static void streamer_TGRectMap(TBuffer &buf, void *obj) {
07249       ((::TGRectMap*)obj)->::TGRectMap::Streamer(buf);
07250    }
07251 } // end of namespace ROOT for class ::TGRectMap
07252 
07253 //______________________________________________________________________________
07254 void TGShapedFrame::Streamer(TBuffer &R__b)
07255 {
07256    // Stream an object of class TGShapedFrame.
07257 
07258    TGCompositeFrame::Streamer(R__b);
07259 }
07260 
07261 //______________________________________________________________________________
07262 void TGShapedFrame::ShowMembers(TMemberInspector &R__insp)
07263 {
07264       // Inspect the data members of an object of class TGShapedFrame.
07265       TClass *R__cl = ::TGShapedFrame::IsA();
07266       if (R__cl || R__insp.IsA()) { }
07267       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBgnd", &fBgnd);
07268       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fImage", &fImage);
07269       TGCompositeFrame::ShowMembers(R__insp);
07270 }
07271 
07272 namespace ROOT {
07273    // Wrappers around operator new
07274    static void *new_TGShapedFrame(void *p) {
07275       return  p ? new(p) ::TGShapedFrame : new ::TGShapedFrame;
07276    }
07277    static void *newArray_TGShapedFrame(Long_t nElements, void *p) {
07278       return p ? new(p) ::TGShapedFrame[nElements] : new ::TGShapedFrame[nElements];
07279    }
07280    // Wrapper around operator delete
07281    static void delete_TGShapedFrame(void *p) {
07282       delete ((::TGShapedFrame*)p);
07283    }
07284    static void deleteArray_TGShapedFrame(void *p) {
07285       delete [] ((::TGShapedFrame*)p);
07286    }
07287    static void destruct_TGShapedFrame(void *p) {
07288       typedef ::TGShapedFrame current_t;
07289       ((current_t*)p)->~current_t();
07290    }
07291    // Wrapper around a custom streamer member function.
07292    static void streamer_TGShapedFrame(TBuffer &buf, void *obj) {
07293       ((::TGShapedFrame*)obj)->::TGShapedFrame::Streamer(buf);
07294    }
07295 } // end of namespace ROOT for class ::TGShapedFrame
07296 
07297 //______________________________________________________________________________
07298 void TGEventHandler::Streamer(TBuffer &R__b)
07299 {
07300    // Stream an object of class TGEventHandler.
07301 
07302    TNamed::Streamer(R__b);
07303    TQObject::Streamer(R__b);
07304 }
07305 
07306 //______________________________________________________________________________
07307 void TGEventHandler::ShowMembers(TMemberInspector &R__insp)
07308 {
07309       // Inspect the data members of an object of class TGEventHandler.
07310       TClass *R__cl = ::TGEventHandler::IsA();
07311       if (R__cl || R__insp.IsA()) { }
07312       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsActive", &fIsActive);
07313       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWindow", &fWindow);
07314       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fObject", &fObject);
07315       TNamed::ShowMembers(R__insp);
07316       TQObject::ShowMembers(R__insp);
07317 }
07318 
07319 namespace ROOT {
07320    // Wrapper around operator delete
07321    static void delete_TGEventHandler(void *p) {
07322       delete ((::TGEventHandler*)p);
07323    }
07324    static void deleteArray_TGEventHandler(void *p) {
07325       delete [] ((::TGEventHandler*)p);
07326    }
07327    static void destruct_TGEventHandler(void *p) {
07328       typedef ::TGEventHandler current_t;
07329       ((current_t*)p)->~current_t();
07330    }
07331    // Wrapper around a custom streamer member function.
07332    static void streamer_TGEventHandler(TBuffer &buf, void *obj) {
07333       ((::TGEventHandler*)obj)->::TGEventHandler::Streamer(buf);
07334    }
07335 } // end of namespace ROOT for class ::TGEventHandler
07336 
07337 /********************************************************
07338 * gui/gui/src/G__Gui3.cxx
07339 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
07340 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
07341 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
07342 ********************************************************/
07343 
07344 #ifdef G__MEMTEST
07345 #undef malloc
07346 #undef free
07347 #endif
07348 
07349 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
07350 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
07351 #endif
07352 
07353 extern "C" void G__cpp_reset_tagtableG__Gui3();
07354 
07355 extern "C" void G__set_cpp_environmentG__Gui3() {
07356   G__add_compiledheader("TObject.h");
07357   G__add_compiledheader("TMemberInspector.h");
07358   G__add_compiledheader("TRootGuiFactory.h");
07359   G__add_compiledheader("TRootApplication.h");
07360   G__add_compiledheader("TRootCanvas.h");
07361   G__add_compiledheader("TRootBrowserLite.h");
07362   G__add_compiledheader("TRootContextMenu.h");
07363   G__add_compiledheader("TRootDialog.h");
07364   G__add_compiledheader("TRootControlBar.h");
07365   G__add_compiledheader("TRootHelpDialog.h");
07366   G__add_compiledheader("TRootEmbeddedCanvas.h");
07367   G__add_compiledheader("TGColorDialog.h");
07368   G__add_compiledheader("TGColorSelect.h");
07369   G__add_compiledheader("TGFontDialog.h");
07370   G__add_compiledheader("TGDockableFrame.h");
07371   G__add_compiledheader("TGMdi.h");
07372   G__add_compiledheader("TGMdiFrame.h");
07373   G__add_compiledheader("TGMdiMainFrame.h");
07374   G__add_compiledheader("TGMdiDecorFrame.h");
07375   G__add_compiledheader("TGMdiMenu.h");
07376   G__add_compiledheader("TVirtualDragManager.h");
07377   G__add_compiledheader("TGuiBuilder.h");
07378   G__add_compiledheader("TGRedirectOutputGuard.h");
07379   G__add_compiledheader("TGPasswdDialog.h");
07380   G__add_compiledheader("TGTextEditor.h");
07381   G__add_compiledheader("TGSpeedo.h");
07382   G__add_compiledheader("TGDNDManager.h");
07383   G__add_compiledheader("TGTable.h");
07384   G__add_compiledheader("TGSimpleTableInterface.h");
07385   G__add_compiledheader("TGSimpleTable.h");
07386   G__add_compiledheader("TGTableCell.h");
07387   G__add_compiledheader("TGTableHeader.h");
07388   G__add_compiledheader("TGTableContainer.h");
07389   G__add_compiledheader("TGTextEditor.h");
07390   G__add_compiledheader("TGSpeedo.h");
07391   G__add_compiledheader("TGDNDManager.h");
07392   G__add_compiledheader("TGCommandPlugin.h");
07393   G__add_compiledheader("TGFileBrowser.h");
07394   G__add_compiledheader("TRootBrowser.h");
07395   G__add_compiledheader("TGSplitFrame.h");
07396   G__add_compiledheader("TGShapedFrame.h");
07397   G__add_compiledheader("TGEventHandler.h");
07398   G__cpp_reset_tagtableG__Gui3();
07399 }
07400 #include <new>
07401 extern "C" int G__cpp_dllrevG__Gui3() { return(30051515); }
07402 
07403 /*********************************************************
07404 * Member function Interface Method
07405 *********************************************************/
07406 
07407 /* TRootGuiFactory */
07408 static int G__G__Gui3_120_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07409 {
07410    TRootGuiFactory* p = NULL;
07411    char* gvp = (char*) G__getgvp();
07412    switch (libp->paran) {
07413    case 2:
07414      //m: 2
07415      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07416        p = new TRootGuiFactory((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
07417      } else {
07418        p = new((void*) gvp) TRootGuiFactory((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
07419      }
07420      break;
07421    case 1:
07422      //m: 1
07423      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07424        p = new TRootGuiFactory((const char*) G__int(libp->para[0]));
07425      } else {
07426        p = new((void*) gvp) TRootGuiFactory((const char*) G__int(libp->para[0]));
07427      }
07428      break;
07429    case 0:
07430      int n = G__getaryconstruct();
07431      if (n) {
07432        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07433          p = new TRootGuiFactory[n];
07434        } else {
07435          p = new((void*) gvp) TRootGuiFactory[n];
07436        }
07437      } else {
07438        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07439          p = new TRootGuiFactory;
07440        } else {
07441          p = new((void*) gvp) TRootGuiFactory;
07442        }
07443      }
07444      break;
07445    }
07446    result7->obj.i = (long) p;
07447    result7->ref = (long) p;
07448    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory));
07449    return(1 || funcname || hash || result7 || libp) ;
07450 }
07451 
07452 static int G__G__Gui3_120_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07453 {
07454       G__letint(result7, 85, (long) TRootGuiFactory::Class());
07455    return(1 || funcname || hash || result7 || libp) ;
07456 }
07457 
07458 static int G__G__Gui3_120_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07459 {
07460       G__letint(result7, 67, (long) TRootGuiFactory::Class_Name());
07461    return(1 || funcname || hash || result7 || libp) ;
07462 }
07463 
07464 static int G__G__Gui3_120_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07465 {
07466       G__letint(result7, 115, (long) TRootGuiFactory::Class_Version());
07467    return(1 || funcname || hash || result7 || libp) ;
07468 }
07469 
07470 static int G__G__Gui3_120_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07471 {
07472       TRootGuiFactory::Dictionary();
07473       G__setnull(result7);
07474    return(1 || funcname || hash || result7 || libp) ;
07475 }
07476 
07477 static int G__G__Gui3_120_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07478 {
07479       ((TRootGuiFactory*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
07480       G__setnull(result7);
07481    return(1 || funcname || hash || result7 || libp) ;
07482 }
07483 
07484 static int G__G__Gui3_120_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07485 {
07486       G__letint(result7, 67, (long) TRootGuiFactory::DeclFileName());
07487    return(1 || funcname || hash || result7 || libp) ;
07488 }
07489 
07490 static int G__G__Gui3_120_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07491 {
07492       G__letint(result7, 105, (long) TRootGuiFactory::ImplFileLine());
07493    return(1 || funcname || hash || result7 || libp) ;
07494 }
07495 
07496 static int G__G__Gui3_120_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07497 {
07498       G__letint(result7, 67, (long) TRootGuiFactory::ImplFileName());
07499    return(1 || funcname || hash || result7 || libp) ;
07500 }
07501 
07502 static int G__G__Gui3_120_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07503 {
07504       G__letint(result7, 105, (long) TRootGuiFactory::DeclFileLine());
07505    return(1 || funcname || hash || result7 || libp) ;
07506 }
07507 
07508 // automatic copy constructor
07509 static int G__G__Gui3_120_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07510 
07511 {
07512    TRootGuiFactory* p;
07513    void* tmp = (void*) G__int(libp->para[0]);
07514    p = new TRootGuiFactory(*(TRootGuiFactory*) tmp);
07515    result7->obj.i = (long) p;
07516    result7->ref = (long) p;
07517    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory));
07518    return(1 || funcname || hash || result7 || libp) ;
07519 }
07520 
07521 // automatic destructor
07522 typedef TRootGuiFactory G__TTRootGuiFactory;
07523 static int G__G__Gui3_120_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07524 {
07525    char* gvp = (char*) G__getgvp();
07526    long soff = G__getstructoffset();
07527    int n = G__getaryconstruct();
07528    //
07529    //has_a_delete: 1
07530    //has_own_delete1arg: 0
07531    //has_own_delete2arg: 0
07532    //
07533    if (!soff) {
07534      return(1);
07535    }
07536    if (n) {
07537      if (gvp == (char*)G__PVOID) {
07538        delete[] (TRootGuiFactory*) soff;
07539      } else {
07540        G__setgvp((long) G__PVOID);
07541        for (int i = n - 1; i >= 0; --i) {
07542          ((TRootGuiFactory*) (soff+(sizeof(TRootGuiFactory)*i)))->~G__TTRootGuiFactory();
07543        }
07544        G__setgvp((long)gvp);
07545      }
07546    } else {
07547      if (gvp == (char*)G__PVOID) {
07548        delete (TRootGuiFactory*) soff;
07549      } else {
07550        G__setgvp((long) G__PVOID);
07551        ((TRootGuiFactory*) (soff))->~G__TTRootGuiFactory();
07552        G__setgvp((long)gvp);
07553      }
07554    }
07555    G__setnull(result7);
07556    return(1 || funcname || hash || result7 || libp) ;
07557 }
07558 
07559 // automatic assignment operator
07560 static int G__G__Gui3_120_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07561 {
07562    TRootGuiFactory* dest = (TRootGuiFactory*) G__getstructoffset();
07563    *dest = *(TRootGuiFactory*) libp->para[0].ref;
07564    const TRootGuiFactory& obj = *dest;
07565    result7->ref = (long) (&obj);
07566    result7->obj.i = (long) (&obj);
07567    return(1 || funcname || hash || result7 || libp) ;
07568 }
07569 
07570 
07571 /* TRootApplication */
07572 static int G__G__Gui3_123_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07573 {
07574    TRootApplication* p = NULL;
07575    char* gvp = (char*) G__getgvp();
07576    //m: 3
07577    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07578      p = new TRootApplication(
07579 (const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
07580 , (char**) G__int(libp->para[2]));
07581    } else {
07582      p = new((void*) gvp) TRootApplication(
07583 (const char*) G__int(libp->para[0]), (Int_t*) G__int(libp->para[1])
07584 , (char**) G__int(libp->para[2]));
07585    }
07586    result7->obj.i = (long) p;
07587    result7->ref = (long) p;
07588    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication));
07589    return(1 || funcname || hash || result7 || libp) ;
07590 }
07591 
07592 static int G__G__Gui3_123_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07593 {
07594       G__letint(result7, 85, (long) ((const TRootApplication*) G__getstructoffset())->Client());
07595    return(1 || funcname || hash || result7 || libp) ;
07596 }
07597 
07598 static int G__G__Gui3_123_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07599 {
07600       G__letint(result7, 85, (long) TRootApplication::Class());
07601    return(1 || funcname || hash || result7 || libp) ;
07602 }
07603 
07604 static int G__G__Gui3_123_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07605 {
07606       G__letint(result7, 67, (long) TRootApplication::Class_Name());
07607    return(1 || funcname || hash || result7 || libp) ;
07608 }
07609 
07610 static int G__G__Gui3_123_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07611 {
07612       G__letint(result7, 115, (long) TRootApplication::Class_Version());
07613    return(1 || funcname || hash || result7 || libp) ;
07614 }
07615 
07616 static int G__G__Gui3_123_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07617 {
07618       TRootApplication::Dictionary();
07619       G__setnull(result7);
07620    return(1 || funcname || hash || result7 || libp) ;
07621 }
07622 
07623 static int G__G__Gui3_123_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07624 {
07625       ((TRootApplication*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
07626       G__setnull(result7);
07627    return(1 || funcname || hash || result7 || libp) ;
07628 }
07629 
07630 static int G__G__Gui3_123_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07631 {
07632       G__letint(result7, 67, (long) TRootApplication::DeclFileName());
07633    return(1 || funcname || hash || result7 || libp) ;
07634 }
07635 
07636 static int G__G__Gui3_123_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07637 {
07638       G__letint(result7, 105, (long) TRootApplication::ImplFileLine());
07639    return(1 || funcname || hash || result7 || libp) ;
07640 }
07641 
07642 static int G__G__Gui3_123_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07643 {
07644       G__letint(result7, 67, (long) TRootApplication::ImplFileName());
07645    return(1 || funcname || hash || result7 || libp) ;
07646 }
07647 
07648 static int G__G__Gui3_123_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07649 {
07650       G__letint(result7, 105, (long) TRootApplication::DeclFileLine());
07651    return(1 || funcname || hash || result7 || libp) ;
07652 }
07653 
07654 // automatic copy constructor
07655 static int G__G__Gui3_123_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07656 
07657 {
07658    TRootApplication* p;
07659    void* tmp = (void*) G__int(libp->para[0]);
07660    p = new TRootApplication(*(TRootApplication*) tmp);
07661    result7->obj.i = (long) p;
07662    result7->ref = (long) p;
07663    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication));
07664    return(1 || funcname || hash || result7 || libp) ;
07665 }
07666 
07667 // automatic destructor
07668 typedef TRootApplication G__TTRootApplication;
07669 static int G__G__Gui3_123_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07670 {
07671    char* gvp = (char*) G__getgvp();
07672    long soff = G__getstructoffset();
07673    int n = G__getaryconstruct();
07674    //
07675    //has_a_delete: 0
07676    //has_own_delete1arg: 0
07677    //has_own_delete2arg: 0
07678    //
07679    if (!soff) {
07680      return(1);
07681    }
07682    if (n) {
07683      if (gvp == (char*)G__PVOID) {
07684        delete[] (TRootApplication*) soff;
07685      } else {
07686        G__setgvp((long) G__PVOID);
07687        for (int i = n - 1; i >= 0; --i) {
07688          ((TRootApplication*) (soff+(sizeof(TRootApplication)*i)))->~G__TTRootApplication();
07689        }
07690        G__setgvp((long)gvp);
07691      }
07692    } else {
07693      if (gvp == (char*)G__PVOID) {
07694        delete (TRootApplication*) soff;
07695      } else {
07696        G__setgvp((long) G__PVOID);
07697        ((TRootApplication*) (soff))->~G__TTRootApplication();
07698        G__setgvp((long)gvp);
07699      }
07700    }
07701    G__setnull(result7);
07702    return(1 || funcname || hash || result7 || libp) ;
07703 }
07704 
07705 // automatic assignment operator
07706 static int G__G__Gui3_123_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07707 {
07708    TRootApplication* dest = (TRootApplication*) G__getstructoffset();
07709    *dest = *(TRootApplication*) libp->para[0].ref;
07710    const TRootApplication& obj = *dest;
07711    result7->ref = (long) (&obj);
07712    result7->obj.i = (long) (&obj);
07713    return(1 || funcname || hash || result7 || libp) ;
07714 }
07715 
07716 
07717 /* TDNDData */
07718 static int G__G__Gui3_215_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07719 {
07720    TDNDData* p = NULL;
07721    char* gvp = (char*) G__getgvp();
07722    switch (libp->paran) {
07723    case 4:
07724      //m: 4
07725      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07726        p = new TDNDData(
07727 (Atom_t) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07728 , (Int_t) G__int(libp->para[2]), (Atom_t) G__int(libp->para[3]));
07729      } else {
07730        p = new((void*) gvp) TDNDData(
07731 (Atom_t) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07732 , (Int_t) G__int(libp->para[2]), (Atom_t) G__int(libp->para[3]));
07733      }
07734      break;
07735    case 3:
07736      //m: 3
07737      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07738        p = new TDNDData(
07739 (Atom_t) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07740 , (Int_t) G__int(libp->para[2]));
07741      } else {
07742        p = new((void*) gvp) TDNDData(
07743 (Atom_t) G__int(libp->para[0]), (void*) G__int(libp->para[1])
07744 , (Int_t) G__int(libp->para[2]));
07745      }
07746      break;
07747    case 2:
07748      //m: 2
07749      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07750        p = new TDNDData((Atom_t) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
07751      } else {
07752        p = new((void*) gvp) TDNDData((Atom_t) G__int(libp->para[0]), (void*) G__int(libp->para[1]));
07753      }
07754      break;
07755    case 1:
07756      //m: 1
07757      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07758        p = new TDNDData((Atom_t) G__int(libp->para[0]));
07759      } else {
07760        p = new((void*) gvp) TDNDData((Atom_t) G__int(libp->para[0]));
07761      }
07762      break;
07763    case 0:
07764      int n = G__getaryconstruct();
07765      if (n) {
07766        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07767          p = new TDNDData[n];
07768        } else {
07769          p = new((void*) gvp) TDNDData[n];
07770        }
07771      } else {
07772        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07773          p = new TDNDData;
07774        } else {
07775          p = new((void*) gvp) TDNDData;
07776        }
07777      }
07778      break;
07779    }
07780    result7->obj.i = (long) p;
07781    result7->ref = (long) p;
07782    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TDNDData));
07783    return(1 || funcname || hash || result7 || libp) ;
07784 }
07785 
07786 static int G__G__Gui3_215_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07787 {
07788       G__letint(result7, 85, (long) TDNDData::Class());
07789    return(1 || funcname || hash || result7 || libp) ;
07790 }
07791 
07792 static int G__G__Gui3_215_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07793 {
07794       G__letint(result7, 67, (long) TDNDData::Class_Name());
07795    return(1 || funcname || hash || result7 || libp) ;
07796 }
07797 
07798 static int G__G__Gui3_215_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07799 {
07800       G__letint(result7, 115, (long) TDNDData::Class_Version());
07801    return(1 || funcname || hash || result7 || libp) ;
07802 }
07803 
07804 static int G__G__Gui3_215_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07805 {
07806       TDNDData::Dictionary();
07807       G__setnull(result7);
07808    return(1 || funcname || hash || result7 || libp) ;
07809 }
07810 
07811 static int G__G__Gui3_215_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07812 {
07813       ((TDNDData*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
07814       G__setnull(result7);
07815    return(1 || funcname || hash || result7 || libp) ;
07816 }
07817 
07818 static int G__G__Gui3_215_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07819 {
07820       G__letint(result7, 67, (long) TDNDData::DeclFileName());
07821    return(1 || funcname || hash || result7 || libp) ;
07822 }
07823 
07824 static int G__G__Gui3_215_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07825 {
07826       G__letint(result7, 105, (long) TDNDData::ImplFileLine());
07827    return(1 || funcname || hash || result7 || libp) ;
07828 }
07829 
07830 static int G__G__Gui3_215_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07831 {
07832       G__letint(result7, 67, (long) TDNDData::ImplFileName());
07833    return(1 || funcname || hash || result7 || libp) ;
07834 }
07835 
07836 static int G__G__Gui3_215_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07837 {
07838       G__letint(result7, 105, (long) TDNDData::DeclFileLine());
07839    return(1 || funcname || hash || result7 || libp) ;
07840 }
07841 
07842 // automatic destructor
07843 typedef TDNDData G__TTDNDData;
07844 static int G__G__Gui3_215_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07845 {
07846    char* gvp = (char*) G__getgvp();
07847    long soff = G__getstructoffset();
07848    int n = G__getaryconstruct();
07849    //
07850    //has_a_delete: 1
07851    //has_own_delete1arg: 0
07852    //has_own_delete2arg: 0
07853    //
07854    if (!soff) {
07855      return(1);
07856    }
07857    if (n) {
07858      if (gvp == (char*)G__PVOID) {
07859        delete[] (TDNDData*) soff;
07860      } else {
07861        G__setgvp((long) G__PVOID);
07862        for (int i = n - 1; i >= 0; --i) {
07863          ((TDNDData*) (soff+(sizeof(TDNDData)*i)))->~G__TTDNDData();
07864        }
07865        G__setgvp((long)gvp);
07866      }
07867    } else {
07868      if (gvp == (char*)G__PVOID) {
07869        delete (TDNDData*) soff;
07870      } else {
07871        G__setgvp((long) G__PVOID);
07872        ((TDNDData*) (soff))->~G__TTDNDData();
07873        G__setgvp((long)gvp);
07874      }
07875    }
07876    G__setnull(result7);
07877    return(1 || funcname || hash || result7 || libp) ;
07878 }
07879 
07880 
07881 /* TGDockableFrame */
07882 static int G__G__Gui3_241_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07883 {
07884    TGDockableFrame* p = NULL;
07885    char* gvp = (char*) G__getgvp();
07886    switch (libp->paran) {
07887    case 3:
07888      //m: 3
07889      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07890        p = new TGDockableFrame(
07891 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
07892 , (UInt_t) G__int(libp->para[2]));
07893      } else {
07894        p = new((void*) gvp) TGDockableFrame(
07895 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
07896 , (UInt_t) G__int(libp->para[2]));
07897      }
07898      break;
07899    case 2:
07900      //m: 2
07901      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07902        p = new TGDockableFrame((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
07903      } else {
07904        p = new((void*) gvp) TGDockableFrame((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
07905      }
07906      break;
07907    case 1:
07908      //m: 1
07909      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07910        p = new TGDockableFrame((TGWindow*) G__int(libp->para[0]));
07911      } else {
07912        p = new((void*) gvp) TGDockableFrame((TGWindow*) G__int(libp->para[0]));
07913      }
07914      break;
07915    case 0:
07916      int n = G__getaryconstruct();
07917      if (n) {
07918        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07919          p = new TGDockableFrame[n];
07920        } else {
07921          p = new((void*) gvp) TGDockableFrame[n];
07922        }
07923      } else {
07924        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
07925          p = new TGDockableFrame;
07926        } else {
07927          p = new((void*) gvp) TGDockableFrame;
07928        }
07929      }
07930      break;
07931    }
07932    result7->obj.i = (long) p;
07933    result7->ref = (long) p;
07934    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame));
07935    return(1 || funcname || hash || result7 || libp) ;
07936 }
07937 
07938 static int G__G__Gui3_241_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07939 {
07940       ((TGDockableFrame*) G__getstructoffset())->Docked();
07941       G__setnull(result7);
07942    return(1 || funcname || hash || result7 || libp) ;
07943 }
07944 
07945 static int G__G__Gui3_241_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07946 {
07947       ((TGDockableFrame*) G__getstructoffset())->Undocked();
07948       G__setnull(result7);
07949    return(1 || funcname || hash || result7 || libp) ;
07950 }
07951 
07952 static int G__G__Gui3_241_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07953 {
07954       ((TGDockableFrame*) G__getstructoffset())->UndockContainer();
07955       G__setnull(result7);
07956    return(1 || funcname || hash || result7 || libp) ;
07957 }
07958 
07959 static int G__G__Gui3_241_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07960 {
07961    switch (libp->paran) {
07962    case 1:
07963       ((TGDockableFrame*) G__getstructoffset())->DockContainer((Int_t) G__int(libp->para[0]));
07964       G__setnull(result7);
07965       break;
07966    case 0:
07967       ((TGDockableFrame*) G__getstructoffset())->DockContainer();
07968       G__setnull(result7);
07969       break;
07970    }
07971    return(1 || funcname || hash || result7 || libp) ;
07972 }
07973 
07974 static int G__G__Gui3_241_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07975 {
07976       ((TGDockableFrame*) G__getstructoffset())->HideContainer();
07977       G__setnull(result7);
07978    return(1 || funcname || hash || result7 || libp) ;
07979 }
07980 
07981 static int G__G__Gui3_241_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07982 {
07983       ((TGDockableFrame*) G__getstructoffset())->ShowContainer();
07984       G__setnull(result7);
07985    return(1 || funcname || hash || result7 || libp) ;
07986 }
07987 
07988 static int G__G__Gui3_241_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07989 {
07990       ((TGDockableFrame*) G__getstructoffset())->EnableUndock((Bool_t) G__int(libp->para[0]));
07991       G__setnull(result7);
07992    return(1 || funcname || hash || result7 || libp) ;
07993 }
07994 
07995 static int G__G__Gui3_241_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
07996 {
07997       G__letint(result7, 103, (long) ((const TGDockableFrame*) G__getstructoffset())->EnableUndock());
07998    return(1 || funcname || hash || result7 || libp) ;
07999 }
08000 
08001 static int G__G__Gui3_241_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08002 {
08003       ((TGDockableFrame*) G__getstructoffset())->EnableHide((Bool_t) G__int(libp->para[0]));
08004       G__setnull(result7);
08005    return(1 || funcname || hash || result7 || libp) ;
08006 }
08007 
08008 static int G__G__Gui3_241_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08009 {
08010       G__letint(result7, 103, (long) ((const TGDockableFrame*) G__getstructoffset())->EnableHide());
08011    return(1 || funcname || hash || result7 || libp) ;
08012 }
08013 
08014 static int G__G__Gui3_241_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08015 {
08016       G__letint(result7, 103, (long) ((const TGDockableFrame*) G__getstructoffset())->IsUndocked());
08017    return(1 || funcname || hash || result7 || libp) ;
08018 }
08019 
08020 static int G__G__Gui3_241_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08021 {
08022       G__letint(result7, 103, (long) ((const TGDockableFrame*) G__getstructoffset())->IsHidden());
08023    return(1 || funcname || hash || result7 || libp) ;
08024 }
08025 
08026 static int G__G__Gui3_241_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08027 {
08028       G__letint(result7, 103, (long) ((const TGDockableFrame*) G__getstructoffset())->IsFixedSize());
08029    return(1 || funcname || hash || result7 || libp) ;
08030 }
08031 
08032 static int G__G__Gui3_241_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08033 {
08034       ((TGDockableFrame*) G__getstructoffset())->SetFixedSize((Bool_t) G__int(libp->para[0]));
08035       G__setnull(result7);
08036    return(1 || funcname || hash || result7 || libp) ;
08037 }
08038 
08039 static int G__G__Gui3_241_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08040 {
08041       G__letint(result7, 85, (long) ((const TGDockableFrame*) G__getstructoffset())->GetContainer());
08042    return(1 || funcname || hash || result7 || libp) ;
08043 }
08044 
08045 static int G__G__Gui3_241_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08046 {
08047       G__letint(result7, 85, (long) ((const TGDockableFrame*) G__getstructoffset())->GetUndocked());
08048    return(1 || funcname || hash || result7 || libp) ;
08049 }
08050 
08051 static int G__G__Gui3_241_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08052 {
08053       G__letint(result7, 85, (long) TGDockableFrame::Class());
08054    return(1 || funcname || hash || result7 || libp) ;
08055 }
08056 
08057 static int G__G__Gui3_241_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08058 {
08059       G__letint(result7, 67, (long) TGDockableFrame::Class_Name());
08060    return(1 || funcname || hash || result7 || libp) ;
08061 }
08062 
08063 static int G__G__Gui3_241_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08064 {
08065       G__letint(result7, 115, (long) TGDockableFrame::Class_Version());
08066    return(1 || funcname || hash || result7 || libp) ;
08067 }
08068 
08069 static int G__G__Gui3_241_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08070 {
08071       TGDockableFrame::Dictionary();
08072       G__setnull(result7);
08073    return(1 || funcname || hash || result7 || libp) ;
08074 }
08075 
08076 static int G__G__Gui3_241_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08077 {
08078       ((TGDockableFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08079       G__setnull(result7);
08080    return(1 || funcname || hash || result7 || libp) ;
08081 }
08082 
08083 static int G__G__Gui3_241_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08084 {
08085       G__letint(result7, 67, (long) TGDockableFrame::DeclFileName());
08086    return(1 || funcname || hash || result7 || libp) ;
08087 }
08088 
08089 static int G__G__Gui3_241_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08090 {
08091       G__letint(result7, 105, (long) TGDockableFrame::ImplFileLine());
08092    return(1 || funcname || hash || result7 || libp) ;
08093 }
08094 
08095 static int G__G__Gui3_241_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08096 {
08097       G__letint(result7, 67, (long) TGDockableFrame::ImplFileName());
08098    return(1 || funcname || hash || result7 || libp) ;
08099 }
08100 
08101 static int G__G__Gui3_241_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08102 {
08103       G__letint(result7, 105, (long) TGDockableFrame::DeclFileLine());
08104    return(1 || funcname || hash || result7 || libp) ;
08105 }
08106 
08107 // automatic destructor
08108 typedef TGDockableFrame G__TTGDockableFrame;
08109 static int G__G__Gui3_241_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08110 {
08111    char* gvp = (char*) G__getgvp();
08112    long soff = G__getstructoffset();
08113    int n = G__getaryconstruct();
08114    //
08115    //has_a_delete: 1
08116    //has_own_delete1arg: 0
08117    //has_own_delete2arg: 0
08118    //
08119    if (!soff) {
08120      return(1);
08121    }
08122    if (n) {
08123      if (gvp == (char*)G__PVOID) {
08124        delete[] (TGDockableFrame*) soff;
08125      } else {
08126        G__setgvp((long) G__PVOID);
08127        for (int i = n - 1; i >= 0; --i) {
08128          ((TGDockableFrame*) (soff+(sizeof(TGDockableFrame)*i)))->~G__TTGDockableFrame();
08129        }
08130        G__setgvp((long)gvp);
08131      }
08132    } else {
08133      if (gvp == (char*)G__PVOID) {
08134        delete (TGDockableFrame*) soff;
08135      } else {
08136        G__setgvp((long) G__PVOID);
08137        ((TGDockableFrame*) (soff))->~G__TTGDockableFrame();
08138        G__setgvp((long)gvp);
08139      }
08140    }
08141    G__setnull(result7);
08142    return(1 || funcname || hash || result7 || libp) ;
08143 }
08144 
08145 
08146 /* TGDNDManager */
08147 static int G__G__Gui3_242_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08148 {
08149    TGDNDManager* p = NULL;
08150    char* gvp = (char*) G__getgvp();
08151    //m: 2
08152    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08153      p = new TGDNDManager((TGFrame*) G__int(libp->para[0]), (Atom_t*) G__int(libp->para[1]));
08154    } else {
08155      p = new((void*) gvp) TGDNDManager((TGFrame*) G__int(libp->para[0]), (Atom_t*) G__int(libp->para[1]));
08156    }
08157    result7->obj.i = (long) p;
08158    result7->ref = (long) p;
08159    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager));
08160    return(1 || funcname || hash || result7 || libp) ;
08161 }
08162 
08163 static int G__G__Gui3_242_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08164 {
08165       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->HandleClientMessage((Event_t*) G__int(libp->para[0])));
08166    return(1 || funcname || hash || result7 || libp) ;
08167 }
08168 
08169 static int G__G__Gui3_242_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08170 {
08171       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->HandleSelectionRequest((Event_t*) G__int(libp->para[0])));
08172    return(1 || funcname || hash || result7 || libp) ;
08173 }
08174 
08175 static int G__G__Gui3_242_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08176 {
08177       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->HandleSelection((Event_t*) G__int(libp->para[0])));
08178    return(1 || funcname || hash || result7 || libp) ;
08179 }
08180 
08181 static int G__G__Gui3_242_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08182 {
08183       G__letint(result7, 85, (long) ((const TGDNDManager*) G__getstructoffset())->GetMainFrame());
08184    return(1 || funcname || hash || result7 || libp) ;
08185 }
08186 
08187 static int G__G__Gui3_242_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08188 {
08189       ((TGDNDManager*) G__getstructoffset())->SetMainFrame((TGFrame*) G__int(libp->para[0]));
08190       G__setnull(result7);
08191    return(1 || funcname || hash || result7 || libp) ;
08192 }
08193 
08194 static int G__G__Gui3_242_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08195 {
08196       ((TGDNDManager*) G__getstructoffset())->SetDragPixmap((Pixmap_t) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1])
08197 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
08198       G__setnull(result7);
08199    return(1 || funcname || hash || result7 || libp) ;
08200 }
08201 
08202 static int G__G__Gui3_242_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08203 {
08204       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->SetRootProxy());
08205    return(1 || funcname || hash || result7 || libp) ;
08206 }
08207 
08208 static int G__G__Gui3_242_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08209 {
08210       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->RemoveRootProxy());
08211    return(1 || funcname || hash || result7 || libp) ;
08212 }
08213 
08214 static int G__G__Gui3_242_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08215 {
08216    switch (libp->paran) {
08217    case 4:
08218       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->StartDrag((TGFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
08219 , (Int_t) G__int(libp->para[2]), (Window_t) G__int(libp->para[3])));
08220       break;
08221    case 3:
08222       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->StartDrag((TGFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
08223 , (Int_t) G__int(libp->para[2])));
08224       break;
08225    }
08226    return(1 || funcname || hash || result7 || libp) ;
08227 }
08228 
08229 static int G__G__Gui3_242_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08230 {
08231       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->Drag((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
08232 , (Atom_t) G__int(libp->para[2]), (Time_t) G__int(libp->para[3])));
08233    return(1 || funcname || hash || result7 || libp) ;
08234 }
08235 
08236 static int G__G__Gui3_242_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08237 {
08238       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->Drop());
08239    return(1 || funcname || hash || result7 || libp) ;
08240 }
08241 
08242 static int G__G__Gui3_242_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08243 {
08244       G__letint(result7, 103, (long) ((TGDNDManager*) G__getstructoffset())->EndDrag());
08245    return(1 || funcname || hash || result7 || libp) ;
08246 }
08247 
08248 static int G__G__Gui3_242_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08249 {
08250       G__letint(result7, 103, (long) ((const TGDNDManager*) G__getstructoffset())->IsDragging());
08251    return(1 || funcname || hash || result7 || libp) ;
08252 }
08253 
08254 static int G__G__Gui3_242_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08255 {
08256       G__letint(result7, 107, (long) ((const TGDNDManager*) G__getstructoffset())->GetSource());
08257    return(1 || funcname || hash || result7 || libp) ;
08258 }
08259 
08260 static int G__G__Gui3_242_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08261 {
08262       G__letint(result7, 107, (long) ((const TGDNDManager*) G__getstructoffset())->GetTarget());
08263    return(1 || funcname || hash || result7 || libp) ;
08264 }
08265 
08266 static int G__G__Gui3_242_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08267 {
08268       G__letint(result7, 75, (long) ((const TGDNDManager*) G__getstructoffset())->GetTypeList());
08269    return(1 || funcname || hash || result7 || libp) ;
08270 }
08271 
08272 static int G__G__Gui3_242_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08273 {
08274       G__letint(result7, 107, (long) TGDNDManager::GetDNDAware());
08275    return(1 || funcname || hash || result7 || libp) ;
08276 }
08277 
08278 static int G__G__Gui3_242_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08279 {
08280       G__letint(result7, 107, (long) TGDNDManager::GetDNDSelection());
08281    return(1 || funcname || hash || result7 || libp) ;
08282 }
08283 
08284 static int G__G__Gui3_242_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08285 {
08286       G__letint(result7, 107, (long) TGDNDManager::GetDNDProxy());
08287    return(1 || funcname || hash || result7 || libp) ;
08288 }
08289 
08290 static int G__G__Gui3_242_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08291 {
08292       G__letint(result7, 107, (long) TGDNDManager::GetDNDEnter());
08293    return(1 || funcname || hash || result7 || libp) ;
08294 }
08295 
08296 static int G__G__Gui3_242_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08297 {
08298       G__letint(result7, 107, (long) TGDNDManager::GetDNDLeave());
08299    return(1 || funcname || hash || result7 || libp) ;
08300 }
08301 
08302 static int G__G__Gui3_242_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08303 {
08304       G__letint(result7, 107, (long) TGDNDManager::GetDNDPosition());
08305    return(1 || funcname || hash || result7 || libp) ;
08306 }
08307 
08308 static int G__G__Gui3_242_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08309 {
08310       G__letint(result7, 107, (long) TGDNDManager::GetDNDStatus());
08311    return(1 || funcname || hash || result7 || libp) ;
08312 }
08313 
08314 static int G__G__Gui3_242_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08315 {
08316       G__letint(result7, 107, (long) TGDNDManager::GetDNDDrop());
08317    return(1 || funcname || hash || result7 || libp) ;
08318 }
08319 
08320 static int G__G__Gui3_242_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08321 {
08322       G__letint(result7, 107, (long) TGDNDManager::GetDNDFinished());
08323    return(1 || funcname || hash || result7 || libp) ;
08324 }
08325 
08326 static int G__G__Gui3_242_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08327 {
08328       G__letint(result7, 107, (long) TGDNDManager::GetDNDVersion());
08329    return(1 || funcname || hash || result7 || libp) ;
08330 }
08331 
08332 static int G__G__Gui3_242_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08333 {
08334       G__letint(result7, 107, (long) TGDNDManager::GetDNDActionCopy());
08335    return(1 || funcname || hash || result7 || libp) ;
08336 }
08337 
08338 static int G__G__Gui3_242_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08339 {
08340       G__letint(result7, 107, (long) TGDNDManager::GetDNDActionMove());
08341    return(1 || funcname || hash || result7 || libp) ;
08342 }
08343 
08344 static int G__G__Gui3_242_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08345 {
08346       G__letint(result7, 107, (long) TGDNDManager::GetDNDActionLink());
08347    return(1 || funcname || hash || result7 || libp) ;
08348 }
08349 
08350 static int G__G__Gui3_242_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08351 {
08352       G__letint(result7, 107, (long) TGDNDManager::GetDNDActionAsk());
08353    return(1 || funcname || hash || result7 || libp) ;
08354 }
08355 
08356 static int G__G__Gui3_242_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08357 {
08358       G__letint(result7, 107, (long) TGDNDManager::GetDNDActionPrivate());
08359    return(1 || funcname || hash || result7 || libp) ;
08360 }
08361 
08362 static int G__G__Gui3_242_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08363 {
08364       G__letint(result7, 107, (long) TGDNDManager::GetDNDTypeList());
08365    return(1 || funcname || hash || result7 || libp) ;
08366 }
08367 
08368 static int G__G__Gui3_242_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08369 {
08370       G__letint(result7, 107, (long) TGDNDManager::GetDNDActionList());
08371    return(1 || funcname || hash || result7 || libp) ;
08372 }
08373 
08374 static int G__G__Gui3_242_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08375 {
08376       G__letint(result7, 107, (long) TGDNDManager::GetDNDActionDescrip());
08377    return(1 || funcname || hash || result7 || libp) ;
08378 }
08379 
08380 static int G__G__Gui3_242_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08381 {
08382       G__letint(result7, 107, (long) TGDNDManager::GetXCDNDData());
08383    return(1 || funcname || hash || result7 || libp) ;
08384 }
08385 
08386 static int G__G__Gui3_242_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08387 {
08388       G__letint(result7, 85, (long) TGDNDManager::Class());
08389    return(1 || funcname || hash || result7 || libp) ;
08390 }
08391 
08392 static int G__G__Gui3_242_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08393 {
08394       G__letint(result7, 67, (long) TGDNDManager::Class_Name());
08395    return(1 || funcname || hash || result7 || libp) ;
08396 }
08397 
08398 static int G__G__Gui3_242_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08399 {
08400       G__letint(result7, 115, (long) TGDNDManager::Class_Version());
08401    return(1 || funcname || hash || result7 || libp) ;
08402 }
08403 
08404 static int G__G__Gui3_242_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08405 {
08406       TGDNDManager::Dictionary();
08407       G__setnull(result7);
08408    return(1 || funcname || hash || result7 || libp) ;
08409 }
08410 
08411 static int G__G__Gui3_242_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08412 {
08413       ((TGDNDManager*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08414       G__setnull(result7);
08415    return(1 || funcname || hash || result7 || libp) ;
08416 }
08417 
08418 static int G__G__Gui3_242_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08419 {
08420       G__letint(result7, 67, (long) TGDNDManager::DeclFileName());
08421    return(1 || funcname || hash || result7 || libp) ;
08422 }
08423 
08424 static int G__G__Gui3_242_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08425 {
08426       G__letint(result7, 105, (long) TGDNDManager::ImplFileLine());
08427    return(1 || funcname || hash || result7 || libp) ;
08428 }
08429 
08430 static int G__G__Gui3_242_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08431 {
08432       G__letint(result7, 67, (long) TGDNDManager::ImplFileName());
08433    return(1 || funcname || hash || result7 || libp) ;
08434 }
08435 
08436 static int G__G__Gui3_242_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08437 {
08438       G__letint(result7, 105, (long) TGDNDManager::DeclFileLine());
08439    return(1 || funcname || hash || result7 || libp) ;
08440 }
08441 
08442 // automatic destructor
08443 typedef TGDNDManager G__TTGDNDManager;
08444 static int G__G__Gui3_242_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08445 {
08446    char* gvp = (char*) G__getgvp();
08447    long soff = G__getstructoffset();
08448    int n = G__getaryconstruct();
08449    //
08450    //has_a_delete: 1
08451    //has_own_delete1arg: 0
08452    //has_own_delete2arg: 0
08453    //
08454    if (!soff) {
08455      return(1);
08456    }
08457    if (n) {
08458      if (gvp == (char*)G__PVOID) {
08459        delete[] (TGDNDManager*) soff;
08460      } else {
08461        G__setgvp((long) G__PVOID);
08462        for (int i = n - 1; i >= 0; --i) {
08463          ((TGDNDManager*) (soff+(sizeof(TGDNDManager)*i)))->~G__TTGDNDManager();
08464        }
08465        G__setgvp((long)gvp);
08466      }
08467    } else {
08468      if (gvp == (char*)G__PVOID) {
08469        delete (TGDNDManager*) soff;
08470      } else {
08471        G__setgvp((long) G__PVOID);
08472        ((TGDNDManager*) (soff))->~G__TTGDNDManager();
08473        G__setgvp((long)gvp);
08474      }
08475    }
08476    G__setnull(result7);
08477    return(1 || funcname || hash || result7 || libp) ;
08478 }
08479 
08480 
08481 /* TRootCanvas */
08482 static int G__G__Gui3_244_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08483 {
08484    TRootCanvas* p = NULL;
08485    char* gvp = (char*) G__getgvp();
08486    switch (libp->paran) {
08487    case 4:
08488      //m: 4
08489      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08490        p = new TRootCanvas(
08491 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08492 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
08493      } else {
08494        p = new((void*) gvp) TRootCanvas(
08495 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08496 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
08497      }
08498      break;
08499    case 3:
08500      //m: 3
08501      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08502        p = new TRootCanvas(
08503 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08504 , (UInt_t) G__int(libp->para[2]));
08505      } else {
08506        p = new((void*) gvp) TRootCanvas(
08507 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08508 , (UInt_t) G__int(libp->para[2]));
08509      }
08510      break;
08511    case 2:
08512      //m: 2
08513      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08514        p = new TRootCanvas((TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08515      } else {
08516        p = new((void*) gvp) TRootCanvas((TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08517      }
08518      break;
08519    case 1:
08520      //m: 1
08521      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08522        p = new TRootCanvas((TCanvas*) G__int(libp->para[0]));
08523      } else {
08524        p = new((void*) gvp) TRootCanvas((TCanvas*) G__int(libp->para[0]));
08525      }
08526      break;
08527    case 0:
08528      int n = G__getaryconstruct();
08529      if (n) {
08530        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08531          p = new TRootCanvas[n];
08532        } else {
08533          p = new((void*) gvp) TRootCanvas[n];
08534        }
08535      } else {
08536        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08537          p = new TRootCanvas;
08538        } else {
08539          p = new((void*) gvp) TRootCanvas;
08540        }
08541      }
08542      break;
08543    }
08544    result7->obj.i = (long) p;
08545    result7->ref = (long) p;
08546    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas));
08547    return(1 || funcname || hash || result7 || libp) ;
08548 }
08549 
08550 static int G__G__Gui3_244_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08551 {
08552    TRootCanvas* p = NULL;
08553    char* gvp = (char*) G__getgvp();
08554    //m: 6
08555    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08556      p = new TRootCanvas(
08557 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08558 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
08559 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
08560    } else {
08561      p = new((void*) gvp) TRootCanvas(
08562 (TCanvas*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08563 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
08564 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
08565    }
08566    result7->obj.i = (long) p;
08567    result7->ref = (long) p;
08568    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas));
08569    return(1 || funcname || hash || result7 || libp) ;
08570 }
08571 
08572 static int G__G__Gui3_244_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08573 {
08574       ((TRootCanvas*) G__getstructoffset())->AdjustSize();
08575       G__setnull(result7);
08576    return(1 || funcname || hash || result7 || libp) ;
08577 }
08578 
08579 static int G__G__Gui3_244_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08580 {
08581       ((TRootCanvas*) G__getstructoffset())->FitCanvas();
08582       G__setnull(result7);
08583    return(1 || funcname || hash || result7 || libp) ;
08584 }
08585 
08586 static int G__G__Gui3_244_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08587 {
08588       ((TRootCanvas*) G__getstructoffset())->EventInfo((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
08589 , (Int_t) G__int(libp->para[2]), (TObject*) G__int(libp->para[3]));
08590       G__setnull(result7);
08591    return(1 || funcname || hash || result7 || libp) ;
08592 }
08593 
08594 static int G__G__Gui3_244_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08595 {
08596       G__letint(result7, 104, (long) ((const TRootCanvas*) G__getstructoffset())->GetCwidth());
08597    return(1 || funcname || hash || result7 || libp) ;
08598 }
08599 
08600 static int G__G__Gui3_244_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08601 {
08602       G__letint(result7, 104, (long) ((const TRootCanvas*) G__getstructoffset())->GetCheight());
08603    return(1 || funcname || hash || result7 || libp) ;
08604 }
08605 
08606 static int G__G__Gui3_244_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08607 {
08608       ((TRootCanvas*) G__getstructoffset())->PrintCanvas();
08609       G__setnull(result7);
08610    return(1 || funcname || hash || result7 || libp) ;
08611 }
08612 
08613 static int G__G__Gui3_244_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08614 {
08615       G__letint(result7, 85, (long) ((const TRootCanvas*) G__getstructoffset())->GetMenuBar());
08616    return(1 || funcname || hash || result7 || libp) ;
08617 }
08618 
08619 static int G__G__Gui3_244_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08620 {
08621       G__letint(result7, 85, (long) ((const TRootCanvas*) G__getstructoffset())->GetMenuBarItemLayout());
08622    return(1 || funcname || hash || result7 || libp) ;
08623 }
08624 
08625 static int G__G__Gui3_244_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08626 {
08627       G__letint(result7, 85, (long) ((const TRootCanvas*) G__getstructoffset())->GetStatusBar());
08628    return(1 || funcname || hash || result7 || libp) ;
08629 }
08630 
08631 static int G__G__Gui3_244_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08632 {
08633       G__letint(result7, 85, (long) ((const TRootCanvas*) G__getstructoffset())->GetToolDock());
08634    return(1 || funcname || hash || result7 || libp) ;
08635 }
08636 
08637 static int G__G__Gui3_244_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08638 {
08639       G__letint(result7, 85, (long) TRootCanvas::Class());
08640    return(1 || funcname || hash || result7 || libp) ;
08641 }
08642 
08643 static int G__G__Gui3_244_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08644 {
08645       G__letint(result7, 67, (long) TRootCanvas::Class_Name());
08646    return(1 || funcname || hash || result7 || libp) ;
08647 }
08648 
08649 static int G__G__Gui3_244_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08650 {
08651       G__letint(result7, 115, (long) TRootCanvas::Class_Version());
08652    return(1 || funcname || hash || result7 || libp) ;
08653 }
08654 
08655 static int G__G__Gui3_244_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08656 {
08657       TRootCanvas::Dictionary();
08658       G__setnull(result7);
08659    return(1 || funcname || hash || result7 || libp) ;
08660 }
08661 
08662 static int G__G__Gui3_244_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08663 {
08664       ((TRootCanvas*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
08665       G__setnull(result7);
08666    return(1 || funcname || hash || result7 || libp) ;
08667 }
08668 
08669 static int G__G__Gui3_244_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08670 {
08671       G__letint(result7, 67, (long) TRootCanvas::DeclFileName());
08672    return(1 || funcname || hash || result7 || libp) ;
08673 }
08674 
08675 static int G__G__Gui3_244_0_62(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08676 {
08677       G__letint(result7, 105, (long) TRootCanvas::ImplFileLine());
08678    return(1 || funcname || hash || result7 || libp) ;
08679 }
08680 
08681 static int G__G__Gui3_244_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08682 {
08683       G__letint(result7, 67, (long) TRootCanvas::ImplFileName());
08684    return(1 || funcname || hash || result7 || libp) ;
08685 }
08686 
08687 static int G__G__Gui3_244_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08688 {
08689       G__letint(result7, 105, (long) TRootCanvas::DeclFileLine());
08690    return(1 || funcname || hash || result7 || libp) ;
08691 }
08692 
08693 // automatic destructor
08694 typedef TRootCanvas G__TTRootCanvas;
08695 static int G__G__Gui3_244_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08696 {
08697    char* gvp = (char*) G__getgvp();
08698    long soff = G__getstructoffset();
08699    int n = G__getaryconstruct();
08700    //
08701    //has_a_delete: 1
08702    //has_own_delete1arg: 0
08703    //has_own_delete2arg: 0
08704    //
08705    if (!soff) {
08706      return(1);
08707    }
08708    if (n) {
08709      if (gvp == (char*)G__PVOID) {
08710        delete[] (TRootCanvas*) soff;
08711      } else {
08712        G__setgvp((long) G__PVOID);
08713        for (int i = n - 1; i >= 0; --i) {
08714          ((TRootCanvas*) (soff+(sizeof(TRootCanvas)*i)))->~G__TTRootCanvas();
08715        }
08716        G__setgvp((long)gvp);
08717      }
08718    } else {
08719      if (gvp == (char*)G__PVOID) {
08720        delete (TRootCanvas*) soff;
08721      } else {
08722        G__setgvp((long) G__PVOID);
08723        ((TRootCanvas*) (soff))->~G__TTRootCanvas();
08724        G__setgvp((long)gvp);
08725      }
08726    }
08727    G__setnull(result7);
08728    return(1 || funcname || hash || result7 || libp) ;
08729 }
08730 
08731 
08732 /* TRootBrowserLite */
08733 static int G__G__Gui3_256_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08734 {
08735    TRootBrowserLite* p = NULL;
08736    char* gvp = (char*) G__getgvp();
08737    switch (libp->paran) {
08738    case 4:
08739      //m: 4
08740      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08741        p = new TRootBrowserLite(
08742 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08743 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
08744      } else {
08745        p = new((void*) gvp) TRootBrowserLite(
08746 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08747 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
08748      }
08749      break;
08750    case 3:
08751      //m: 3
08752      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08753        p = new TRootBrowserLite(
08754 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08755 , (UInt_t) G__int(libp->para[2]));
08756      } else {
08757        p = new((void*) gvp) TRootBrowserLite(
08758 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08759 , (UInt_t) G__int(libp->para[2]));
08760      }
08761      break;
08762    case 2:
08763      //m: 2
08764      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08765        p = new TRootBrowserLite((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08766      } else {
08767        p = new((void*) gvp) TRootBrowserLite((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08768      }
08769      break;
08770    case 1:
08771      //m: 1
08772      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08773        p = new TRootBrowserLite((TBrowser*) G__int(libp->para[0]));
08774      } else {
08775        p = new((void*) gvp) TRootBrowserLite((TBrowser*) G__int(libp->para[0]));
08776      }
08777      break;
08778    case 0:
08779      int n = G__getaryconstruct();
08780      if (n) {
08781        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08782          p = new TRootBrowserLite[n];
08783        } else {
08784          p = new((void*) gvp) TRootBrowserLite[n];
08785        }
08786      } else {
08787        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08788          p = new TRootBrowserLite;
08789        } else {
08790          p = new((void*) gvp) TRootBrowserLite;
08791        }
08792      }
08793      break;
08794    }
08795    result7->obj.i = (long) p;
08796    result7->ref = (long) p;
08797    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite));
08798    return(1 || funcname || hash || result7 || libp) ;
08799 }
08800 
08801 static int G__G__Gui3_256_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08802 {
08803    TRootBrowserLite* p = NULL;
08804    char* gvp = (char*) G__getgvp();
08805    //m: 6
08806    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
08807      p = new TRootBrowserLite(
08808 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08809 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
08810 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
08811    } else {
08812      p = new((void*) gvp) TRootBrowserLite(
08813 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08814 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
08815 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
08816    }
08817    result7->obj.i = (long) p;
08818    result7->ref = (long) p;
08819    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite));
08820    return(1 || funcname || hash || result7 || libp) ;
08821 }
08822 
08823 static int G__G__Gui3_256_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08824 {
08825    switch (libp->paran) {
08826    case 3:
08827       ((TRootBrowserLite*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08828 , (Int_t) G__int(libp->para[2]));
08829       G__setnull(result7);
08830       break;
08831    case 2:
08832       ((TRootBrowserLite*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08833       G__setnull(result7);
08834       break;
08835    case 1:
08836       ((TRootBrowserLite*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]));
08837       G__setnull(result7);
08838       break;
08839    }
08840    return(1 || funcname || hash || result7 || libp) ;
08841 }
08842 
08843 static int G__G__Gui3_256_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08844 {
08845       ((TRootBrowserLite*) G__getstructoffset())->AddToBox((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08846       G__setnull(result7);
08847    return(1 || funcname || hash || result7 || libp) ;
08848 }
08849 
08850 static int G__G__Gui3_256_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08851 {
08852    switch (libp->paran) {
08853    case 3:
08854       ((TRootBrowserLite*) G__getstructoffset())->AddToTree((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08855 , (Int_t) G__int(libp->para[2]));
08856       G__setnull(result7);
08857       break;
08858    case 2:
08859       ((TRootBrowserLite*) G__getstructoffset())->AddToTree((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08860       G__setnull(result7);
08861       break;
08862    }
08863    return(1 || funcname || hash || result7 || libp) ;
08864 }
08865 
08866 static int G__G__Gui3_256_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08867 {
08868       ((TRootBrowserLite*) G__getstructoffset())->DoubleClicked((TObject*) G__int(libp->para[0]));
08869       G__setnull(result7);
08870    return(1 || funcname || hash || result7 || libp) ;
08871 }
08872 
08873 static int G__G__Gui3_256_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08874 {
08875       ((TRootBrowserLite*) G__getstructoffset())->Checked((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
08876       G__setnull(result7);
08877    return(1 || funcname || hash || result7 || libp) ;
08878 }
08879 
08880 static int G__G__Gui3_256_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08881 {
08882       ((TRootBrowserLite*) G__getstructoffset())->ResizeBrowser();
08883       G__setnull(result7);
08884    return(1 || funcname || hash || result7 || libp) ;
08885 }
08886 
08887 static int G__G__Gui3_256_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08888 {
08889    switch (libp->paran) {
08890    case 1:
08891       ((TRootBrowserLite*) G__getstructoffset())->ShowToolBar((Bool_t) G__int(libp->para[0]));
08892       G__setnull(result7);
08893       break;
08894    case 0:
08895       ((TRootBrowserLite*) G__getstructoffset())->ShowToolBar();
08896       G__setnull(result7);
08897       break;
08898    }
08899    return(1 || funcname || hash || result7 || libp) ;
08900 }
08901 
08902 static int G__G__Gui3_256_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08903 {
08904    switch (libp->paran) {
08905    case 1:
08906       ((TRootBrowserLite*) G__getstructoffset())->ShowStatusBar((Bool_t) G__int(libp->para[0]));
08907       G__setnull(result7);
08908       break;
08909    case 0:
08910       ((TRootBrowserLite*) G__getstructoffset())->ShowStatusBar();
08911       G__setnull(result7);
08912       break;
08913    }
08914    return(1 || funcname || hash || result7 || libp) ;
08915 }
08916 
08917 static int G__G__Gui3_256_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08918 {
08919    switch (libp->paran) {
08920    case 2:
08921       ((TRootBrowserLite*) G__getstructoffset())->SetDefaults((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
08922       G__setnull(result7);
08923       break;
08924    case 1:
08925       ((TRootBrowserLite*) G__getstructoffset())->SetDefaults((const char*) G__int(libp->para[0]));
08926       G__setnull(result7);
08927       break;
08928    case 0:
08929       ((TRootBrowserLite*) G__getstructoffset())->SetDefaults();
08930       G__setnull(result7);
08931       break;
08932    }
08933    return(1 || funcname || hash || result7 || libp) ;
08934 }
08935 
08936 static int G__G__Gui3_256_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08937 {
08938       G__letint(result7, 85, (long) ((const TRootBrowserLite*) G__getstructoffset())->GetListTree());
08939    return(1 || funcname || hash || result7 || libp) ;
08940 }
08941 
08942 static int G__G__Gui3_256_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08943 {
08944       G__letint(result7, 85, (long) ((const TRootBrowserLite*) G__getstructoffset())->GetIconBox());
08945    return(1 || funcname || hash || result7 || libp) ;
08946 }
08947 
08948 static int G__G__Gui3_256_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08949 {
08950       G__letint(result7, 85, (long) ((const TRootBrowserLite*) G__getstructoffset())->GetStatusBar());
08951    return(1 || funcname || hash || result7 || libp) ;
08952 }
08953 
08954 static int G__G__Gui3_256_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08955 {
08956       G__letint(result7, 85, (long) ((const TRootBrowserLite*) G__getstructoffset())->GetMenuBar());
08957    return(1 || funcname || hash || result7 || libp) ;
08958 }
08959 
08960 static int G__G__Gui3_256_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08961 {
08962       G__letint(result7, 85, (long) ((const TRootBrowserLite*) G__getstructoffset())->GetToolBar());
08963    return(1 || funcname || hash || result7 || libp) ;
08964 }
08965 
08966 static int G__G__Gui3_256_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08967 {
08968       ((TRootBrowserLite*) G__getstructoffset())->SetSortMode((Int_t) G__int(libp->para[0]));
08969       G__setnull(result7);
08970    return(1 || funcname || hash || result7 || libp) ;
08971 }
08972 
08973 static int G__G__Gui3_256_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08974 {
08975       ((TRootBrowserLite*) G__getstructoffset())->ExecMacro();
08976       G__setnull(result7);
08977    return(1 || funcname || hash || result7 || libp) ;
08978 }
08979 
08980 static int G__G__Gui3_256_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08981 {
08982       ((TRootBrowserLite*) G__getstructoffset())->InterruptMacro();
08983       G__setnull(result7);
08984    return(1 || funcname || hash || result7 || libp) ;
08985 }
08986 
08987 static int G__G__Gui3_256_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
08988 {
08989    switch (libp->paran) {
08990    case 5:
08991       G__letint(result7, 85, (long) TRootBrowserLite::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08992 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
08993 , (Option_t*) G__int(libp->para[4])));
08994       break;
08995    case 4:
08996       G__letint(result7, 85, (long) TRootBrowserLite::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
08997 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])));
08998       break;
08999    case 3:
09000       G__letint(result7, 85, (long) TRootBrowserLite::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09001 , (UInt_t) G__int(libp->para[2])));
09002       break;
09003    case 2:
09004       G__letint(result7, 85, (long) TRootBrowserLite::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
09005       break;
09006    case 1:
09007       G__letint(result7, 85, (long) TRootBrowserLite::NewBrowser((TBrowser*) G__int(libp->para[0])));
09008       break;
09009    case 0:
09010       G__letint(result7, 85, (long) TRootBrowserLite::NewBrowser());
09011       break;
09012    }
09013    return(1 || funcname || hash || result7 || libp) ;
09014 }
09015 
09016 static int G__G__Gui3_256_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09017 {
09018    switch (libp->paran) {
09019    case 7:
09020       G__letint(result7, 85, (long) TRootBrowserLite::NewBrowser(
09021 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09022 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09023 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
09024 , (Option_t*) G__int(libp->para[6])));
09025       break;
09026    case 6:
09027       G__letint(result7, 85, (long) TRootBrowserLite::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09028 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
09029 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
09030       break;
09031    }
09032    return(1 || funcname || hash || result7 || libp) ;
09033 }
09034 
09035 static int G__G__Gui3_256_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09036 {
09037       G__letint(result7, 85, (long) TRootBrowserLite::Class());
09038    return(1 || funcname || hash || result7 || libp) ;
09039 }
09040 
09041 static int G__G__Gui3_256_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09042 {
09043       G__letint(result7, 67, (long) TRootBrowserLite::Class_Name());
09044    return(1 || funcname || hash || result7 || libp) ;
09045 }
09046 
09047 static int G__G__Gui3_256_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09048 {
09049       G__letint(result7, 115, (long) TRootBrowserLite::Class_Version());
09050    return(1 || funcname || hash || result7 || libp) ;
09051 }
09052 
09053 static int G__G__Gui3_256_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09054 {
09055       TRootBrowserLite::Dictionary();
09056       G__setnull(result7);
09057    return(1 || funcname || hash || result7 || libp) ;
09058 }
09059 
09060 static int G__G__Gui3_256_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09061 {
09062       ((TRootBrowserLite*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09063       G__setnull(result7);
09064    return(1 || funcname || hash || result7 || libp) ;
09065 }
09066 
09067 static int G__G__Gui3_256_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09068 {
09069       G__letint(result7, 67, (long) TRootBrowserLite::DeclFileName());
09070    return(1 || funcname || hash || result7 || libp) ;
09071 }
09072 
09073 static int G__G__Gui3_256_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09074 {
09075       G__letint(result7, 105, (long) TRootBrowserLite::ImplFileLine());
09076    return(1 || funcname || hash || result7 || libp) ;
09077 }
09078 
09079 static int G__G__Gui3_256_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09080 {
09081       G__letint(result7, 67, (long) TRootBrowserLite::ImplFileName());
09082    return(1 || funcname || hash || result7 || libp) ;
09083 }
09084 
09085 static int G__G__Gui3_256_0_69(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09086 {
09087       G__letint(result7, 105, (long) TRootBrowserLite::DeclFileLine());
09088    return(1 || funcname || hash || result7 || libp) ;
09089 }
09090 
09091 // automatic destructor
09092 typedef TRootBrowserLite G__TTRootBrowserLite;
09093 static int G__G__Gui3_256_0_70(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09094 {
09095    char* gvp = (char*) G__getgvp();
09096    long soff = G__getstructoffset();
09097    int n = G__getaryconstruct();
09098    //
09099    //has_a_delete: 1
09100    //has_own_delete1arg: 0
09101    //has_own_delete2arg: 0
09102    //
09103    if (!soff) {
09104      return(1);
09105    }
09106    if (n) {
09107      if (gvp == (char*)G__PVOID) {
09108        delete[] (TRootBrowserLite*) soff;
09109      } else {
09110        G__setgvp((long) G__PVOID);
09111        for (int i = n - 1; i >= 0; --i) {
09112          ((TRootBrowserLite*) (soff+(sizeof(TRootBrowserLite)*i)))->~G__TTRootBrowserLite();
09113        }
09114        G__setgvp((long)gvp);
09115      }
09116    } else {
09117      if (gvp == (char*)G__PVOID) {
09118        delete (TRootBrowserLite*) soff;
09119      } else {
09120        G__setgvp((long) G__PVOID);
09121        ((TRootBrowserLite*) (soff))->~G__TTRootBrowserLite();
09122        G__setgvp((long)gvp);
09123      }
09124    }
09125    G__setnull(result7);
09126    return(1 || funcname || hash || result7 || libp) ;
09127 }
09128 
09129 
09130 /* TRootDialog */
09131 static int G__G__Gui3_268_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09132 {
09133    TRootDialog* p = NULL;
09134    char* gvp = (char*) G__getgvp();
09135    switch (libp->paran) {
09136    case 7:
09137      //m: 7
09138      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09139        p = new TRootDialog(
09140 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09141 , (const char*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
09142 , (Bool_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5])
09143 , (Bool_t) G__int(libp->para[6]));
09144      } else {
09145        p = new((void*) gvp) TRootDialog(
09146 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09147 , (const char*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
09148 , (Bool_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5])
09149 , (Bool_t) G__int(libp->para[6]));
09150      }
09151      break;
09152    case 6:
09153      //m: 6
09154      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09155        p = new TRootDialog(
09156 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09157 , (const char*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
09158 , (Bool_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
09159      } else {
09160        p = new((void*) gvp) TRootDialog(
09161 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09162 , (const char*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
09163 , (Bool_t) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
09164      }
09165      break;
09166    case 5:
09167      //m: 5
09168      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09169        p = new TRootDialog(
09170 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09171 , (const char*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
09172 , (Bool_t) G__int(libp->para[4]));
09173      } else {
09174        p = new((void*) gvp) TRootDialog(
09175 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09176 , (const char*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3])
09177 , (Bool_t) G__int(libp->para[4]));
09178      }
09179      break;
09180    case 4:
09181      //m: 4
09182      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09183        p = new TRootDialog(
09184 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09185 , (const char*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
09186      } else {
09187        p = new((void*) gvp) TRootDialog(
09188 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09189 , (const char*) G__int(libp->para[2]), (Bool_t) G__int(libp->para[3]));
09190      }
09191      break;
09192    case 3:
09193      //m: 3
09194      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09195        p = new TRootDialog(
09196 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09197 , (const char*) G__int(libp->para[2]));
09198      } else {
09199        p = new((void*) gvp) TRootDialog(
09200 (TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09201 , (const char*) G__int(libp->para[2]));
09202      }
09203      break;
09204    case 2:
09205      //m: 2
09206      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09207        p = new TRootDialog((TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
09208      } else {
09209        p = new((void*) gvp) TRootDialog((TRootContextMenu*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
09210      }
09211      break;
09212    case 1:
09213      //m: 1
09214      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09215        p = new TRootDialog((TRootContextMenu*) G__int(libp->para[0]));
09216      } else {
09217        p = new((void*) gvp) TRootDialog((TRootContextMenu*) G__int(libp->para[0]));
09218      }
09219      break;
09220    case 0:
09221      int n = G__getaryconstruct();
09222      if (n) {
09223        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09224          p = new TRootDialog[n];
09225        } else {
09226          p = new((void*) gvp) TRootDialog[n];
09227        }
09228      } else {
09229        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09230          p = new TRootDialog;
09231        } else {
09232          p = new((void*) gvp) TRootDialog;
09233        }
09234      }
09235      break;
09236    }
09237    result7->obj.i = (long) p;
09238    result7->ref = (long) p;
09239    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog));
09240    return(1 || funcname || hash || result7 || libp) ;
09241 }
09242 
09243 static int G__G__Gui3_268_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09244 {
09245       ((TRootDialog*) G__getstructoffset())->Add((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09246 , (const char*) G__int(libp->para[2]));
09247       G__setnull(result7);
09248    return(1 || funcname || hash || result7 || libp) ;
09249 }
09250 
09251 static int G__G__Gui3_268_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09252 {
09253       G__letint(result7, 67, (long) ((TRootDialog*) G__getstructoffset())->GetParameters());
09254    return(1 || funcname || hash || result7 || libp) ;
09255 }
09256 
09257 static int G__G__Gui3_268_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09258 {
09259       ((TRootDialog*) G__getstructoffset())->Popup();
09260       G__setnull(result7);
09261    return(1 || funcname || hash || result7 || libp) ;
09262 }
09263 
09264 static int G__G__Gui3_268_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09265 {
09266       ((TRootDialog*) G__getstructoffset())->TabPressed();
09267       G__setnull(result7);
09268    return(1 || funcname || hash || result7 || libp) ;
09269 }
09270 
09271 static int G__G__Gui3_268_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09272 {
09273       G__letint(result7, 85, (long) TRootDialog::Class());
09274    return(1 || funcname || hash || result7 || libp) ;
09275 }
09276 
09277 static int G__G__Gui3_268_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09278 {
09279       G__letint(result7, 67, (long) TRootDialog::Class_Name());
09280    return(1 || funcname || hash || result7 || libp) ;
09281 }
09282 
09283 static int G__G__Gui3_268_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09284 {
09285       G__letint(result7, 115, (long) TRootDialog::Class_Version());
09286    return(1 || funcname || hash || result7 || libp) ;
09287 }
09288 
09289 static int G__G__Gui3_268_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09290 {
09291       TRootDialog::Dictionary();
09292       G__setnull(result7);
09293    return(1 || funcname || hash || result7 || libp) ;
09294 }
09295 
09296 static int G__G__Gui3_268_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09297 {
09298       ((TRootDialog*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09299       G__setnull(result7);
09300    return(1 || funcname || hash || result7 || libp) ;
09301 }
09302 
09303 static int G__G__Gui3_268_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09304 {
09305       G__letint(result7, 67, (long) TRootDialog::DeclFileName());
09306    return(1 || funcname || hash || result7 || libp) ;
09307 }
09308 
09309 static int G__G__Gui3_268_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09310 {
09311       G__letint(result7, 105, (long) TRootDialog::ImplFileLine());
09312    return(1 || funcname || hash || result7 || libp) ;
09313 }
09314 
09315 static int G__G__Gui3_268_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09316 {
09317       G__letint(result7, 67, (long) TRootDialog::ImplFileName());
09318    return(1 || funcname || hash || result7 || libp) ;
09319 }
09320 
09321 static int G__G__Gui3_268_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09322 {
09323       G__letint(result7, 105, (long) TRootDialog::DeclFileLine());
09324    return(1 || funcname || hash || result7 || libp) ;
09325 }
09326 
09327 // automatic destructor
09328 typedef TRootDialog G__TTRootDialog;
09329 static int G__G__Gui3_268_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09330 {
09331    char* gvp = (char*) G__getgvp();
09332    long soff = G__getstructoffset();
09333    int n = G__getaryconstruct();
09334    //
09335    //has_a_delete: 1
09336    //has_own_delete1arg: 0
09337    //has_own_delete2arg: 0
09338    //
09339    if (!soff) {
09340      return(1);
09341    }
09342    if (n) {
09343      if (gvp == (char*)G__PVOID) {
09344        delete[] (TRootDialog*) soff;
09345      } else {
09346        G__setgvp((long) G__PVOID);
09347        for (int i = n - 1; i >= 0; --i) {
09348          ((TRootDialog*) (soff+(sizeof(TRootDialog)*i)))->~G__TTRootDialog();
09349        }
09350        G__setgvp((long)gvp);
09351      }
09352    } else {
09353      if (gvp == (char*)G__PVOID) {
09354        delete (TRootDialog*) soff;
09355      } else {
09356        G__setgvp((long) G__PVOID);
09357        ((TRootDialog*) (soff))->~G__TTRootDialog();
09358        G__setgvp((long)gvp);
09359      }
09360    }
09361    G__setnull(result7);
09362    return(1 || funcname || hash || result7 || libp) ;
09363 }
09364 
09365 
09366 /* TRootContextMenu */
09367 static int G__G__Gui3_269_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09368 {
09369    TRootContextMenu* p = NULL;
09370    char* gvp = (char*) G__getgvp();
09371    switch (libp->paran) {
09372    case 2:
09373      //m: 2
09374      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09375        p = new TRootContextMenu((TContextMenu*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
09376      } else {
09377        p = new((void*) gvp) TRootContextMenu((TContextMenu*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
09378      }
09379      break;
09380    case 1:
09381      //m: 1
09382      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09383        p = new TRootContextMenu((TContextMenu*) G__int(libp->para[0]));
09384      } else {
09385        p = new((void*) gvp) TRootContextMenu((TContextMenu*) G__int(libp->para[0]));
09386      }
09387      break;
09388    case 0:
09389      int n = G__getaryconstruct();
09390      if (n) {
09391        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09392          p = new TRootContextMenu[n];
09393        } else {
09394          p = new((void*) gvp) TRootContextMenu[n];
09395        }
09396      } else {
09397        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09398          p = new TRootContextMenu;
09399        } else {
09400          p = new((void*) gvp) TRootContextMenu;
09401        }
09402      }
09403      break;
09404    }
09405    result7->obj.i = (long) p;
09406    result7->ref = (long) p;
09407    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu));
09408    return(1 || funcname || hash || result7 || libp) ;
09409 }
09410 
09411 static int G__G__Gui3_269_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09412 {
09413       G__letint(result7, 85, (long) ((const TRootContextMenu*) G__getstructoffset())->GetDialog());
09414    return(1 || funcname || hash || result7 || libp) ;
09415 }
09416 
09417 static int G__G__Gui3_269_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09418 {
09419       ((TRootContextMenu*) G__getstructoffset())->OnlineHelp();
09420       G__setnull(result7);
09421    return(1 || funcname || hash || result7 || libp) ;
09422 }
09423 
09424 static int G__G__Gui3_269_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09425 {
09426       G__letint(result7, 85, (long) TRootContextMenu::Class());
09427    return(1 || funcname || hash || result7 || libp) ;
09428 }
09429 
09430 static int G__G__Gui3_269_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09431 {
09432       G__letint(result7, 67, (long) TRootContextMenu::Class_Name());
09433    return(1 || funcname || hash || result7 || libp) ;
09434 }
09435 
09436 static int G__G__Gui3_269_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09437 {
09438       G__letint(result7, 115, (long) TRootContextMenu::Class_Version());
09439    return(1 || funcname || hash || result7 || libp) ;
09440 }
09441 
09442 static int G__G__Gui3_269_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09443 {
09444       TRootContextMenu::Dictionary();
09445       G__setnull(result7);
09446    return(1 || funcname || hash || result7 || libp) ;
09447 }
09448 
09449 static int G__G__Gui3_269_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09450 {
09451       ((TRootContextMenu*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09452       G__setnull(result7);
09453    return(1 || funcname || hash || result7 || libp) ;
09454 }
09455 
09456 static int G__G__Gui3_269_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09457 {
09458       G__letint(result7, 67, (long) TRootContextMenu::DeclFileName());
09459    return(1 || funcname || hash || result7 || libp) ;
09460 }
09461 
09462 static int G__G__Gui3_269_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09463 {
09464       G__letint(result7, 105, (long) TRootContextMenu::ImplFileLine());
09465    return(1 || funcname || hash || result7 || libp) ;
09466 }
09467 
09468 static int G__G__Gui3_269_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09469 {
09470       G__letint(result7, 67, (long) TRootContextMenu::ImplFileName());
09471    return(1 || funcname || hash || result7 || libp) ;
09472 }
09473 
09474 static int G__G__Gui3_269_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09475 {
09476       G__letint(result7, 105, (long) TRootContextMenu::DeclFileLine());
09477    return(1 || funcname || hash || result7 || libp) ;
09478 }
09479 
09480 // automatic destructor
09481 typedef TRootContextMenu G__TTRootContextMenu;
09482 static int G__G__Gui3_269_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09483 {
09484    char* gvp = (char*) G__getgvp();
09485    long soff = G__getstructoffset();
09486    int n = G__getaryconstruct();
09487    //
09488    //has_a_delete: 1
09489    //has_own_delete1arg: 0
09490    //has_own_delete2arg: 0
09491    //
09492    if (!soff) {
09493      return(1);
09494    }
09495    if (n) {
09496      if (gvp == (char*)G__PVOID) {
09497        delete[] (TRootContextMenu*) soff;
09498      } else {
09499        G__setgvp((long) G__PVOID);
09500        for (int i = n - 1; i >= 0; --i) {
09501          ((TRootContextMenu*) (soff+(sizeof(TRootContextMenu)*i)))->~G__TTRootContextMenu();
09502        }
09503        G__setgvp((long)gvp);
09504      }
09505    } else {
09506      if (gvp == (char*)G__PVOID) {
09507        delete (TRootContextMenu*) soff;
09508      } else {
09509        G__setgvp((long) G__PVOID);
09510        ((TRootContextMenu*) (soff))->~G__TTRootContextMenu();
09511        G__setgvp((long)gvp);
09512      }
09513    }
09514    G__setnull(result7);
09515    return(1 || funcname || hash || result7 || libp) ;
09516 }
09517 
09518 
09519 /* TRootControlBar */
09520 static int G__G__Gui3_271_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09521 {
09522    TRootControlBar* p = NULL;
09523    char* gvp = (char*) G__getgvp();
09524    switch (libp->paran) {
09525    case 4:
09526      //m: 4
09527      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09528        p = new TRootControlBar(
09529 (TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09530 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09531      } else {
09532        p = new((void*) gvp) TRootControlBar(
09533 (TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09534 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
09535      }
09536      break;
09537    case 3:
09538      //m: 3
09539      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09540        p = new TRootControlBar(
09541 (TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09542 , (Int_t) G__int(libp->para[2]));
09543      } else {
09544        p = new((void*) gvp) TRootControlBar(
09545 (TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09546 , (Int_t) G__int(libp->para[2]));
09547      }
09548      break;
09549    case 2:
09550      //m: 2
09551      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09552        p = new TRootControlBar((TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
09553      } else {
09554        p = new((void*) gvp) TRootControlBar((TControlBar*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
09555      }
09556      break;
09557    case 1:
09558      //m: 1
09559      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09560        p = new TRootControlBar((TControlBar*) G__int(libp->para[0]));
09561      } else {
09562        p = new((void*) gvp) TRootControlBar((TControlBar*) G__int(libp->para[0]));
09563      }
09564      break;
09565    case 0:
09566      int n = G__getaryconstruct();
09567      if (n) {
09568        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09569          p = new TRootControlBar[n];
09570        } else {
09571          p = new((void*) gvp) TRootControlBar[n];
09572        }
09573      } else {
09574        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09575          p = new TRootControlBar;
09576        } else {
09577          p = new((void*) gvp) TRootControlBar;
09578        }
09579      }
09580      break;
09581    }
09582    result7->obj.i = (long) p;
09583    result7->ref = (long) p;
09584    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar));
09585    return(1 || funcname || hash || result7 || libp) ;
09586 }
09587 
09588 static int G__G__Gui3_271_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09589 {
09590       G__letint(result7, 85, (long) ((const TRootControlBar*) G__getstructoffset())->GetWidgets());
09591    return(1 || funcname || hash || result7 || libp) ;
09592 }
09593 
09594 static int G__G__Gui3_271_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09595 {
09596    switch (libp->paran) {
09597    case 2:
09598       ((TRootControlBar*) G__getstructoffset())->SetButtonState((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
09599       G__setnull(result7);
09600       break;
09601    case 1:
09602       ((TRootControlBar*) G__getstructoffset())->SetButtonState((const char*) G__int(libp->para[0]));
09603       G__setnull(result7);
09604       break;
09605    }
09606    return(1 || funcname || hash || result7 || libp) ;
09607 }
09608 
09609 static int G__G__Gui3_271_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09610 {
09611       G__letint(result7, 85, (long) TRootControlBar::Class());
09612    return(1 || funcname || hash || result7 || libp) ;
09613 }
09614 
09615 static int G__G__Gui3_271_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09616 {
09617       G__letint(result7, 67, (long) TRootControlBar::Class_Name());
09618    return(1 || funcname || hash || result7 || libp) ;
09619 }
09620 
09621 static int G__G__Gui3_271_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09622 {
09623       G__letint(result7, 115, (long) TRootControlBar::Class_Version());
09624    return(1 || funcname || hash || result7 || libp) ;
09625 }
09626 
09627 static int G__G__Gui3_271_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09628 {
09629       TRootControlBar::Dictionary();
09630       G__setnull(result7);
09631    return(1 || funcname || hash || result7 || libp) ;
09632 }
09633 
09634 static int G__G__Gui3_271_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09635 {
09636       ((TRootControlBar*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09637       G__setnull(result7);
09638    return(1 || funcname || hash || result7 || libp) ;
09639 }
09640 
09641 static int G__G__Gui3_271_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09642 {
09643       G__letint(result7, 67, (long) TRootControlBar::DeclFileName());
09644    return(1 || funcname || hash || result7 || libp) ;
09645 }
09646 
09647 static int G__G__Gui3_271_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09648 {
09649       G__letint(result7, 105, (long) TRootControlBar::ImplFileLine());
09650    return(1 || funcname || hash || result7 || libp) ;
09651 }
09652 
09653 static int G__G__Gui3_271_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09654 {
09655       G__letint(result7, 67, (long) TRootControlBar::ImplFileName());
09656    return(1 || funcname || hash || result7 || libp) ;
09657 }
09658 
09659 static int G__G__Gui3_271_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09660 {
09661       G__letint(result7, 105, (long) TRootControlBar::DeclFileLine());
09662    return(1 || funcname || hash || result7 || libp) ;
09663 }
09664 
09665 // automatic destructor
09666 typedef TRootControlBar G__TTRootControlBar;
09667 static int G__G__Gui3_271_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09668 {
09669    char* gvp = (char*) G__getgvp();
09670    long soff = G__getstructoffset();
09671    int n = G__getaryconstruct();
09672    //
09673    //has_a_delete: 1
09674    //has_own_delete1arg: 0
09675    //has_own_delete2arg: 0
09676    //
09677    if (!soff) {
09678      return(1);
09679    }
09680    if (n) {
09681      if (gvp == (char*)G__PVOID) {
09682        delete[] (TRootControlBar*) soff;
09683      } else {
09684        G__setgvp((long) G__PVOID);
09685        for (int i = n - 1; i >= 0; --i) {
09686          ((TRootControlBar*) (soff+(sizeof(TRootControlBar)*i)))->~G__TTRootControlBar();
09687        }
09688        G__setgvp((long)gvp);
09689      }
09690    } else {
09691      if (gvp == (char*)G__PVOID) {
09692        delete (TRootControlBar*) soff;
09693      } else {
09694        G__setgvp((long) G__PVOID);
09695        ((TRootControlBar*) (soff))->~G__TTRootControlBar();
09696        G__setgvp((long)gvp);
09697      }
09698    }
09699    G__setnull(result7);
09700    return(1 || funcname || hash || result7 || libp) ;
09701 }
09702 
09703 
09704 /* TRootHelpDialog */
09705 static int G__G__Gui3_273_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09706 {
09707    TRootHelpDialog* p = NULL;
09708    char* gvp = (char*) G__getgvp();
09709    switch (libp->paran) {
09710    case 4:
09711      //m: 4
09712      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09713        p = new TRootHelpDialog(
09714 (TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09715 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
09716      } else {
09717        p = new((void*) gvp) TRootHelpDialog(
09718 (TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09719 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
09720      }
09721      break;
09722    case 3:
09723      //m: 3
09724      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09725        p = new TRootHelpDialog(
09726 (TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09727 , (UInt_t) G__int(libp->para[2]));
09728      } else {
09729        p = new((void*) gvp) TRootHelpDialog(
09730 (TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
09731 , (UInt_t) G__int(libp->para[2]));
09732      }
09733      break;
09734    case 2:
09735      //m: 2
09736      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09737        p = new TRootHelpDialog((TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
09738      } else {
09739        p = new((void*) gvp) TRootHelpDialog((TGWindow*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
09740      }
09741      break;
09742    case 1:
09743      //m: 1
09744      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09745        p = new TRootHelpDialog((TGWindow*) G__int(libp->para[0]));
09746      } else {
09747        p = new((void*) gvp) TRootHelpDialog((TGWindow*) G__int(libp->para[0]));
09748      }
09749      break;
09750    case 0:
09751      int n = G__getaryconstruct();
09752      if (n) {
09753        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09754          p = new TRootHelpDialog[n];
09755        } else {
09756          p = new((void*) gvp) TRootHelpDialog[n];
09757        }
09758      } else {
09759        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09760          p = new TRootHelpDialog;
09761        } else {
09762          p = new((void*) gvp) TRootHelpDialog;
09763        }
09764      }
09765      break;
09766    }
09767    result7->obj.i = (long) p;
09768    result7->ref = (long) p;
09769    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog));
09770    return(1 || funcname || hash || result7 || libp) ;
09771 }
09772 
09773 static int G__G__Gui3_273_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09774 {
09775       ((TRootHelpDialog*) G__getstructoffset())->SetText((const char*) G__int(libp->para[0]));
09776       G__setnull(result7);
09777    return(1 || funcname || hash || result7 || libp) ;
09778 }
09779 
09780 static int G__G__Gui3_273_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09781 {
09782       ((TRootHelpDialog*) G__getstructoffset())->AddText((const char*) G__int(libp->para[0]));
09783       G__setnull(result7);
09784    return(1 || funcname || hash || result7 || libp) ;
09785 }
09786 
09787 static int G__G__Gui3_273_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09788 {
09789       ((TRootHelpDialog*) G__getstructoffset())->Popup();
09790       G__setnull(result7);
09791    return(1 || funcname || hash || result7 || libp) ;
09792 }
09793 
09794 static int G__G__Gui3_273_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09795 {
09796       G__letint(result7, 85, (long) TRootHelpDialog::Class());
09797    return(1 || funcname || hash || result7 || libp) ;
09798 }
09799 
09800 static int G__G__Gui3_273_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09801 {
09802       G__letint(result7, 67, (long) TRootHelpDialog::Class_Name());
09803    return(1 || funcname || hash || result7 || libp) ;
09804 }
09805 
09806 static int G__G__Gui3_273_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09807 {
09808       G__letint(result7, 115, (long) TRootHelpDialog::Class_Version());
09809    return(1 || funcname || hash || result7 || libp) ;
09810 }
09811 
09812 static int G__G__Gui3_273_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09813 {
09814       TRootHelpDialog::Dictionary();
09815       G__setnull(result7);
09816    return(1 || funcname || hash || result7 || libp) ;
09817 }
09818 
09819 static int G__G__Gui3_273_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09820 {
09821       ((TRootHelpDialog*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
09822       G__setnull(result7);
09823    return(1 || funcname || hash || result7 || libp) ;
09824 }
09825 
09826 static int G__G__Gui3_273_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09827 {
09828       G__letint(result7, 67, (long) TRootHelpDialog::DeclFileName());
09829    return(1 || funcname || hash || result7 || libp) ;
09830 }
09831 
09832 static int G__G__Gui3_273_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09833 {
09834       G__letint(result7, 105, (long) TRootHelpDialog::ImplFileLine());
09835    return(1 || funcname || hash || result7 || libp) ;
09836 }
09837 
09838 static int G__G__Gui3_273_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09839 {
09840       G__letint(result7, 67, (long) TRootHelpDialog::ImplFileName());
09841    return(1 || funcname || hash || result7 || libp) ;
09842 }
09843 
09844 static int G__G__Gui3_273_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09845 {
09846       G__letint(result7, 105, (long) TRootHelpDialog::DeclFileLine());
09847    return(1 || funcname || hash || result7 || libp) ;
09848 }
09849 
09850 // automatic destructor
09851 typedef TRootHelpDialog G__TTRootHelpDialog;
09852 static int G__G__Gui3_273_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09853 {
09854    char* gvp = (char*) G__getgvp();
09855    long soff = G__getstructoffset();
09856    int n = G__getaryconstruct();
09857    //
09858    //has_a_delete: 1
09859    //has_own_delete1arg: 0
09860    //has_own_delete2arg: 0
09861    //
09862    if (!soff) {
09863      return(1);
09864    }
09865    if (n) {
09866      if (gvp == (char*)G__PVOID) {
09867        delete[] (TRootHelpDialog*) soff;
09868      } else {
09869        G__setgvp((long) G__PVOID);
09870        for (int i = n - 1; i >= 0; --i) {
09871          ((TRootHelpDialog*) (soff+(sizeof(TRootHelpDialog)*i)))->~G__TTRootHelpDialog();
09872        }
09873        G__setgvp((long)gvp);
09874      }
09875    } else {
09876      if (gvp == (char*)G__PVOID) {
09877        delete (TRootHelpDialog*) soff;
09878      } else {
09879        G__setgvp((long) G__PVOID);
09880        ((TRootHelpDialog*) (soff))->~G__TTRootHelpDialog();
09881        G__setgvp((long)gvp);
09882      }
09883    }
09884    G__setnull(result7);
09885    return(1 || funcname || hash || result7 || libp) ;
09886 }
09887 
09888 
09889 /* TRootEmbeddedCanvas */
09890 static int G__G__Gui3_283_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09891 {
09892    TRootEmbeddedCanvas* p = NULL;
09893    char* gvp = (char*) G__getgvp();
09894    switch (libp->paran) {
09895    case 6:
09896      //m: 6
09897      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09898        p = new TRootEmbeddedCanvas(
09899 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09900 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
09901 , (UInt_t) G__int(libp->para[4]), (Pixel_t) G__int(libp->para[5]));
09902      } else {
09903        p = new((void*) gvp) TRootEmbeddedCanvas(
09904 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09905 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
09906 , (UInt_t) G__int(libp->para[4]), (Pixel_t) G__int(libp->para[5]));
09907      }
09908      break;
09909    case 5:
09910      //m: 5
09911      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09912        p = new TRootEmbeddedCanvas(
09913 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09914 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
09915 , (UInt_t) G__int(libp->para[4]));
09916      } else {
09917        p = new((void*) gvp) TRootEmbeddedCanvas(
09918 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09919 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
09920 , (UInt_t) G__int(libp->para[4]));
09921      }
09922      break;
09923    case 4:
09924      //m: 4
09925      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09926        p = new TRootEmbeddedCanvas(
09927 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09928 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
09929      } else {
09930        p = new((void*) gvp) TRootEmbeddedCanvas(
09931 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09932 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
09933      }
09934      break;
09935    case 3:
09936      //m: 3
09937      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09938        p = new TRootEmbeddedCanvas(
09939 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09940 , (UInt_t) G__int(libp->para[2]));
09941      } else {
09942        p = new((void*) gvp) TRootEmbeddedCanvas(
09943 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
09944 , (UInt_t) G__int(libp->para[2]));
09945      }
09946      break;
09947    case 2:
09948      //m: 2
09949      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09950        p = new TRootEmbeddedCanvas((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
09951      } else {
09952        p = new((void*) gvp) TRootEmbeddedCanvas((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
09953      }
09954      break;
09955    case 1:
09956      //m: 1
09957      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09958        p = new TRootEmbeddedCanvas((const char*) G__int(libp->para[0]));
09959      } else {
09960        p = new((void*) gvp) TRootEmbeddedCanvas((const char*) G__int(libp->para[0]));
09961      }
09962      break;
09963    case 0:
09964      int n = G__getaryconstruct();
09965      if (n) {
09966        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09967          p = new TRootEmbeddedCanvas[n];
09968        } else {
09969          p = new((void*) gvp) TRootEmbeddedCanvas[n];
09970        }
09971      } else {
09972        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
09973          p = new TRootEmbeddedCanvas;
09974        } else {
09975          p = new((void*) gvp) TRootEmbeddedCanvas;
09976        }
09977      }
09978      break;
09979    }
09980    result7->obj.i = (long) p;
09981    result7->ref = (long) p;
09982    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas));
09983    return(1 || funcname || hash || result7 || libp) ;
09984 }
09985 
09986 static int G__G__Gui3_283_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09987 {
09988       ((TRootEmbeddedCanvas*) G__getstructoffset())->AdoptCanvas((TCanvas*) G__int(libp->para[0]));
09989       G__setnull(result7);
09990    return(1 || funcname || hash || result7 || libp) ;
09991 }
09992 
09993 static int G__G__Gui3_283_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
09994 {
09995       G__letint(result7, 85, (long) ((const TRootEmbeddedCanvas*) G__getstructoffset())->GetCanvas());
09996    return(1 || funcname || hash || result7 || libp) ;
09997 }
09998 
09999 static int G__G__Gui3_283_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10000 {
10001       G__letint(result7, 105, (long) ((const TRootEmbeddedCanvas*) G__getstructoffset())->GetCanvasWindowId());
10002    return(1 || funcname || hash || result7 || libp) ;
10003 }
10004 
10005 static int G__G__Gui3_283_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10006 {
10007       G__letint(result7, 103, (long) ((const TRootEmbeddedCanvas*) G__getstructoffset())->GetAutoFit());
10008    return(1 || funcname || hash || result7 || libp) ;
10009 }
10010 
10011 static int G__G__Gui3_283_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10012 {
10013    switch (libp->paran) {
10014    case 1:
10015       ((TRootEmbeddedCanvas*) G__getstructoffset())->SetAutoFit((Bool_t) G__int(libp->para[0]));
10016       G__setnull(result7);
10017       break;
10018    case 0:
10019       ((TRootEmbeddedCanvas*) G__getstructoffset())->SetAutoFit();
10020       G__setnull(result7);
10021       break;
10022    }
10023    return(1 || funcname || hash || result7 || libp) ;
10024 }
10025 
10026 static int G__G__Gui3_283_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10027 {
10028       G__letint(result7, 85, (long) TRootEmbeddedCanvas::Class());
10029    return(1 || funcname || hash || result7 || libp) ;
10030 }
10031 
10032 static int G__G__Gui3_283_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10033 {
10034       G__letint(result7, 67, (long) TRootEmbeddedCanvas::Class_Name());
10035    return(1 || funcname || hash || result7 || libp) ;
10036 }
10037 
10038 static int G__G__Gui3_283_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10039 {
10040       G__letint(result7, 115, (long) TRootEmbeddedCanvas::Class_Version());
10041    return(1 || funcname || hash || result7 || libp) ;
10042 }
10043 
10044 static int G__G__Gui3_283_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10045 {
10046       TRootEmbeddedCanvas::Dictionary();
10047       G__setnull(result7);
10048    return(1 || funcname || hash || result7 || libp) ;
10049 }
10050 
10051 static int G__G__Gui3_283_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10052 {
10053       ((TRootEmbeddedCanvas*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10054       G__setnull(result7);
10055    return(1 || funcname || hash || result7 || libp) ;
10056 }
10057 
10058 static int G__G__Gui3_283_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10059 {
10060       G__letint(result7, 67, (long) TRootEmbeddedCanvas::DeclFileName());
10061    return(1 || funcname || hash || result7 || libp) ;
10062 }
10063 
10064 static int G__G__Gui3_283_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10065 {
10066       G__letint(result7, 105, (long) TRootEmbeddedCanvas::ImplFileLine());
10067    return(1 || funcname || hash || result7 || libp) ;
10068 }
10069 
10070 static int G__G__Gui3_283_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10071 {
10072       G__letint(result7, 67, (long) TRootEmbeddedCanvas::ImplFileName());
10073    return(1 || funcname || hash || result7 || libp) ;
10074 }
10075 
10076 static int G__G__Gui3_283_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10077 {
10078       G__letint(result7, 105, (long) TRootEmbeddedCanvas::DeclFileLine());
10079    return(1 || funcname || hash || result7 || libp) ;
10080 }
10081 
10082 // automatic destructor
10083 typedef TRootEmbeddedCanvas G__TTRootEmbeddedCanvas;
10084 static int G__G__Gui3_283_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10085 {
10086    char* gvp = (char*) G__getgvp();
10087    long soff = G__getstructoffset();
10088    int n = G__getaryconstruct();
10089    //
10090    //has_a_delete: 1
10091    //has_own_delete1arg: 0
10092    //has_own_delete2arg: 0
10093    //
10094    if (!soff) {
10095      return(1);
10096    }
10097    if (n) {
10098      if (gvp == (char*)G__PVOID) {
10099        delete[] (TRootEmbeddedCanvas*) soff;
10100      } else {
10101        G__setgvp((long) G__PVOID);
10102        for (int i = n - 1; i >= 0; --i) {
10103          ((TRootEmbeddedCanvas*) (soff+(sizeof(TRootEmbeddedCanvas)*i)))->~G__TTRootEmbeddedCanvas();
10104        }
10105        G__setgvp((long)gvp);
10106      }
10107    } else {
10108      if (gvp == (char*)G__PVOID) {
10109        delete (TRootEmbeddedCanvas*) soff;
10110      } else {
10111        G__setgvp((long) G__PVOID);
10112        ((TRootEmbeddedCanvas*) (soff))->~G__TTRootEmbeddedCanvas();
10113        G__setgvp((long)gvp);
10114      }
10115    }
10116    G__setnull(result7);
10117    return(1 || funcname || hash || result7 || libp) ;
10118 }
10119 
10120 
10121 /* TGColorPalette */
10122 static int G__G__Gui3_288_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10123 {
10124    TGColorPalette* p = NULL;
10125    char* gvp = (char*) G__getgvp();
10126    switch (libp->paran) {
10127    case 4:
10128      //m: 4
10129      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10130        p = new TGColorPalette(
10131 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10132 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10133      } else {
10134        p = new((void*) gvp) TGColorPalette(
10135 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10136 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10137      }
10138      break;
10139    case 3:
10140      //m: 3
10141      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10142        p = new TGColorPalette(
10143 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10144 , (Int_t) G__int(libp->para[2]));
10145      } else {
10146        p = new((void*) gvp) TGColorPalette(
10147 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10148 , (Int_t) G__int(libp->para[2]));
10149      }
10150      break;
10151    case 2:
10152      //m: 2
10153      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10154        p = new TGColorPalette((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
10155      } else {
10156        p = new((void*) gvp) TGColorPalette((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
10157      }
10158      break;
10159    case 1:
10160      //m: 1
10161      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10162        p = new TGColorPalette((TGWindow*) G__int(libp->para[0]));
10163      } else {
10164        p = new((void*) gvp) TGColorPalette((TGWindow*) G__int(libp->para[0]));
10165      }
10166      break;
10167    case 0:
10168      int n = G__getaryconstruct();
10169      if (n) {
10170        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10171          p = new TGColorPalette[n];
10172        } else {
10173          p = new((void*) gvp) TGColorPalette[n];
10174        }
10175      } else {
10176        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10177          p = new TGColorPalette;
10178        } else {
10179          p = new((void*) gvp) TGColorPalette;
10180        }
10181      }
10182      break;
10183    }
10184    result7->obj.i = (long) p;
10185    result7->ref = (long) p;
10186    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette));
10187    return(1 || funcname || hash || result7 || libp) ;
10188 }
10189 
10190 static int G__G__Gui3_288_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10191 {
10192       ((TGColorPalette*) G__getstructoffset())->SetColors((Pixel_t*) G__int(libp->para[0]));
10193       G__setnull(result7);
10194    return(1 || funcname || hash || result7 || libp) ;
10195 }
10196 
10197 static int G__G__Gui3_288_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10198 {
10199       ((TGColorPalette*) G__getstructoffset())->SetColor((Int_t) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1]));
10200       G__setnull(result7);
10201    return(1 || funcname || hash || result7 || libp) ;
10202 }
10203 
10204 static int G__G__Gui3_288_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10205 {
10206       ((TGColorPalette*) G__getstructoffset())->SetCurrentCellColor((Pixel_t) G__int(libp->para[0]));
10207       G__setnull(result7);
10208    return(1 || funcname || hash || result7 || libp) ;
10209 }
10210 
10211 static int G__G__Gui3_288_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10212 {
10213    switch (libp->paran) {
10214    case 2:
10215       ((TGColorPalette*) G__getstructoffset())->SetCellSize((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
10216       G__setnull(result7);
10217       break;
10218    case 1:
10219       ((TGColorPalette*) G__getstructoffset())->SetCellSize((Int_t) G__int(libp->para[0]));
10220       G__setnull(result7);
10221       break;
10222    case 0:
10223       ((TGColorPalette*) G__getstructoffset())->SetCellSize();
10224       G__setnull(result7);
10225       break;
10226    }
10227    return(1 || funcname || hash || result7 || libp) ;
10228 }
10229 
10230 static int G__G__Gui3_288_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10231 {
10232       G__letint(result7, 107, (long) ((const TGColorPalette*) G__getstructoffset())->GetColorByIndex((Int_t) G__int(libp->para[0])));
10233    return(1 || funcname || hash || result7 || libp) ;
10234 }
10235 
10236 static int G__G__Gui3_288_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10237 {
10238       G__letint(result7, 107, (long) ((const TGColorPalette*) G__getstructoffset())->GetCurrentColor());
10239    return(1 || funcname || hash || result7 || libp) ;
10240 }
10241 
10242 static int G__G__Gui3_288_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10243 {
10244    switch (libp->paran) {
10245    case 1:
10246       ((TGColorPalette*) G__getstructoffset())->ColorSelected((Pixel_t) G__int(libp->para[0]));
10247       G__setnull(result7);
10248       break;
10249    case 0:
10250       ((TGColorPalette*) G__getstructoffset())->ColorSelected();
10251       G__setnull(result7);
10252       break;
10253    }
10254    return(1 || funcname || hash || result7 || libp) ;
10255 }
10256 
10257 static int G__G__Gui3_288_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10258 {
10259       G__letint(result7, 85, (long) TGColorPalette::Class());
10260    return(1 || funcname || hash || result7 || libp) ;
10261 }
10262 
10263 static int G__G__Gui3_288_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10264 {
10265       G__letint(result7, 67, (long) TGColorPalette::Class_Name());
10266    return(1 || funcname || hash || result7 || libp) ;
10267 }
10268 
10269 static int G__G__Gui3_288_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10270 {
10271       G__letint(result7, 115, (long) TGColorPalette::Class_Version());
10272    return(1 || funcname || hash || result7 || libp) ;
10273 }
10274 
10275 static int G__G__Gui3_288_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10276 {
10277       TGColorPalette::Dictionary();
10278       G__setnull(result7);
10279    return(1 || funcname || hash || result7 || libp) ;
10280 }
10281 
10282 static int G__G__Gui3_288_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10283 {
10284       ((TGColorPalette*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10285       G__setnull(result7);
10286    return(1 || funcname || hash || result7 || libp) ;
10287 }
10288 
10289 static int G__G__Gui3_288_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10290 {
10291       G__letint(result7, 67, (long) TGColorPalette::DeclFileName());
10292    return(1 || funcname || hash || result7 || libp) ;
10293 }
10294 
10295 static int G__G__Gui3_288_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10296 {
10297       G__letint(result7, 105, (long) TGColorPalette::ImplFileLine());
10298    return(1 || funcname || hash || result7 || libp) ;
10299 }
10300 
10301 static int G__G__Gui3_288_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10302 {
10303       G__letint(result7, 67, (long) TGColorPalette::ImplFileName());
10304    return(1 || funcname || hash || result7 || libp) ;
10305 }
10306 
10307 static int G__G__Gui3_288_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10308 {
10309       G__letint(result7, 105, (long) TGColorPalette::DeclFileLine());
10310    return(1 || funcname || hash || result7 || libp) ;
10311 }
10312 
10313 // automatic destructor
10314 typedef TGColorPalette G__TTGColorPalette;
10315 static int G__G__Gui3_288_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10316 {
10317    char* gvp = (char*) G__getgvp();
10318    long soff = G__getstructoffset();
10319    int n = G__getaryconstruct();
10320    //
10321    //has_a_delete: 1
10322    //has_own_delete1arg: 0
10323    //has_own_delete2arg: 0
10324    //
10325    if (!soff) {
10326      return(1);
10327    }
10328    if (n) {
10329      if (gvp == (char*)G__PVOID) {
10330        delete[] (TGColorPalette*) soff;
10331      } else {
10332        G__setgvp((long) G__PVOID);
10333        for (int i = n - 1; i >= 0; --i) {
10334          ((TGColorPalette*) (soff+(sizeof(TGColorPalette)*i)))->~G__TTGColorPalette();
10335        }
10336        G__setgvp((long)gvp);
10337      }
10338    } else {
10339      if (gvp == (char*)G__PVOID) {
10340        delete (TGColorPalette*) soff;
10341      } else {
10342        G__setgvp((long) G__PVOID);
10343        ((TGColorPalette*) (soff))->~G__TTGColorPalette();
10344        G__setgvp((long)gvp);
10345      }
10346    }
10347    G__setnull(result7);
10348    return(1 || funcname || hash || result7 || libp) ;
10349 }
10350 
10351 
10352 /* TGColorPick */
10353 static int G__G__Gui3_289_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10354 {
10355    TGColorPick* p = NULL;
10356    char* gvp = (char*) G__getgvp();
10357    switch (libp->paran) {
10358    case 4:
10359      //m: 4
10360      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10361        p = new TGColorPick(
10362 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10363 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10364      } else {
10365        p = new((void*) gvp) TGColorPick(
10366 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10367 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
10368      }
10369      break;
10370    case 3:
10371      //m: 3
10372      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10373        p = new TGColorPick(
10374 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10375 , (Int_t) G__int(libp->para[2]));
10376      } else {
10377        p = new((void*) gvp) TGColorPick(
10378 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10379 , (Int_t) G__int(libp->para[2]));
10380      }
10381      break;
10382    case 2:
10383      //m: 2
10384      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10385        p = new TGColorPick((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
10386      } else {
10387        p = new((void*) gvp) TGColorPick((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
10388      }
10389      break;
10390    case 1:
10391      //m: 1
10392      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10393        p = new TGColorPick((TGWindow*) G__int(libp->para[0]));
10394      } else {
10395        p = new((void*) gvp) TGColorPick((TGWindow*) G__int(libp->para[0]));
10396      }
10397      break;
10398    case 0:
10399      int n = G__getaryconstruct();
10400      if (n) {
10401        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10402          p = new TGColorPick[n];
10403        } else {
10404          p = new((void*) gvp) TGColorPick[n];
10405        }
10406      } else {
10407        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10408          p = new TGColorPick;
10409        } else {
10410          p = new((void*) gvp) TGColorPick;
10411        }
10412      }
10413      break;
10414    }
10415    result7->obj.i = (long) p;
10416    result7->ref = (long) p;
10417    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick));
10418    return(1 || funcname || hash || result7 || libp) ;
10419 }
10420 
10421 static int G__G__Gui3_289_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10422 {
10423       ((TGColorPick*) G__getstructoffset())->SetColor((Pixel_t) G__int(libp->para[0]));
10424       G__setnull(result7);
10425    return(1 || funcname || hash || result7 || libp) ;
10426 }
10427 
10428 static int G__G__Gui3_289_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10429 {
10430       G__letint(result7, 107, (long) ((const TGColorPick*) G__getstructoffset())->GetCurrentColor());
10431    return(1 || funcname || hash || result7 || libp) ;
10432 }
10433 
10434 static int G__G__Gui3_289_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10435 {
10436    switch (libp->paran) {
10437    case 1:
10438       ((TGColorPick*) G__getstructoffset())->ColorSelected((Pixel_t) G__int(libp->para[0]));
10439       G__setnull(result7);
10440       break;
10441    case 0:
10442       ((TGColorPick*) G__getstructoffset())->ColorSelected();
10443       G__setnull(result7);
10444       break;
10445    }
10446    return(1 || funcname || hash || result7 || libp) ;
10447 }
10448 
10449 static int G__G__Gui3_289_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10450 {
10451       G__letint(result7, 85, (long) TGColorPick::Class());
10452    return(1 || funcname || hash || result7 || libp) ;
10453 }
10454 
10455 static int G__G__Gui3_289_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10456 {
10457       G__letint(result7, 67, (long) TGColorPick::Class_Name());
10458    return(1 || funcname || hash || result7 || libp) ;
10459 }
10460 
10461 static int G__G__Gui3_289_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10462 {
10463       G__letint(result7, 115, (long) TGColorPick::Class_Version());
10464    return(1 || funcname || hash || result7 || libp) ;
10465 }
10466 
10467 static int G__G__Gui3_289_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10468 {
10469       TGColorPick::Dictionary();
10470       G__setnull(result7);
10471    return(1 || funcname || hash || result7 || libp) ;
10472 }
10473 
10474 static int G__G__Gui3_289_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10475 {
10476       ((TGColorPick*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10477       G__setnull(result7);
10478    return(1 || funcname || hash || result7 || libp) ;
10479 }
10480 
10481 static int G__G__Gui3_289_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10482 {
10483       G__letint(result7, 67, (long) TGColorPick::DeclFileName());
10484    return(1 || funcname || hash || result7 || libp) ;
10485 }
10486 
10487 static int G__G__Gui3_289_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10488 {
10489       G__letint(result7, 105, (long) TGColorPick::ImplFileLine());
10490    return(1 || funcname || hash || result7 || libp) ;
10491 }
10492 
10493 static int G__G__Gui3_289_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10494 {
10495       G__letint(result7, 67, (long) TGColorPick::ImplFileName());
10496    return(1 || funcname || hash || result7 || libp) ;
10497 }
10498 
10499 static int G__G__Gui3_289_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10500 {
10501       G__letint(result7, 105, (long) TGColorPick::DeclFileLine());
10502    return(1 || funcname || hash || result7 || libp) ;
10503 }
10504 
10505 // automatic destructor
10506 typedef TGColorPick G__TTGColorPick;
10507 static int G__G__Gui3_289_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10508 {
10509    char* gvp = (char*) G__getgvp();
10510    long soff = G__getstructoffset();
10511    int n = G__getaryconstruct();
10512    //
10513    //has_a_delete: 1
10514    //has_own_delete1arg: 0
10515    //has_own_delete2arg: 0
10516    //
10517    if (!soff) {
10518      return(1);
10519    }
10520    if (n) {
10521      if (gvp == (char*)G__PVOID) {
10522        delete[] (TGColorPick*) soff;
10523      } else {
10524        G__setgvp((long) G__PVOID);
10525        for (int i = n - 1; i >= 0; --i) {
10526          ((TGColorPick*) (soff+(sizeof(TGColorPick)*i)))->~G__TTGColorPick();
10527        }
10528        G__setgvp((long)gvp);
10529      }
10530    } else {
10531      if (gvp == (char*)G__PVOID) {
10532        delete (TGColorPick*) soff;
10533      } else {
10534        G__setgvp((long) G__PVOID);
10535        ((TGColorPick*) (soff))->~G__TTGColorPick();
10536        G__setgvp((long)gvp);
10537      }
10538    }
10539    G__setnull(result7);
10540    return(1 || funcname || hash || result7 || libp) ;
10541 }
10542 
10543 
10544 /* TGColorDialog */
10545 static int G__G__Gui3_290_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10546 {
10547    TGColorDialog* p = NULL;
10548    char* gvp = (char*) G__getgvp();
10549    switch (libp->paran) {
10550    case 5:
10551      //m: 5
10552      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10553        p = new TGColorDialog(
10554 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
10555 , (Int_t*) G__int(libp->para[2]), (Pixel_t*) G__int(libp->para[3])
10556 , (Bool_t) G__int(libp->para[4]));
10557      } else {
10558        p = new((void*) gvp) TGColorDialog(
10559 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
10560 , (Int_t*) G__int(libp->para[2]), (Pixel_t*) G__int(libp->para[3])
10561 , (Bool_t) G__int(libp->para[4]));
10562      }
10563      break;
10564    case 4:
10565      //m: 4
10566      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10567        p = new TGColorDialog(
10568 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
10569 , (Int_t*) G__int(libp->para[2]), (Pixel_t*) G__int(libp->para[3]));
10570      } else {
10571        p = new((void*) gvp) TGColorDialog(
10572 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
10573 , (Int_t*) G__int(libp->para[2]), (Pixel_t*) G__int(libp->para[3]));
10574      }
10575      break;
10576    case 3:
10577      //m: 3
10578      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10579        p = new TGColorDialog(
10580 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
10581 , (Int_t*) G__int(libp->para[2]));
10582      } else {
10583        p = new((void*) gvp) TGColorDialog(
10584 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
10585 , (Int_t*) G__int(libp->para[2]));
10586      }
10587      break;
10588    case 2:
10589      //m: 2
10590      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10591        p = new TGColorDialog((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
10592      } else {
10593        p = new((void*) gvp) TGColorDialog((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
10594      }
10595      break;
10596    case 1:
10597      //m: 1
10598      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10599        p = new TGColorDialog((TGWindow*) G__int(libp->para[0]));
10600      } else {
10601        p = new((void*) gvp) TGColorDialog((TGWindow*) G__int(libp->para[0]));
10602      }
10603      break;
10604    case 0:
10605      int n = G__getaryconstruct();
10606      if (n) {
10607        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10608          p = new TGColorDialog[n];
10609        } else {
10610          p = new((void*) gvp) TGColorDialog[n];
10611        }
10612      } else {
10613        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10614          p = new TGColorDialog;
10615        } else {
10616          p = new((void*) gvp) TGColorDialog;
10617        }
10618      }
10619      break;
10620    }
10621    result7->obj.i = (long) p;
10622    result7->ref = (long) p;
10623    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog));
10624    return(1 || funcname || hash || result7 || libp) ;
10625 }
10626 
10627 static int G__G__Gui3_290_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10628 {
10629       G__letint(result7, 85, (long) ((const TGColorDialog*) G__getstructoffset())->GetPalette());
10630    return(1 || funcname || hash || result7 || libp) ;
10631 }
10632 
10633 static int G__G__Gui3_290_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10634 {
10635       G__letint(result7, 85, (long) ((const TGColorDialog*) G__getstructoffset())->GetCustomPalette());
10636    return(1 || funcname || hash || result7 || libp) ;
10637 }
10638 
10639 static int G__G__Gui3_290_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10640 {
10641       ((TGColorDialog*) G__getstructoffset())->ColorSelected((Pixel_t) G__int(libp->para[0]));
10642       G__setnull(result7);
10643    return(1 || funcname || hash || result7 || libp) ;
10644 }
10645 
10646 static int G__G__Gui3_290_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10647 {
10648       ((TGColorDialog*) G__getstructoffset())->DoPreview();
10649       G__setnull(result7);
10650    return(1 || funcname || hash || result7 || libp) ;
10651 }
10652 
10653 static int G__G__Gui3_290_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10654 {
10655       ((TGColorDialog*) G__getstructoffset())->SetCurrentColor((Pixel_t) G__int(libp->para[0]));
10656       G__setnull(result7);
10657    return(1 || funcname || hash || result7 || libp) ;
10658 }
10659 
10660 static int G__G__Gui3_290_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10661 {
10662       ((TGColorDialog*) G__getstructoffset())->SetColorInfo((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
10663 , (Int_t) G__int(libp->para[2]), (TObject*) G__int(libp->para[3]));
10664       G__setnull(result7);
10665    return(1 || funcname || hash || result7 || libp) ;
10666 }
10667 
10668 static int G__G__Gui3_290_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10669 {
10670       G__letint(result7, 85, (long) TGColorDialog::Class());
10671    return(1 || funcname || hash || result7 || libp) ;
10672 }
10673 
10674 static int G__G__Gui3_290_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10675 {
10676       G__letint(result7, 67, (long) TGColorDialog::Class_Name());
10677    return(1 || funcname || hash || result7 || libp) ;
10678 }
10679 
10680 static int G__G__Gui3_290_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10681 {
10682       G__letint(result7, 115, (long) TGColorDialog::Class_Version());
10683    return(1 || funcname || hash || result7 || libp) ;
10684 }
10685 
10686 static int G__G__Gui3_290_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10687 {
10688       TGColorDialog::Dictionary();
10689       G__setnull(result7);
10690    return(1 || funcname || hash || result7 || libp) ;
10691 }
10692 
10693 static int G__G__Gui3_290_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10694 {
10695       ((TGColorDialog*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10696       G__setnull(result7);
10697    return(1 || funcname || hash || result7 || libp) ;
10698 }
10699 
10700 static int G__G__Gui3_290_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10701 {
10702       G__letint(result7, 67, (long) TGColorDialog::DeclFileName());
10703    return(1 || funcname || hash || result7 || libp) ;
10704 }
10705 
10706 static int G__G__Gui3_290_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10707 {
10708       G__letint(result7, 105, (long) TGColorDialog::ImplFileLine());
10709    return(1 || funcname || hash || result7 || libp) ;
10710 }
10711 
10712 static int G__G__Gui3_290_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10713 {
10714       G__letint(result7, 67, (long) TGColorDialog::ImplFileName());
10715    return(1 || funcname || hash || result7 || libp) ;
10716 }
10717 
10718 static int G__G__Gui3_290_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10719 {
10720       G__letint(result7, 105, (long) TGColorDialog::DeclFileLine());
10721    return(1 || funcname || hash || result7 || libp) ;
10722 }
10723 
10724 // automatic destructor
10725 typedef TGColorDialog G__TTGColorDialog;
10726 static int G__G__Gui3_290_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10727 {
10728    char* gvp = (char*) G__getgvp();
10729    long soff = G__getstructoffset();
10730    int n = G__getaryconstruct();
10731    //
10732    //has_a_delete: 1
10733    //has_own_delete1arg: 0
10734    //has_own_delete2arg: 0
10735    //
10736    if (!soff) {
10737      return(1);
10738    }
10739    if (n) {
10740      if (gvp == (char*)G__PVOID) {
10741        delete[] (TGColorDialog*) soff;
10742      } else {
10743        G__setgvp((long) G__PVOID);
10744        for (int i = n - 1; i >= 0; --i) {
10745          ((TGColorDialog*) (soff+(sizeof(TGColorDialog)*i)))->~G__TTGColorDialog();
10746        }
10747        G__setgvp((long)gvp);
10748      }
10749    } else {
10750      if (gvp == (char*)G__PVOID) {
10751        delete (TGColorDialog*) soff;
10752      } else {
10753        G__setgvp((long) G__PVOID);
10754        ((TGColorDialog*) (soff))->~G__TTGColorDialog();
10755        G__setgvp((long)gvp);
10756      }
10757    }
10758    G__setnull(result7);
10759    return(1 || funcname || hash || result7 || libp) ;
10760 }
10761 
10762 
10763 /* TGColorFrame */
10764 static int G__G__Gui3_296_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10765 {
10766    TGColorFrame* p = NULL;
10767    char* gvp = (char*) G__getgvp();
10768    switch (libp->paran) {
10769    case 3:
10770      //m: 3
10771      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10772        p = new TGColorFrame(
10773 (TGWindow*) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1])
10774 , (Int_t) G__int(libp->para[2]));
10775      } else {
10776        p = new((void*) gvp) TGColorFrame(
10777 (TGWindow*) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1])
10778 , (Int_t) G__int(libp->para[2]));
10779      }
10780      break;
10781    case 2:
10782      //m: 2
10783      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10784        p = new TGColorFrame((TGWindow*) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1]));
10785      } else {
10786        p = new((void*) gvp) TGColorFrame((TGWindow*) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1]));
10787      }
10788      break;
10789    case 1:
10790      //m: 1
10791      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10792        p = new TGColorFrame((TGWindow*) G__int(libp->para[0]));
10793      } else {
10794        p = new((void*) gvp) TGColorFrame((TGWindow*) G__int(libp->para[0]));
10795      }
10796      break;
10797    case 0:
10798      int n = G__getaryconstruct();
10799      if (n) {
10800        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10801          p = new TGColorFrame[n];
10802        } else {
10803          p = new((void*) gvp) TGColorFrame[n];
10804        }
10805      } else {
10806        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10807          p = new TGColorFrame;
10808        } else {
10809          p = new((void*) gvp) TGColorFrame;
10810        }
10811      }
10812      break;
10813    }
10814    result7->obj.i = (long) p;
10815    result7->ref = (long) p;
10816    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame));
10817    return(1 || funcname || hash || result7 || libp) ;
10818 }
10819 
10820 static int G__G__Gui3_296_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10821 {
10822       ((TGColorFrame*) G__getstructoffset())->SetActive((Bool_t) G__int(libp->para[0]));
10823       G__setnull(result7);
10824    return(1 || funcname || hash || result7 || libp) ;
10825 }
10826 
10827 static int G__G__Gui3_296_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10828 {
10829       G__letint(result7, 107, (long) ((const TGColorFrame*) G__getstructoffset())->GetColor());
10830    return(1 || funcname || hash || result7 || libp) ;
10831 }
10832 
10833 static int G__G__Gui3_296_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10834 {
10835       G__letint(result7, 85, (long) TGColorFrame::Class());
10836    return(1 || funcname || hash || result7 || libp) ;
10837 }
10838 
10839 static int G__G__Gui3_296_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10840 {
10841       G__letint(result7, 67, (long) TGColorFrame::Class_Name());
10842    return(1 || funcname || hash || result7 || libp) ;
10843 }
10844 
10845 static int G__G__Gui3_296_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10846 {
10847       G__letint(result7, 115, (long) TGColorFrame::Class_Version());
10848    return(1 || funcname || hash || result7 || libp) ;
10849 }
10850 
10851 static int G__G__Gui3_296_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10852 {
10853       TGColorFrame::Dictionary();
10854       G__setnull(result7);
10855    return(1 || funcname || hash || result7 || libp) ;
10856 }
10857 
10858 static int G__G__Gui3_296_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10859 {
10860       ((TGColorFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
10861       G__setnull(result7);
10862    return(1 || funcname || hash || result7 || libp) ;
10863 }
10864 
10865 static int G__G__Gui3_296_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10866 {
10867       G__letint(result7, 67, (long) TGColorFrame::DeclFileName());
10868    return(1 || funcname || hash || result7 || libp) ;
10869 }
10870 
10871 static int G__G__Gui3_296_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10872 {
10873       G__letint(result7, 105, (long) TGColorFrame::ImplFileLine());
10874    return(1 || funcname || hash || result7 || libp) ;
10875 }
10876 
10877 static int G__G__Gui3_296_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10878 {
10879       G__letint(result7, 67, (long) TGColorFrame::ImplFileName());
10880    return(1 || funcname || hash || result7 || libp) ;
10881 }
10882 
10883 static int G__G__Gui3_296_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10884 {
10885       G__letint(result7, 105, (long) TGColorFrame::DeclFileLine());
10886    return(1 || funcname || hash || result7 || libp) ;
10887 }
10888 
10889 // automatic destructor
10890 typedef TGColorFrame G__TTGColorFrame;
10891 static int G__G__Gui3_296_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10892 {
10893    char* gvp = (char*) G__getgvp();
10894    long soff = G__getstructoffset();
10895    int n = G__getaryconstruct();
10896    //
10897    //has_a_delete: 1
10898    //has_own_delete1arg: 0
10899    //has_own_delete2arg: 0
10900    //
10901    if (!soff) {
10902      return(1);
10903    }
10904    if (n) {
10905      if (gvp == (char*)G__PVOID) {
10906        delete[] (TGColorFrame*) soff;
10907      } else {
10908        G__setgvp((long) G__PVOID);
10909        for (int i = n - 1; i >= 0; --i) {
10910          ((TGColorFrame*) (soff+(sizeof(TGColorFrame)*i)))->~G__TTGColorFrame();
10911        }
10912        G__setgvp((long)gvp);
10913      }
10914    } else {
10915      if (gvp == (char*)G__PVOID) {
10916        delete (TGColorFrame*) soff;
10917      } else {
10918        G__setgvp((long) G__PVOID);
10919        ((TGColorFrame*) (soff))->~G__TTGColorFrame();
10920        G__setgvp((long)gvp);
10921      }
10922    }
10923    G__setnull(result7);
10924    return(1 || funcname || hash || result7 || libp) ;
10925 }
10926 
10927 
10928 /* TG16ColorSelector */
10929 static int G__G__Gui3_297_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10930 {
10931    TG16ColorSelector* p = NULL;
10932    char* gvp = (char*) G__getgvp();
10933    switch (libp->paran) {
10934    case 1:
10935      //m: 1
10936      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10937        p = new TG16ColorSelector((TGWindow*) G__int(libp->para[0]));
10938      } else {
10939        p = new((void*) gvp) TG16ColorSelector((TGWindow*) G__int(libp->para[0]));
10940      }
10941      break;
10942    case 0:
10943      int n = G__getaryconstruct();
10944      if (n) {
10945        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10946          p = new TG16ColorSelector[n];
10947        } else {
10948          p = new((void*) gvp) TG16ColorSelector[n];
10949        }
10950      } else {
10951        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
10952          p = new TG16ColorSelector;
10953        } else {
10954          p = new((void*) gvp) TG16ColorSelector;
10955        }
10956      }
10957      break;
10958    }
10959    result7->obj.i = (long) p;
10960    result7->ref = (long) p;
10961    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector));
10962    return(1 || funcname || hash || result7 || libp) ;
10963 }
10964 
10965 static int G__G__Gui3_297_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10966 {
10967       ((TG16ColorSelector*) G__getstructoffset())->SetActive((Int_t) G__int(libp->para[0]));
10968       G__setnull(result7);
10969    return(1 || funcname || hash || result7 || libp) ;
10970 }
10971 
10972 static int G__G__Gui3_297_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10973 {
10974       G__letint(result7, 105, (long) ((TG16ColorSelector*) G__getstructoffset())->GetActive());
10975    return(1 || funcname || hash || result7 || libp) ;
10976 }
10977 
10978 static int G__G__Gui3_297_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10979 {
10980       G__letint(result7, 85, (long) TG16ColorSelector::Class());
10981    return(1 || funcname || hash || result7 || libp) ;
10982 }
10983 
10984 static int G__G__Gui3_297_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10985 {
10986       G__letint(result7, 67, (long) TG16ColorSelector::Class_Name());
10987    return(1 || funcname || hash || result7 || libp) ;
10988 }
10989 
10990 static int G__G__Gui3_297_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10991 {
10992       G__letint(result7, 115, (long) TG16ColorSelector::Class_Version());
10993    return(1 || funcname || hash || result7 || libp) ;
10994 }
10995 
10996 static int G__G__Gui3_297_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
10997 {
10998       TG16ColorSelector::Dictionary();
10999       G__setnull(result7);
11000    return(1 || funcname || hash || result7 || libp) ;
11001 }
11002 
11003 static int G__G__Gui3_297_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11004 {
11005       ((TG16ColorSelector*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11006       G__setnull(result7);
11007    return(1 || funcname || hash || result7 || libp) ;
11008 }
11009 
11010 static int G__G__Gui3_297_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11011 {
11012       G__letint(result7, 67, (long) TG16ColorSelector::DeclFileName());
11013    return(1 || funcname || hash || result7 || libp) ;
11014 }
11015 
11016 static int G__G__Gui3_297_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11017 {
11018       G__letint(result7, 105, (long) TG16ColorSelector::ImplFileLine());
11019    return(1 || funcname || hash || result7 || libp) ;
11020 }
11021 
11022 static int G__G__Gui3_297_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11023 {
11024       G__letint(result7, 67, (long) TG16ColorSelector::ImplFileName());
11025    return(1 || funcname || hash || result7 || libp) ;
11026 }
11027 
11028 static int G__G__Gui3_297_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11029 {
11030       G__letint(result7, 105, (long) TG16ColorSelector::DeclFileLine());
11031    return(1 || funcname || hash || result7 || libp) ;
11032 }
11033 
11034 // automatic destructor
11035 typedef TG16ColorSelector G__TTG16ColorSelector;
11036 static int G__G__Gui3_297_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11037 {
11038    char* gvp = (char*) G__getgvp();
11039    long soff = G__getstructoffset();
11040    int n = G__getaryconstruct();
11041    //
11042    //has_a_delete: 1
11043    //has_own_delete1arg: 0
11044    //has_own_delete2arg: 0
11045    //
11046    if (!soff) {
11047      return(1);
11048    }
11049    if (n) {
11050      if (gvp == (char*)G__PVOID) {
11051        delete[] (TG16ColorSelector*) soff;
11052      } else {
11053        G__setgvp((long) G__PVOID);
11054        for (int i = n - 1; i >= 0; --i) {
11055          ((TG16ColorSelector*) (soff+(sizeof(TG16ColorSelector)*i)))->~G__TTG16ColorSelector();
11056        }
11057        G__setgvp((long)gvp);
11058      }
11059    } else {
11060      if (gvp == (char*)G__PVOID) {
11061        delete (TG16ColorSelector*) soff;
11062      } else {
11063        G__setgvp((long) G__PVOID);
11064        ((TG16ColorSelector*) (soff))->~G__TTG16ColorSelector();
11065        G__setgvp((long)gvp);
11066      }
11067    }
11068    G__setnull(result7);
11069    return(1 || funcname || hash || result7 || libp) ;
11070 }
11071 
11072 
11073 /* TGColorPopup */
11074 static int G__G__Gui3_298_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11075 {
11076    TGColorPopup* p = NULL;
11077    char* gvp = (char*) G__getgvp();
11078    switch (libp->paran) {
11079    case 3:
11080      //m: 3
11081      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11082        p = new TGColorPopup(
11083 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11084 , (Pixel_t) G__int(libp->para[2]));
11085      } else {
11086        p = new((void*) gvp) TGColorPopup(
11087 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11088 , (Pixel_t) G__int(libp->para[2]));
11089      }
11090      break;
11091    case 2:
11092      //m: 2
11093      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11094        p = new TGColorPopup((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
11095      } else {
11096        p = new((void*) gvp) TGColorPopup((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
11097      }
11098      break;
11099    case 1:
11100      //m: 1
11101      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11102        p = new TGColorPopup((TGWindow*) G__int(libp->para[0]));
11103      } else {
11104        p = new((void*) gvp) TGColorPopup((TGWindow*) G__int(libp->para[0]));
11105      }
11106      break;
11107    case 0:
11108      int n = G__getaryconstruct();
11109      if (n) {
11110        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11111          p = new TGColorPopup[n];
11112        } else {
11113          p = new((void*) gvp) TGColorPopup[n];
11114        }
11115      } else {
11116        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11117          p = new TGColorPopup;
11118        } else {
11119          p = new((void*) gvp) TGColorPopup;
11120        }
11121      }
11122      break;
11123    }
11124    result7->obj.i = (long) p;
11125    result7->ref = (long) p;
11126    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup));
11127    return(1 || funcname || hash || result7 || libp) ;
11128 }
11129 
11130 static int G__G__Gui3_298_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11131 {
11132       ((TGColorPopup*) G__getstructoffset())->PlacePopup((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
11133 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
11134       G__setnull(result7);
11135    return(1 || funcname || hash || result7 || libp) ;
11136 }
11137 
11138 static int G__G__Gui3_298_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11139 {
11140       ((TGColorPopup*) G__getstructoffset())->EndPopup();
11141       G__setnull(result7);
11142    return(1 || funcname || hash || result7 || libp) ;
11143 }
11144 
11145 static int G__G__Gui3_298_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11146 {
11147       ((TGColorPopup*) G__getstructoffset())->PreviewColor((Pixel_t) G__int(libp->para[0]));
11148       G__setnull(result7);
11149    return(1 || funcname || hash || result7 || libp) ;
11150 }
11151 
11152 static int G__G__Gui3_298_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11153 {
11154       G__letint(result7, 85, (long) TGColorPopup::Class());
11155    return(1 || funcname || hash || result7 || libp) ;
11156 }
11157 
11158 static int G__G__Gui3_298_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11159 {
11160       G__letint(result7, 67, (long) TGColorPopup::Class_Name());
11161    return(1 || funcname || hash || result7 || libp) ;
11162 }
11163 
11164 static int G__G__Gui3_298_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11165 {
11166       G__letint(result7, 115, (long) TGColorPopup::Class_Version());
11167    return(1 || funcname || hash || result7 || libp) ;
11168 }
11169 
11170 static int G__G__Gui3_298_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11171 {
11172       TGColorPopup::Dictionary();
11173       G__setnull(result7);
11174    return(1 || funcname || hash || result7 || libp) ;
11175 }
11176 
11177 static int G__G__Gui3_298_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11178 {
11179       ((TGColorPopup*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11180       G__setnull(result7);
11181    return(1 || funcname || hash || result7 || libp) ;
11182 }
11183 
11184 static int G__G__Gui3_298_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11185 {
11186       G__letint(result7, 67, (long) TGColorPopup::DeclFileName());
11187    return(1 || funcname || hash || result7 || libp) ;
11188 }
11189 
11190 static int G__G__Gui3_298_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11191 {
11192       G__letint(result7, 105, (long) TGColorPopup::ImplFileLine());
11193    return(1 || funcname || hash || result7 || libp) ;
11194 }
11195 
11196 static int G__G__Gui3_298_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11197 {
11198       G__letint(result7, 67, (long) TGColorPopup::ImplFileName());
11199    return(1 || funcname || hash || result7 || libp) ;
11200 }
11201 
11202 static int G__G__Gui3_298_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11203 {
11204       G__letint(result7, 105, (long) TGColorPopup::DeclFileLine());
11205    return(1 || funcname || hash || result7 || libp) ;
11206 }
11207 
11208 // automatic destructor
11209 typedef TGColorPopup G__TTGColorPopup;
11210 static int G__G__Gui3_298_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11211 {
11212    char* gvp = (char*) G__getgvp();
11213    long soff = G__getstructoffset();
11214    int n = G__getaryconstruct();
11215    //
11216    //has_a_delete: 1
11217    //has_own_delete1arg: 0
11218    //has_own_delete2arg: 0
11219    //
11220    if (!soff) {
11221      return(1);
11222    }
11223    if (n) {
11224      if (gvp == (char*)G__PVOID) {
11225        delete[] (TGColorPopup*) soff;
11226      } else {
11227        G__setgvp((long) G__PVOID);
11228        for (int i = n - 1; i >= 0; --i) {
11229          ((TGColorPopup*) (soff+(sizeof(TGColorPopup)*i)))->~G__TTGColorPopup();
11230        }
11231        G__setgvp((long)gvp);
11232      }
11233    } else {
11234      if (gvp == (char*)G__PVOID) {
11235        delete (TGColorPopup*) soff;
11236      } else {
11237        G__setgvp((long) G__PVOID);
11238        ((TGColorPopup*) (soff))->~G__TTGColorPopup();
11239        G__setgvp((long)gvp);
11240      }
11241    }
11242    G__setnull(result7);
11243    return(1 || funcname || hash || result7 || libp) ;
11244 }
11245 
11246 
11247 /* TGColorSelect */
11248 static int G__G__Gui3_299_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11249 {
11250    TGColorSelect* p = NULL;
11251    char* gvp = (char*) G__getgvp();
11252    switch (libp->paran) {
11253    case 3:
11254      //m: 3
11255      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11256        p = new TGColorSelect(
11257 (TGWindow*) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1])
11258 , (Int_t) G__int(libp->para[2]));
11259      } else {
11260        p = new((void*) gvp) TGColorSelect(
11261 (TGWindow*) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1])
11262 , (Int_t) G__int(libp->para[2]));
11263      }
11264      break;
11265    case 2:
11266      //m: 2
11267      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11268        p = new TGColorSelect((TGWindow*) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1]));
11269      } else {
11270        p = new((void*) gvp) TGColorSelect((TGWindow*) G__int(libp->para[0]), (Pixel_t) G__int(libp->para[1]));
11271      }
11272      break;
11273    case 1:
11274      //m: 1
11275      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11276        p = new TGColorSelect((TGWindow*) G__int(libp->para[0]));
11277      } else {
11278        p = new((void*) gvp) TGColorSelect((TGWindow*) G__int(libp->para[0]));
11279      }
11280      break;
11281    case 0:
11282      int n = G__getaryconstruct();
11283      if (n) {
11284        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11285          p = new TGColorSelect[n];
11286        } else {
11287          p = new((void*) gvp) TGColorSelect[n];
11288        }
11289      } else {
11290        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11291          p = new TGColorSelect;
11292        } else {
11293          p = new((void*) gvp) TGColorSelect;
11294        }
11295      }
11296      break;
11297    }
11298    result7->obj.i = (long) p;
11299    result7->ref = (long) p;
11300    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect));
11301    return(1 || funcname || hash || result7 || libp) ;
11302 }
11303 
11304 static int G__G__Gui3_299_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11305 {
11306    switch (libp->paran) {
11307    case 2:
11308       ((TGColorSelect*) G__getstructoffset())->SetColor((Pixel_t) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
11309       G__setnull(result7);
11310       break;
11311    case 1:
11312       ((TGColorSelect*) G__getstructoffset())->SetColor((Pixel_t) G__int(libp->para[0]));
11313       G__setnull(result7);
11314       break;
11315    }
11316    return(1 || funcname || hash || result7 || libp) ;
11317 }
11318 
11319 static int G__G__Gui3_299_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11320 {
11321       G__letint(result7, 107, (long) ((const TGColorSelect*) G__getstructoffset())->GetColor());
11322    return(1 || funcname || hash || result7 || libp) ;
11323 }
11324 
11325 static int G__G__Gui3_299_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11326 {
11327    switch (libp->paran) {
11328    case 1:
11329       ((TGColorSelect*) G__getstructoffset())->Enable((Bool_t) G__int(libp->para[0]));
11330       G__setnull(result7);
11331       break;
11332    case 0:
11333       ((TGColorSelect*) G__getstructoffset())->Enable();
11334       G__setnull(result7);
11335       break;
11336    }
11337    return(1 || funcname || hash || result7 || libp) ;
11338 }
11339 
11340 static int G__G__Gui3_299_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11341 {
11342       ((TGColorSelect*) G__getstructoffset())->Disable();
11343       G__setnull(result7);
11344    return(1 || funcname || hash || result7 || libp) ;
11345 }
11346 
11347 static int G__G__Gui3_299_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11348 {
11349       ((TGColorSelect*) G__getstructoffset())->Rename((const char*) G__int(libp->para[0]));
11350       G__setnull(result7);
11351    return(1 || funcname || hash || result7 || libp) ;
11352 }
11353 
11354 static int G__G__Gui3_299_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11355 {
11356    switch (libp->paran) {
11357    case 1:
11358       ((TGColorSelect*) G__getstructoffset())->ColorSelected((Pixel_t) G__int(libp->para[0]));
11359       G__setnull(result7);
11360       break;
11361    case 0:
11362       ((TGColorSelect*) G__getstructoffset())->ColorSelected();
11363       G__setnull(result7);
11364       break;
11365    }
11366    return(1 || funcname || hash || result7 || libp) ;
11367 }
11368 
11369 static int G__G__Gui3_299_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11370 {
11371       G__letint(result7, 85, (long) TGColorSelect::Class());
11372    return(1 || funcname || hash || result7 || libp) ;
11373 }
11374 
11375 static int G__G__Gui3_299_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11376 {
11377       G__letint(result7, 67, (long) TGColorSelect::Class_Name());
11378    return(1 || funcname || hash || result7 || libp) ;
11379 }
11380 
11381 static int G__G__Gui3_299_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11382 {
11383       G__letint(result7, 115, (long) TGColorSelect::Class_Version());
11384    return(1 || funcname || hash || result7 || libp) ;
11385 }
11386 
11387 static int G__G__Gui3_299_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11388 {
11389       TGColorSelect::Dictionary();
11390       G__setnull(result7);
11391    return(1 || funcname || hash || result7 || libp) ;
11392 }
11393 
11394 static int G__G__Gui3_299_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11395 {
11396       ((TGColorSelect*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11397       G__setnull(result7);
11398    return(1 || funcname || hash || result7 || libp) ;
11399 }
11400 
11401 static int G__G__Gui3_299_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11402 {
11403       G__letint(result7, 67, (long) TGColorSelect::DeclFileName());
11404    return(1 || funcname || hash || result7 || libp) ;
11405 }
11406 
11407 static int G__G__Gui3_299_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11408 {
11409       G__letint(result7, 105, (long) TGColorSelect::ImplFileLine());
11410    return(1 || funcname || hash || result7 || libp) ;
11411 }
11412 
11413 static int G__G__Gui3_299_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11414 {
11415       G__letint(result7, 67, (long) TGColorSelect::ImplFileName());
11416    return(1 || funcname || hash || result7 || libp) ;
11417 }
11418 
11419 static int G__G__Gui3_299_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11420 {
11421       G__letint(result7, 105, (long) TGColorSelect::DeclFileLine());
11422    return(1 || funcname || hash || result7 || libp) ;
11423 }
11424 
11425 // automatic destructor
11426 typedef TGColorSelect G__TTGColorSelect;
11427 static int G__G__Gui3_299_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11428 {
11429    char* gvp = (char*) G__getgvp();
11430    long soff = G__getstructoffset();
11431    int n = G__getaryconstruct();
11432    //
11433    //has_a_delete: 1
11434    //has_own_delete1arg: 0
11435    //has_own_delete2arg: 0
11436    //
11437    if (!soff) {
11438      return(1);
11439    }
11440    if (n) {
11441      if (gvp == (char*)G__PVOID) {
11442        delete[] (TGColorSelect*) soff;
11443      } else {
11444        G__setgvp((long) G__PVOID);
11445        for (int i = n - 1; i >= 0; --i) {
11446          ((TGColorSelect*) (soff+(sizeof(TGColorSelect)*i)))->~G__TTGColorSelect();
11447        }
11448        G__setgvp((long)gvp);
11449      }
11450    } else {
11451      if (gvp == (char*)G__PVOID) {
11452        delete (TGColorSelect*) soff;
11453      } else {
11454        G__setgvp((long) G__PVOID);
11455        ((TGColorSelect*) (soff))->~G__TTGColorSelect();
11456        G__setgvp((long)gvp);
11457      }
11458    }
11459    G__setnull(result7);
11460    return(1 || funcname || hash || result7 || libp) ;
11461 }
11462 
11463 
11464 /* TGFontDialog */
11465 static int G__G__Gui3_301_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11466 {
11467    TGFontDialog* p = NULL;
11468    char* gvp = (char*) G__getgvp();
11469    switch (libp->paran) {
11470    case 6:
11471      //m: 6
11472      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11473        p = new TGFontDialog(
11474 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11475 , (TGFontDialog::FontProp_t*) G__int(libp->para[2]), *(TString*) libp->para[3].ref
11476 , (char**) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
11477      } else {
11478        p = new((void*) gvp) TGFontDialog(
11479 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11480 , (TGFontDialog::FontProp_t*) G__int(libp->para[2]), *(TString*) libp->para[3].ref
11481 , (char**) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
11482      }
11483      break;
11484    case 5:
11485      //m: 5
11486      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11487        p = new TGFontDialog(
11488 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11489 , (TGFontDialog::FontProp_t*) G__int(libp->para[2]), *(TString*) libp->para[3].ref
11490 , (char**) G__int(libp->para[4]));
11491      } else {
11492        p = new((void*) gvp) TGFontDialog(
11493 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11494 , (TGFontDialog::FontProp_t*) G__int(libp->para[2]), *(TString*) libp->para[3].ref
11495 , (char**) G__int(libp->para[4]));
11496      }
11497      break;
11498    case 4:
11499      //m: 4
11500      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11501        p = new TGFontDialog(
11502 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11503 , (TGFontDialog::FontProp_t*) G__int(libp->para[2]), *(TString*) libp->para[3].ref);
11504      } else {
11505        p = new((void*) gvp) TGFontDialog(
11506 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11507 , (TGFontDialog::FontProp_t*) G__int(libp->para[2]), *(TString*) libp->para[3].ref);
11508      }
11509      break;
11510    case 3:
11511      //m: 3
11512      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11513        p = new TGFontDialog(
11514 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11515 , (TGFontDialog::FontProp_t*) G__int(libp->para[2]));
11516      } else {
11517        p = new((void*) gvp) TGFontDialog(
11518 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
11519 , (TGFontDialog::FontProp_t*) G__int(libp->para[2]));
11520      }
11521      break;
11522    case 2:
11523      //m: 2
11524      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11525        p = new TGFontDialog((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
11526      } else {
11527        p = new((void*) gvp) TGFontDialog((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
11528      }
11529      break;
11530    case 1:
11531      //m: 1
11532      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11533        p = new TGFontDialog((TGWindow*) G__int(libp->para[0]));
11534      } else {
11535        p = new((void*) gvp) TGFontDialog((TGWindow*) G__int(libp->para[0]));
11536      }
11537      break;
11538    case 0:
11539      int n = G__getaryconstruct();
11540      if (n) {
11541        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11542          p = new TGFontDialog[n];
11543        } else {
11544          p = new((void*) gvp) TGFontDialog[n];
11545        }
11546      } else {
11547        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11548          p = new TGFontDialog;
11549        } else {
11550          p = new((void*) gvp) TGFontDialog;
11551        }
11552      }
11553      break;
11554    }
11555    result7->obj.i = (long) p;
11556    result7->ref = (long) p;
11557    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog));
11558    return(1 || funcname || hash || result7 || libp) ;
11559 }
11560 
11561 static int G__G__Gui3_301_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11562 {
11563       ((TGFontDialog*) G__getstructoffset())->SetFont((TGFont*) G__int(libp->para[0]));
11564       G__setnull(result7);
11565    return(1 || funcname || hash || result7 || libp) ;
11566 }
11567 
11568 static int G__G__Gui3_301_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11569 {
11570       ((TGFontDialog*) G__getstructoffset())->SetColor((Pixel_t) G__int(libp->para[0]));
11571       G__setnull(result7);
11572    return(1 || funcname || hash || result7 || libp) ;
11573 }
11574 
11575 static int G__G__Gui3_301_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11576 {
11577       ((TGFontDialog*) G__getstructoffset())->SetAlign((Int_t) G__int(libp->para[0]));
11578       G__setnull(result7);
11579    return(1 || funcname || hash || result7 || libp) ;
11580 }
11581 
11582 static int G__G__Gui3_301_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11583 {
11584    switch (libp->paran) {
11585    case 1:
11586       ((TGFontDialog*) G__getstructoffset())->EnableAlign((Bool_t) G__int(libp->para[0]));
11587       G__setnull(result7);
11588       break;
11589    case 0:
11590       ((TGFontDialog*) G__getstructoffset())->EnableAlign();
11591       G__setnull(result7);
11592       break;
11593    }
11594    return(1 || funcname || hash || result7 || libp) ;
11595 }
11596 
11597 static int G__G__Gui3_301_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11598 {
11599       ((TGFontDialog*) G__getstructoffset())->UpdateStyleSize((const char*) G__int(libp->para[0]));
11600       G__setnull(result7);
11601    return(1 || funcname || hash || result7 || libp) ;
11602 }
11603 
11604 static int G__G__Gui3_301_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11605 {
11606       ((TGFontDialog*) G__getstructoffset())->FontSelected((char*) G__int(libp->para[0]));
11607       G__setnull(result7);
11608    return(1 || funcname || hash || result7 || libp) ;
11609 }
11610 
11611 static int G__G__Gui3_301_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11612 {
11613       ((TGFontDialog*) G__getstructoffset())->AlignSelected((Int_t) G__int(libp->para[0]));
11614       G__setnull(result7);
11615    return(1 || funcname || hash || result7 || libp) ;
11616 }
11617 
11618 static int G__G__Gui3_301_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11619 {
11620       ((TGFontDialog*) G__getstructoffset())->ColorSelected((Pixel_t) G__int(libp->para[0]));
11621       G__setnull(result7);
11622    return(1 || funcname || hash || result7 || libp) ;
11623 }
11624 
11625 static int G__G__Gui3_301_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11626 {
11627       G__letint(result7, 85, (long) TGFontDialog::Class());
11628    return(1 || funcname || hash || result7 || libp) ;
11629 }
11630 
11631 static int G__G__Gui3_301_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11632 {
11633       G__letint(result7, 67, (long) TGFontDialog::Class_Name());
11634    return(1 || funcname || hash || result7 || libp) ;
11635 }
11636 
11637 static int G__G__Gui3_301_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11638 {
11639       G__letint(result7, 115, (long) TGFontDialog::Class_Version());
11640    return(1 || funcname || hash || result7 || libp) ;
11641 }
11642 
11643 static int G__G__Gui3_301_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11644 {
11645       TGFontDialog::Dictionary();
11646       G__setnull(result7);
11647    return(1 || funcname || hash || result7 || libp) ;
11648 }
11649 
11650 static int G__G__Gui3_301_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11651 {
11652       ((TGFontDialog*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11653       G__setnull(result7);
11654    return(1 || funcname || hash || result7 || libp) ;
11655 }
11656 
11657 static int G__G__Gui3_301_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11658 {
11659       G__letint(result7, 67, (long) TGFontDialog::DeclFileName());
11660    return(1 || funcname || hash || result7 || libp) ;
11661 }
11662 
11663 static int G__G__Gui3_301_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11664 {
11665       G__letint(result7, 105, (long) TGFontDialog::ImplFileLine());
11666    return(1 || funcname || hash || result7 || libp) ;
11667 }
11668 
11669 static int G__G__Gui3_301_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11670 {
11671       G__letint(result7, 67, (long) TGFontDialog::ImplFileName());
11672    return(1 || funcname || hash || result7 || libp) ;
11673 }
11674 
11675 static int G__G__Gui3_301_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11676 {
11677       G__letint(result7, 105, (long) TGFontDialog::DeclFileLine());
11678    return(1 || funcname || hash || result7 || libp) ;
11679 }
11680 
11681 // automatic destructor
11682 typedef TGFontDialog G__TTGFontDialog;
11683 static int G__G__Gui3_301_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11684 {
11685    char* gvp = (char*) G__getgvp();
11686    long soff = G__getstructoffset();
11687    int n = G__getaryconstruct();
11688    //
11689    //has_a_delete: 1
11690    //has_own_delete1arg: 0
11691    //has_own_delete2arg: 0
11692    //
11693    if (!soff) {
11694      return(1);
11695    }
11696    if (n) {
11697      if (gvp == (char*)G__PVOID) {
11698        delete[] (TGFontDialog*) soff;
11699      } else {
11700        G__setgvp((long) G__PVOID);
11701        for (int i = n - 1; i >= 0; --i) {
11702          ((TGFontDialog*) (soff+(sizeof(TGFontDialog)*i)))->~G__TTGFontDialog();
11703        }
11704        G__setgvp((long)gvp);
11705      }
11706    } else {
11707      if (gvp == (char*)G__PVOID) {
11708        delete (TGFontDialog*) soff;
11709      } else {
11710        G__setgvp((long) G__PVOID);
11711        ((TGFontDialog*) (soff))->~G__TTGFontDialog();
11712        G__setgvp((long)gvp);
11713      }
11714    }
11715    G__setnull(result7);
11716    return(1 || funcname || hash || result7 || libp) ;
11717 }
11718 
11719 
11720 /* TGFontDialog::FontProp_t */
11721 // automatic default constructor
11722 static int G__G__Gui3_302_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11723 {
11724    TGFontDialog::FontProp_t *p;
11725    char* gvp = (char*) G__getgvp();
11726    int n = G__getaryconstruct();
11727    if (n) {
11728      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11729        p = new TGFontDialog::FontProp_t[n];
11730      } else {
11731        p = new((void*) gvp) TGFontDialog::FontProp_t[n];
11732      }
11733    } else {
11734      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11735        p = new TGFontDialog::FontProp_t;
11736      } else {
11737        p = new((void*) gvp) TGFontDialog::FontProp_t;
11738      }
11739    }
11740    result7->obj.i = (long) p;
11741    result7->ref = (long) p;
11742    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t));
11743    return(1 || funcname || hash || result7 || libp) ;
11744 }
11745 
11746 // automatic copy constructor
11747 static int G__G__Gui3_302_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11748 
11749 {
11750    TGFontDialog::FontProp_t* p;
11751    void* tmp = (void*) G__int(libp->para[0]);
11752    p = new TGFontDialog::FontProp_t(*(TGFontDialog::FontProp_t*) tmp);
11753    result7->obj.i = (long) p;
11754    result7->ref = (long) p;
11755    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t));
11756    return(1 || funcname || hash || result7 || libp) ;
11757 }
11758 
11759 // automatic destructor
11760 typedef TGFontDialog::FontProp_t G__TTGFontDialogcLcLFontProp_t;
11761 static int G__G__Gui3_302_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11762 {
11763    char* gvp = (char*) G__getgvp();
11764    long soff = G__getstructoffset();
11765    int n = G__getaryconstruct();
11766    //
11767    //has_a_delete: 0
11768    //has_own_delete1arg: 0
11769    //has_own_delete2arg: 0
11770    //
11771    if (!soff) {
11772      return(1);
11773    }
11774    if (n) {
11775      if (gvp == (char*)G__PVOID) {
11776        delete[] (TGFontDialog::FontProp_t*) soff;
11777      } else {
11778        G__setgvp((long) G__PVOID);
11779        for (int i = n - 1; i >= 0; --i) {
11780          ((TGFontDialog::FontProp_t*) (soff+(sizeof(TGFontDialog::FontProp_t)*i)))->~G__TTGFontDialogcLcLFontProp_t();
11781        }
11782        G__setgvp((long)gvp);
11783      }
11784    } else {
11785      if (gvp == (char*)G__PVOID) {
11786        delete (TGFontDialog::FontProp_t*) soff;
11787      } else {
11788        G__setgvp((long) G__PVOID);
11789        ((TGFontDialog::FontProp_t*) (soff))->~G__TTGFontDialogcLcLFontProp_t();
11790        G__setgvp((long)gvp);
11791      }
11792    }
11793    G__setnull(result7);
11794    return(1 || funcname || hash || result7 || libp) ;
11795 }
11796 
11797 // automatic assignment operator
11798 static int G__G__Gui3_302_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11799 {
11800    TGFontDialog::FontProp_t* dest = (TGFontDialog::FontProp_t*) G__getstructoffset();
11801    *dest = *(TGFontDialog::FontProp_t*) libp->para[0].ref;
11802    const TGFontDialog::FontProp_t& obj = *dest;
11803    result7->ref = (long) (&obj);
11804    result7->obj.i = (long) (&obj);
11805    return(1 || funcname || hash || result7 || libp) ;
11806 }
11807 
11808 
11809 /* TGDockButton */
11810 static int G__G__Gui3_303_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11811 {
11812    TGDockButton* p = NULL;
11813    char* gvp = (char*) G__getgvp();
11814    switch (libp->paran) {
11815    case 2:
11816      //m: 2
11817      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11818        p = new TGDockButton((TGCompositeFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11819      } else {
11820        p = new((void*) gvp) TGDockButton((TGCompositeFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
11821      }
11822      break;
11823    case 1:
11824      //m: 1
11825      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11826        p = new TGDockButton((TGCompositeFrame*) G__int(libp->para[0]));
11827      } else {
11828        p = new((void*) gvp) TGDockButton((TGCompositeFrame*) G__int(libp->para[0]));
11829      }
11830      break;
11831    case 0:
11832      int n = G__getaryconstruct();
11833      if (n) {
11834        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11835          p = new TGDockButton[n];
11836        } else {
11837          p = new((void*) gvp) TGDockButton[n];
11838        }
11839      } else {
11840        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11841          p = new TGDockButton;
11842        } else {
11843          p = new((void*) gvp) TGDockButton;
11844        }
11845      }
11846      break;
11847    }
11848    result7->obj.i = (long) p;
11849    result7->ref = (long) p;
11850    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton));
11851    return(1 || funcname || hash || result7 || libp) ;
11852 }
11853 
11854 static int G__G__Gui3_303_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11855 {
11856       G__letint(result7, 85, (long) TGDockButton::Class());
11857    return(1 || funcname || hash || result7 || libp) ;
11858 }
11859 
11860 static int G__G__Gui3_303_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11861 {
11862       G__letint(result7, 67, (long) TGDockButton::Class_Name());
11863    return(1 || funcname || hash || result7 || libp) ;
11864 }
11865 
11866 static int G__G__Gui3_303_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11867 {
11868       G__letint(result7, 115, (long) TGDockButton::Class_Version());
11869    return(1 || funcname || hash || result7 || libp) ;
11870 }
11871 
11872 static int G__G__Gui3_303_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11873 {
11874       TGDockButton::Dictionary();
11875       G__setnull(result7);
11876    return(1 || funcname || hash || result7 || libp) ;
11877 }
11878 
11879 static int G__G__Gui3_303_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11880 {
11881       ((TGDockButton*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
11882       G__setnull(result7);
11883    return(1 || funcname || hash || result7 || libp) ;
11884 }
11885 
11886 static int G__G__Gui3_303_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11887 {
11888       G__letint(result7, 67, (long) TGDockButton::DeclFileName());
11889    return(1 || funcname || hash || result7 || libp) ;
11890 }
11891 
11892 static int G__G__Gui3_303_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11893 {
11894       G__letint(result7, 105, (long) TGDockButton::ImplFileLine());
11895    return(1 || funcname || hash || result7 || libp) ;
11896 }
11897 
11898 static int G__G__Gui3_303_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11899 {
11900       G__letint(result7, 67, (long) TGDockButton::ImplFileName());
11901    return(1 || funcname || hash || result7 || libp) ;
11902 }
11903 
11904 static int G__G__Gui3_303_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11905 {
11906       G__letint(result7, 105, (long) TGDockButton::DeclFileLine());
11907    return(1 || funcname || hash || result7 || libp) ;
11908 }
11909 
11910 // automatic destructor
11911 typedef TGDockButton G__TTGDockButton;
11912 static int G__G__Gui3_303_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11913 {
11914    char* gvp = (char*) G__getgvp();
11915    long soff = G__getstructoffset();
11916    int n = G__getaryconstruct();
11917    //
11918    //has_a_delete: 1
11919    //has_own_delete1arg: 0
11920    //has_own_delete2arg: 0
11921    //
11922    if (!soff) {
11923      return(1);
11924    }
11925    if (n) {
11926      if (gvp == (char*)G__PVOID) {
11927        delete[] (TGDockButton*) soff;
11928      } else {
11929        G__setgvp((long) G__PVOID);
11930        for (int i = n - 1; i >= 0; --i) {
11931          ((TGDockButton*) (soff+(sizeof(TGDockButton)*i)))->~G__TTGDockButton();
11932        }
11933        G__setgvp((long)gvp);
11934      }
11935    } else {
11936      if (gvp == (char*)G__PVOID) {
11937        delete (TGDockButton*) soff;
11938      } else {
11939        G__setgvp((long) G__PVOID);
11940        ((TGDockButton*) (soff))->~G__TTGDockButton();
11941        G__setgvp((long)gvp);
11942      }
11943    }
11944    G__setnull(result7);
11945    return(1 || funcname || hash || result7 || libp) ;
11946 }
11947 
11948 
11949 /* TGDockHideButton */
11950 static int G__G__Gui3_304_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11951 {
11952    TGDockHideButton* p = NULL;
11953    char* gvp = (char*) G__getgvp();
11954    switch (libp->paran) {
11955    case 1:
11956      //m: 1
11957      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11958        p = new TGDockHideButton((TGCompositeFrame*) G__int(libp->para[0]));
11959      } else {
11960        p = new((void*) gvp) TGDockHideButton((TGCompositeFrame*) G__int(libp->para[0]));
11961      }
11962      break;
11963    case 0:
11964      int n = G__getaryconstruct();
11965      if (n) {
11966        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11967          p = new TGDockHideButton[n];
11968        } else {
11969          p = new((void*) gvp) TGDockHideButton[n];
11970        }
11971      } else {
11972        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
11973          p = new TGDockHideButton;
11974        } else {
11975          p = new((void*) gvp) TGDockHideButton;
11976        }
11977      }
11978      break;
11979    }
11980    result7->obj.i = (long) p;
11981    result7->ref = (long) p;
11982    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton));
11983    return(1 || funcname || hash || result7 || libp) ;
11984 }
11985 
11986 static int G__G__Gui3_304_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11987 {
11988       ((TGDockHideButton*) G__getstructoffset())->SetAspectRatio((Int_t) G__int(libp->para[0]));
11989       G__setnull(result7);
11990    return(1 || funcname || hash || result7 || libp) ;
11991 }
11992 
11993 static int G__G__Gui3_304_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
11994 {
11995       G__letint(result7, 85, (long) TGDockHideButton::Class());
11996    return(1 || funcname || hash || result7 || libp) ;
11997 }
11998 
11999 static int G__G__Gui3_304_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12000 {
12001       G__letint(result7, 67, (long) TGDockHideButton::Class_Name());
12002    return(1 || funcname || hash || result7 || libp) ;
12003 }
12004 
12005 static int G__G__Gui3_304_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12006 {
12007       G__letint(result7, 115, (long) TGDockHideButton::Class_Version());
12008    return(1 || funcname || hash || result7 || libp) ;
12009 }
12010 
12011 static int G__G__Gui3_304_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12012 {
12013       TGDockHideButton::Dictionary();
12014       G__setnull(result7);
12015    return(1 || funcname || hash || result7 || libp) ;
12016 }
12017 
12018 static int G__G__Gui3_304_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12019 {
12020       ((TGDockHideButton*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12021       G__setnull(result7);
12022    return(1 || funcname || hash || result7 || libp) ;
12023 }
12024 
12025 static int G__G__Gui3_304_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12026 {
12027       G__letint(result7, 67, (long) TGDockHideButton::DeclFileName());
12028    return(1 || funcname || hash || result7 || libp) ;
12029 }
12030 
12031 static int G__G__Gui3_304_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12032 {
12033       G__letint(result7, 105, (long) TGDockHideButton::ImplFileLine());
12034    return(1 || funcname || hash || result7 || libp) ;
12035 }
12036 
12037 static int G__G__Gui3_304_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12038 {
12039       G__letint(result7, 67, (long) TGDockHideButton::ImplFileName());
12040    return(1 || funcname || hash || result7 || libp) ;
12041 }
12042 
12043 static int G__G__Gui3_304_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12044 {
12045       G__letint(result7, 105, (long) TGDockHideButton::DeclFileLine());
12046    return(1 || funcname || hash || result7 || libp) ;
12047 }
12048 
12049 // automatic destructor
12050 typedef TGDockHideButton G__TTGDockHideButton;
12051 static int G__G__Gui3_304_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12052 {
12053    char* gvp = (char*) G__getgvp();
12054    long soff = G__getstructoffset();
12055    int n = G__getaryconstruct();
12056    //
12057    //has_a_delete: 1
12058    //has_own_delete1arg: 0
12059    //has_own_delete2arg: 0
12060    //
12061    if (!soff) {
12062      return(1);
12063    }
12064    if (n) {
12065      if (gvp == (char*)G__PVOID) {
12066        delete[] (TGDockHideButton*) soff;
12067      } else {
12068        G__setgvp((long) G__PVOID);
12069        for (int i = n - 1; i >= 0; --i) {
12070          ((TGDockHideButton*) (soff+(sizeof(TGDockHideButton)*i)))->~G__TTGDockHideButton();
12071        }
12072        G__setgvp((long)gvp);
12073      }
12074    } else {
12075      if (gvp == (char*)G__PVOID) {
12076        delete (TGDockHideButton*) soff;
12077      } else {
12078        G__setgvp((long) G__PVOID);
12079        ((TGDockHideButton*) (soff))->~G__TTGDockHideButton();
12080        G__setgvp((long)gvp);
12081      }
12082    }
12083    G__setnull(result7);
12084    return(1 || funcname || hash || result7 || libp) ;
12085 }
12086 
12087 
12088 /* TGUndockedFrame */
12089 static int G__G__Gui3_305_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12090 {
12091    TGUndockedFrame* p = NULL;
12092    char* gvp = (char*) G__getgvp();
12093    switch (libp->paran) {
12094    case 2:
12095      //m: 2
12096      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12097        p = new TGUndockedFrame((TGWindow*) G__int(libp->para[0]), (TGDockableFrame*) G__int(libp->para[1]));
12098      } else {
12099        p = new((void*) gvp) TGUndockedFrame((TGWindow*) G__int(libp->para[0]), (TGDockableFrame*) G__int(libp->para[1]));
12100      }
12101      break;
12102    case 1:
12103      //m: 1
12104      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12105        p = new TGUndockedFrame((TGWindow*) G__int(libp->para[0]));
12106      } else {
12107        p = new((void*) gvp) TGUndockedFrame((TGWindow*) G__int(libp->para[0]));
12108      }
12109      break;
12110    case 0:
12111      int n = G__getaryconstruct();
12112      if (n) {
12113        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12114          p = new TGUndockedFrame[n];
12115        } else {
12116          p = new((void*) gvp) TGUndockedFrame[n];
12117        }
12118      } else {
12119        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12120          p = new TGUndockedFrame;
12121        } else {
12122          p = new((void*) gvp) TGUndockedFrame;
12123        }
12124      }
12125      break;
12126    }
12127    result7->obj.i = (long) p;
12128    result7->ref = (long) p;
12129    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame));
12130    return(1 || funcname || hash || result7 || libp) ;
12131 }
12132 
12133 static int G__G__Gui3_305_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12134 {
12135       ((TGUndockedFrame*) G__getstructoffset())->FixSize();
12136       G__setnull(result7);
12137    return(1 || funcname || hash || result7 || libp) ;
12138 }
12139 
12140 static int G__G__Gui3_305_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12141 {
12142       G__letint(result7, 85, (long) TGUndockedFrame::Class());
12143    return(1 || funcname || hash || result7 || libp) ;
12144 }
12145 
12146 static int G__G__Gui3_305_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12147 {
12148       G__letint(result7, 67, (long) TGUndockedFrame::Class_Name());
12149    return(1 || funcname || hash || result7 || libp) ;
12150 }
12151 
12152 static int G__G__Gui3_305_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12153 {
12154       G__letint(result7, 115, (long) TGUndockedFrame::Class_Version());
12155    return(1 || funcname || hash || result7 || libp) ;
12156 }
12157 
12158 static int G__G__Gui3_305_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12159 {
12160       TGUndockedFrame::Dictionary();
12161       G__setnull(result7);
12162    return(1 || funcname || hash || result7 || libp) ;
12163 }
12164 
12165 static int G__G__Gui3_305_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12166 {
12167       ((TGUndockedFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12168       G__setnull(result7);
12169    return(1 || funcname || hash || result7 || libp) ;
12170 }
12171 
12172 static int G__G__Gui3_305_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12173 {
12174       G__letint(result7, 67, (long) TGUndockedFrame::DeclFileName());
12175    return(1 || funcname || hash || result7 || libp) ;
12176 }
12177 
12178 static int G__G__Gui3_305_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12179 {
12180       G__letint(result7, 105, (long) TGUndockedFrame::ImplFileLine());
12181    return(1 || funcname || hash || result7 || libp) ;
12182 }
12183 
12184 static int G__G__Gui3_305_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12185 {
12186       G__letint(result7, 67, (long) TGUndockedFrame::ImplFileName());
12187    return(1 || funcname || hash || result7 || libp) ;
12188 }
12189 
12190 static int G__G__Gui3_305_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12191 {
12192       G__letint(result7, 105, (long) TGUndockedFrame::DeclFileLine());
12193    return(1 || funcname || hash || result7 || libp) ;
12194 }
12195 
12196 // automatic destructor
12197 typedef TGUndockedFrame G__TTGUndockedFrame;
12198 static int G__G__Gui3_305_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12199 {
12200    char* gvp = (char*) G__getgvp();
12201    long soff = G__getstructoffset();
12202    int n = G__getaryconstruct();
12203    //
12204    //has_a_delete: 1
12205    //has_own_delete1arg: 0
12206    //has_own_delete2arg: 0
12207    //
12208    if (!soff) {
12209      return(1);
12210    }
12211    if (n) {
12212      if (gvp == (char*)G__PVOID) {
12213        delete[] (TGUndockedFrame*) soff;
12214      } else {
12215        G__setgvp((long) G__PVOID);
12216        for (int i = n - 1; i >= 0; --i) {
12217          ((TGUndockedFrame*) (soff+(sizeof(TGUndockedFrame)*i)))->~G__TTGUndockedFrame();
12218        }
12219        G__setgvp((long)gvp);
12220      }
12221    } else {
12222      if (gvp == (char*)G__PVOID) {
12223        delete (TGUndockedFrame*) soff;
12224      } else {
12225        G__setgvp((long) G__PVOID);
12226        ((TGUndockedFrame*) (soff))->~G__TTGUndockedFrame();
12227        G__setgvp((long)gvp);
12228      }
12229    }
12230    G__setnull(result7);
12231    return(1 || funcname || hash || result7 || libp) ;
12232 }
12233 
12234 
12235 /* TGMdiMenuBar */
12236 static int G__G__Gui3_310_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12237 {
12238    TGMdiMenuBar* p = NULL;
12239    char* gvp = (char*) G__getgvp();
12240    switch (libp->paran) {
12241    case 3:
12242      //m: 3
12243      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12244        p = new TGMdiMenuBar(
12245 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12246 , (Int_t) G__int(libp->para[2]));
12247      } else {
12248        p = new((void*) gvp) TGMdiMenuBar(
12249 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12250 , (Int_t) G__int(libp->para[2]));
12251      }
12252      break;
12253    case 2:
12254      //m: 2
12255      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12256        p = new TGMdiMenuBar((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
12257      } else {
12258        p = new((void*) gvp) TGMdiMenuBar((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
12259      }
12260      break;
12261    case 1:
12262      //m: 1
12263      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12264        p = new TGMdiMenuBar((TGWindow*) G__int(libp->para[0]));
12265      } else {
12266        p = new((void*) gvp) TGMdiMenuBar((TGWindow*) G__int(libp->para[0]));
12267      }
12268      break;
12269    }
12270    result7->obj.i = (long) p;
12271    result7->ref = (long) p;
12272    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar));
12273    return(1 || funcname || hash || result7 || libp) ;
12274 }
12275 
12276 static int G__G__Gui3_310_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12277 {
12278       ((TGMdiMenuBar*) G__getstructoffset())->AddPopup((TGHotString*) G__int(libp->para[0]), (TGPopupMenu*) G__int(libp->para[1])
12279 , (TGLayoutHints*) G__int(libp->para[2]));
12280       G__setnull(result7);
12281    return(1 || funcname || hash || result7 || libp) ;
12282 }
12283 
12284 static int G__G__Gui3_310_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12285 {
12286       G__letint(result7, 85, (long) ((const TGMdiMenuBar*) G__getstructoffset())->GetMenuBar());
12287    return(1 || funcname || hash || result7 || libp) ;
12288 }
12289 
12290 static int G__G__Gui3_310_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12291 {
12292       G__letint(result7, 85, (long) TGMdiMenuBar::Class());
12293    return(1 || funcname || hash || result7 || libp) ;
12294 }
12295 
12296 static int G__G__Gui3_310_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12297 {
12298       G__letint(result7, 67, (long) TGMdiMenuBar::Class_Name());
12299    return(1 || funcname || hash || result7 || libp) ;
12300 }
12301 
12302 static int G__G__Gui3_310_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12303 {
12304       G__letint(result7, 115, (long) TGMdiMenuBar::Class_Version());
12305    return(1 || funcname || hash || result7 || libp) ;
12306 }
12307 
12308 static int G__G__Gui3_310_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12309 {
12310       TGMdiMenuBar::Dictionary();
12311       G__setnull(result7);
12312    return(1 || funcname || hash || result7 || libp) ;
12313 }
12314 
12315 static int G__G__Gui3_310_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12316 {
12317       ((TGMdiMenuBar*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12318       G__setnull(result7);
12319    return(1 || funcname || hash || result7 || libp) ;
12320 }
12321 
12322 static int G__G__Gui3_310_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12323 {
12324       G__letint(result7, 67, (long) TGMdiMenuBar::DeclFileName());
12325    return(1 || funcname || hash || result7 || libp) ;
12326 }
12327 
12328 static int G__G__Gui3_310_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12329 {
12330       G__letint(result7, 105, (long) TGMdiMenuBar::ImplFileLine());
12331    return(1 || funcname || hash || result7 || libp) ;
12332 }
12333 
12334 static int G__G__Gui3_310_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12335 {
12336       G__letint(result7, 67, (long) TGMdiMenuBar::ImplFileName());
12337    return(1 || funcname || hash || result7 || libp) ;
12338 }
12339 
12340 static int G__G__Gui3_310_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12341 {
12342       G__letint(result7, 105, (long) TGMdiMenuBar::DeclFileLine());
12343    return(1 || funcname || hash || result7 || libp) ;
12344 }
12345 
12346 // automatic destructor
12347 typedef TGMdiMenuBar G__TTGMdiMenuBar;
12348 static int G__G__Gui3_310_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12349 {
12350    char* gvp = (char*) G__getgvp();
12351    long soff = G__getstructoffset();
12352    int n = G__getaryconstruct();
12353    //
12354    //has_a_delete: 1
12355    //has_own_delete1arg: 0
12356    //has_own_delete2arg: 0
12357    //
12358    if (!soff) {
12359      return(1);
12360    }
12361    if (n) {
12362      if (gvp == (char*)G__PVOID) {
12363        delete[] (TGMdiMenuBar*) soff;
12364      } else {
12365        G__setgvp((long) G__PVOID);
12366        for (int i = n - 1; i >= 0; --i) {
12367          ((TGMdiMenuBar*) (soff+(sizeof(TGMdiMenuBar)*i)))->~G__TTGMdiMenuBar();
12368        }
12369        G__setgvp((long)gvp);
12370      }
12371    } else {
12372      if (gvp == (char*)G__PVOID) {
12373        delete (TGMdiMenuBar*) soff;
12374      } else {
12375        G__setgvp((long) G__PVOID);
12376        ((TGMdiMenuBar*) (soff))->~G__TTGMdiMenuBar();
12377        G__setgvp((long)gvp);
12378      }
12379    }
12380    G__setnull(result7);
12381    return(1 || funcname || hash || result7 || libp) ;
12382 }
12383 
12384 
12385 /* TGMdiContainer */
12386 static int G__G__Gui3_311_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12387 {
12388    TGMdiContainer* p = NULL;
12389    char* gvp = (char*) G__getgvp();
12390    switch (libp->paran) {
12391    case 5:
12392      //m: 5
12393      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12394        p = new TGMdiContainer(
12395 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12396 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12397 , (ULong_t) G__int(libp->para[4]));
12398      } else {
12399        p = new((void*) gvp) TGMdiContainer(
12400 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12401 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12402 , (ULong_t) G__int(libp->para[4]));
12403      }
12404      break;
12405    case 4:
12406      //m: 4
12407      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12408        p = new TGMdiContainer(
12409 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12410 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
12411      } else {
12412        p = new((void*) gvp) TGMdiContainer(
12413 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12414 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
12415      }
12416      break;
12417    case 3:
12418      //m: 3
12419      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12420        p = new TGMdiContainer(
12421 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12422 , (Int_t) G__int(libp->para[2]));
12423      } else {
12424        p = new((void*) gvp) TGMdiContainer(
12425 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12426 , (Int_t) G__int(libp->para[2]));
12427      }
12428      break;
12429    }
12430    result7->obj.i = (long) p;
12431    result7->ref = (long) p;
12432    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer));
12433    return(1 || funcname || hash || result7 || libp) ;
12434 }
12435 
12436 static int G__G__Gui3_311_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12437 {
12438       G__letint(result7, 85, (long) TGMdiContainer::Class());
12439    return(1 || funcname || hash || result7 || libp) ;
12440 }
12441 
12442 static int G__G__Gui3_311_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12443 {
12444       G__letint(result7, 67, (long) TGMdiContainer::Class_Name());
12445    return(1 || funcname || hash || result7 || libp) ;
12446 }
12447 
12448 static int G__G__Gui3_311_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12449 {
12450       G__letint(result7, 115, (long) TGMdiContainer::Class_Version());
12451    return(1 || funcname || hash || result7 || libp) ;
12452 }
12453 
12454 static int G__G__Gui3_311_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12455 {
12456       TGMdiContainer::Dictionary();
12457       G__setnull(result7);
12458    return(1 || funcname || hash || result7 || libp) ;
12459 }
12460 
12461 static int G__G__Gui3_311_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12462 {
12463       ((TGMdiContainer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12464       G__setnull(result7);
12465    return(1 || funcname || hash || result7 || libp) ;
12466 }
12467 
12468 static int G__G__Gui3_311_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12469 {
12470       G__letint(result7, 67, (long) TGMdiContainer::DeclFileName());
12471    return(1 || funcname || hash || result7 || libp) ;
12472 }
12473 
12474 static int G__G__Gui3_311_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12475 {
12476       G__letint(result7, 105, (long) TGMdiContainer::ImplFileLine());
12477    return(1 || funcname || hash || result7 || libp) ;
12478 }
12479 
12480 static int G__G__Gui3_311_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12481 {
12482       G__letint(result7, 67, (long) TGMdiContainer::ImplFileName());
12483    return(1 || funcname || hash || result7 || libp) ;
12484 }
12485 
12486 static int G__G__Gui3_311_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12487 {
12488       G__letint(result7, 105, (long) TGMdiContainer::DeclFileLine());
12489    return(1 || funcname || hash || result7 || libp) ;
12490 }
12491 
12492 // automatic destructor
12493 typedef TGMdiContainer G__TTGMdiContainer;
12494 static int G__G__Gui3_311_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12495 {
12496    char* gvp = (char*) G__getgvp();
12497    long soff = G__getstructoffset();
12498    int n = G__getaryconstruct();
12499    //
12500    //has_a_delete: 1
12501    //has_own_delete1arg: 0
12502    //has_own_delete2arg: 0
12503    //
12504    if (!soff) {
12505      return(1);
12506    }
12507    if (n) {
12508      if (gvp == (char*)G__PVOID) {
12509        delete[] (TGMdiContainer*) soff;
12510      } else {
12511        G__setgvp((long) G__PVOID);
12512        for (int i = n - 1; i >= 0; --i) {
12513          ((TGMdiContainer*) (soff+(sizeof(TGMdiContainer)*i)))->~G__TTGMdiContainer();
12514        }
12515        G__setgvp((long)gvp);
12516      }
12517    } else {
12518      if (gvp == (char*)G__PVOID) {
12519        delete (TGMdiContainer*) soff;
12520      } else {
12521        G__setgvp((long) G__PVOID);
12522        ((TGMdiContainer*) (soff))->~G__TTGMdiContainer();
12523        G__setgvp((long)gvp);
12524      }
12525    }
12526    G__setnull(result7);
12527    return(1 || funcname || hash || result7 || libp) ;
12528 }
12529 
12530 
12531 /* TGMdiDecorFrame */
12532 static int G__G__Gui3_312_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12533 {
12534    TGMdiDecorFrame* p = NULL;
12535    char* gvp = (char*) G__getgvp();
12536    switch (libp->paran) {
12537    case 7:
12538      //m: 7
12539      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12540        p = new TGMdiDecorFrame(
12541 (TGMdiMainFrame*) G__int(libp->para[0]), (TGMdiFrame*) G__int(libp->para[1])
12542 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
12543 , (TGGC*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
12544 , (Pixel_t) G__int(libp->para[6]));
12545      } else {
12546        p = new((void*) gvp) TGMdiDecorFrame(
12547 (TGMdiMainFrame*) G__int(libp->para[0]), (TGMdiFrame*) G__int(libp->para[1])
12548 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
12549 , (TGGC*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
12550 , (Pixel_t) G__int(libp->para[6]));
12551      }
12552      break;
12553    case 6:
12554      //m: 6
12555      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12556        p = new TGMdiDecorFrame(
12557 (TGMdiMainFrame*) G__int(libp->para[0]), (TGMdiFrame*) G__int(libp->para[1])
12558 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
12559 , (TGGC*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
12560      } else {
12561        p = new((void*) gvp) TGMdiDecorFrame(
12562 (TGMdiMainFrame*) G__int(libp->para[0]), (TGMdiFrame*) G__int(libp->para[1])
12563 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
12564 , (TGGC*) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
12565      }
12566      break;
12567    case 5:
12568      //m: 5
12569      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12570        p = new TGMdiDecorFrame(
12571 (TGMdiMainFrame*) G__int(libp->para[0]), (TGMdiFrame*) G__int(libp->para[1])
12572 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
12573 , (TGGC*) G__int(libp->para[4]));
12574      } else {
12575        p = new((void*) gvp) TGMdiDecorFrame(
12576 (TGMdiMainFrame*) G__int(libp->para[0]), (TGMdiFrame*) G__int(libp->para[1])
12577 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
12578 , (TGGC*) G__int(libp->para[4]));
12579      }
12580      break;
12581    }
12582    result7->obj.i = (long) p;
12583    result7->ref = (long) p;
12584    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame));
12585    return(1 || funcname || hash || result7 || libp) ;
12586 }
12587 
12588 static int G__G__Gui3_312_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12589 {
12590       G__letint(result7, 105, (long) ((TGMdiDecorFrame*) G__getstructoffset())->CloseWindow());
12591    return(1 || funcname || hash || result7 || libp) ;
12592 }
12593 
12594 static int G__G__Gui3_312_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12595 {
12596       ((TGMdiDecorFrame*) G__getstructoffset())->SetMdiButtons((ULong_t) G__int(libp->para[0]));
12597       G__setnull(result7);
12598    return(1 || funcname || hash || result7 || libp) ;
12599 }
12600 
12601 static int G__G__Gui3_312_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12602 {
12603       G__letint(result7, 107, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetMdiButtons());
12604    return(1 || funcname || hash || result7 || libp) ;
12605 }
12606 
12607 static int G__G__Gui3_312_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12608 {
12609    switch (libp->paran) {
12610    case 1:
12611       ((TGMdiDecorFrame*) G__getstructoffset())->SetResizeMode((Int_t) G__int(libp->para[0]));
12612       G__setnull(result7);
12613       break;
12614    case 0:
12615       ((TGMdiDecorFrame*) G__getstructoffset())->SetResizeMode();
12616       G__setnull(result7);
12617       break;
12618    }
12619    return(1 || funcname || hash || result7 || libp) ;
12620 }
12621 
12622 static int G__G__Gui3_312_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12623 {
12624       ((TGMdiDecorFrame*) G__getstructoffset())->SetWindowIcon((TGPicture*) G__int(libp->para[0]));
12625       G__setnull(result7);
12626    return(1 || funcname || hash || result7 || libp) ;
12627 }
12628 
12629 static int G__G__Gui3_312_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12630 {
12631       G__letint(result7, 67, (long) ((TGMdiDecorFrame*) G__getstructoffset())->GetWindowName());
12632    return(1 || funcname || hash || result7 || libp) ;
12633 }
12634 
12635 static int G__G__Gui3_312_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12636 {
12637       G__letint(result7, 85, (long) ((TGMdiDecorFrame*) G__getstructoffset())->GetWindowIcon());
12638    return(1 || funcname || hash || result7 || libp) ;
12639 }
12640 
12641 static int G__G__Gui3_312_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12642 {
12643       G__letint(result7, 103, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->IsCurrent());
12644    return(1 || funcname || hash || result7 || libp) ;
12645 }
12646 
12647 static int G__G__Gui3_312_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12648 {
12649       G__letint(result7, 103, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->IsMinimized());
12650    return(1 || funcname || hash || result7 || libp) ;
12651 }
12652 
12653 static int G__G__Gui3_312_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12654 {
12655       G__letint(result7, 103, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->IsMaximized());
12656    return(1 || funcname || hash || result7 || libp) ;
12657 }
12658 
12659 static int G__G__Gui3_312_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12660 {
12661       G__letint(result7, 105, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetPreResizeX());
12662    return(1 || funcname || hash || result7 || libp) ;
12663 }
12664 
12665 static int G__G__Gui3_312_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12666 {
12667       G__letint(result7, 105, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetPreResizeY());
12668    return(1 || funcname || hash || result7 || libp) ;
12669 }
12670 
12671 static int G__G__Gui3_312_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12672 {
12673       G__letint(result7, 105, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetPreResizeWidth());
12674    return(1 || funcname || hash || result7 || libp) ;
12675 }
12676 
12677 static int G__G__Gui3_312_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12678 {
12679       G__letint(result7, 105, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetPreResizeHeight());
12680    return(1 || funcname || hash || result7 || libp) ;
12681 }
12682 
12683 static int G__G__Gui3_312_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12684 {
12685       G__letint(result7, 105, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetMinimizedX());
12686    return(1 || funcname || hash || result7 || libp) ;
12687 }
12688 
12689 static int G__G__Gui3_312_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12690 {
12691       G__letint(result7, 105, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetMinimizedY());
12692    return(1 || funcname || hash || result7 || libp) ;
12693 }
12694 
12695 static int G__G__Gui3_312_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12696 {
12697       G__letint(result7, 103, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetMinUserPlacement());
12698    return(1 || funcname || hash || result7 || libp) ;
12699 }
12700 
12701 static int G__G__Gui3_312_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12702 {
12703    switch (libp->paran) {
12704    case 1:
12705       ((TGMdiDecorFrame*) G__getstructoffset())->SetCurrent((Bool_t) G__int(libp->para[0]));
12706       G__setnull(result7);
12707       break;
12708    case 0:
12709       ((TGMdiDecorFrame*) G__getstructoffset())->SetCurrent();
12710       G__setnull(result7);
12711       break;
12712    }
12713    return(1 || funcname || hash || result7 || libp) ;
12714 }
12715 
12716 static int G__G__Gui3_312_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12717 {
12718       ((TGMdiDecorFrame*) G__getstructoffset())->SetDecorBorderWidth((Int_t) G__int(libp->para[0]));
12719       G__setnull(result7);
12720    return(1 || funcname || hash || result7 || libp) ;
12721 }
12722 
12723 static int G__G__Gui3_312_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12724 {
12725       ((TGMdiDecorFrame*) G__getstructoffset())->SetPreResizeX((Int_t) G__int(libp->para[0]));
12726       G__setnull(result7);
12727    return(1 || funcname || hash || result7 || libp) ;
12728 }
12729 
12730 static int G__G__Gui3_312_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12731 {
12732       ((TGMdiDecorFrame*) G__getstructoffset())->SetPreResizeY((Int_t) G__int(libp->para[0]));
12733       G__setnull(result7);
12734    return(1 || funcname || hash || result7 || libp) ;
12735 }
12736 
12737 static int G__G__Gui3_312_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12738 {
12739       ((TGMdiDecorFrame*) G__getstructoffset())->SetPreResizeWidth((Int_t) G__int(libp->para[0]));
12740       G__setnull(result7);
12741    return(1 || funcname || hash || result7 || libp) ;
12742 }
12743 
12744 static int G__G__Gui3_312_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12745 {
12746       ((TGMdiDecorFrame*) G__getstructoffset())->SetPreResizeHeight((Int_t) G__int(libp->para[0]));
12747       G__setnull(result7);
12748    return(1 || funcname || hash || result7 || libp) ;
12749 }
12750 
12751 static int G__G__Gui3_312_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12752 {
12753       ((TGMdiDecorFrame*) G__getstructoffset())->SetMinimizedX((Int_t) G__int(libp->para[0]));
12754       G__setnull(result7);
12755    return(1 || funcname || hash || result7 || libp) ;
12756 }
12757 
12758 static int G__G__Gui3_312_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12759 {
12760       ((TGMdiDecorFrame*) G__getstructoffset())->SetMinimizedY((Int_t) G__int(libp->para[0]));
12761       G__setnull(result7);
12762    return(1 || funcname || hash || result7 || libp) ;
12763 }
12764 
12765 static int G__G__Gui3_312_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12766 {
12767    switch (libp->paran) {
12768    case 1:
12769       ((TGMdiDecorFrame*) G__getstructoffset())->Minimize((Bool_t) G__int(libp->para[0]));
12770       G__setnull(result7);
12771       break;
12772    case 0:
12773       ((TGMdiDecorFrame*) G__getstructoffset())->Minimize();
12774       G__setnull(result7);
12775       break;
12776    }
12777    return(1 || funcname || hash || result7 || libp) ;
12778 }
12779 
12780 static int G__G__Gui3_312_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12781 {
12782    switch (libp->paran) {
12783    case 1:
12784       ((TGMdiDecorFrame*) G__getstructoffset())->Maximize((Bool_t) G__int(libp->para[0]));
12785       G__setnull(result7);
12786       break;
12787    case 0:
12788       ((TGMdiDecorFrame*) G__getstructoffset())->Maximize();
12789       G__setnull(result7);
12790       break;
12791    }
12792    return(1 || funcname || hash || result7 || libp) ;
12793 }
12794 
12795 static int G__G__Gui3_312_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12796 {
12797    switch (libp->paran) {
12798    case 1:
12799       ((TGMdiDecorFrame*) G__getstructoffset())->SetMinUserPlacement((Bool_t) G__int(libp->para[0]));
12800       G__setnull(result7);
12801       break;
12802    case 0:
12803       ((TGMdiDecorFrame*) G__getstructoffset())->SetMinUserPlacement();
12804       G__setnull(result7);
12805       break;
12806    }
12807    return(1 || funcname || hash || result7 || libp) ;
12808 }
12809 
12810 static int G__G__Gui3_312_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12811 {
12812       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetMdiFrame());
12813    return(1 || funcname || hash || result7 || libp) ;
12814 }
12815 
12816 static int G__G__Gui3_312_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12817 {
12818       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetTitleBar());
12819    return(1 || funcname || hash || result7 || libp) ;
12820 }
12821 
12822 static int G__G__Gui3_312_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12823 {
12824       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetUpperHR());
12825    return(1 || funcname || hash || result7 || libp) ;
12826 }
12827 
12828 static int G__G__Gui3_312_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12829 {
12830       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetLowerHR());
12831    return(1 || funcname || hash || result7 || libp) ;
12832 }
12833 
12834 static int G__G__Gui3_312_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12835 {
12836       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetUpperLeftCR());
12837    return(1 || funcname || hash || result7 || libp) ;
12838 }
12839 
12840 static int G__G__Gui3_312_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12841 {
12842       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetLowerLeftCR());
12843    return(1 || funcname || hash || result7 || libp) ;
12844 }
12845 
12846 static int G__G__Gui3_312_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12847 {
12848       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetUpperRightCR());
12849    return(1 || funcname || hash || result7 || libp) ;
12850 }
12851 
12852 static int G__G__Gui3_312_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12853 {
12854       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetLowerRightCR());
12855    return(1 || funcname || hash || result7 || libp) ;
12856 }
12857 
12858 static int G__G__Gui3_312_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12859 {
12860       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetLeftVR());
12861    return(1 || funcname || hash || result7 || libp) ;
12862 }
12863 
12864 static int G__G__Gui3_312_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12865 {
12866       G__letint(result7, 85, (long) ((const TGMdiDecorFrame*) G__getstructoffset())->GetRightVR());
12867    return(1 || funcname || hash || result7 || libp) ;
12868 }
12869 
12870 static int G__G__Gui3_312_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12871 {
12872       G__letint(result7, 85, (long) TGMdiDecorFrame::Class());
12873    return(1 || funcname || hash || result7 || libp) ;
12874 }
12875 
12876 static int G__G__Gui3_312_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12877 {
12878       G__letint(result7, 67, (long) TGMdiDecorFrame::Class_Name());
12879    return(1 || funcname || hash || result7 || libp) ;
12880 }
12881 
12882 static int G__G__Gui3_312_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12883 {
12884       G__letint(result7, 115, (long) TGMdiDecorFrame::Class_Version());
12885    return(1 || funcname || hash || result7 || libp) ;
12886 }
12887 
12888 static int G__G__Gui3_312_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12889 {
12890       TGMdiDecorFrame::Dictionary();
12891       G__setnull(result7);
12892    return(1 || funcname || hash || result7 || libp) ;
12893 }
12894 
12895 static int G__G__Gui3_312_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12896 {
12897       ((TGMdiDecorFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
12898       G__setnull(result7);
12899    return(1 || funcname || hash || result7 || libp) ;
12900 }
12901 
12902 static int G__G__Gui3_312_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12903 {
12904       G__letint(result7, 67, (long) TGMdiDecorFrame::DeclFileName());
12905    return(1 || funcname || hash || result7 || libp) ;
12906 }
12907 
12908 static int G__G__Gui3_312_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12909 {
12910       G__letint(result7, 105, (long) TGMdiDecorFrame::ImplFileLine());
12911    return(1 || funcname || hash || result7 || libp) ;
12912 }
12913 
12914 static int G__G__Gui3_312_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12915 {
12916       G__letint(result7, 67, (long) TGMdiDecorFrame::ImplFileName());
12917    return(1 || funcname || hash || result7 || libp) ;
12918 }
12919 
12920 static int G__G__Gui3_312_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12921 {
12922       G__letint(result7, 105, (long) TGMdiDecorFrame::DeclFileLine());
12923    return(1 || funcname || hash || result7 || libp) ;
12924 }
12925 
12926 // automatic destructor
12927 typedef TGMdiDecorFrame G__TTGMdiDecorFrame;
12928 static int G__G__Gui3_312_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12929 {
12930    char* gvp = (char*) G__getgvp();
12931    long soff = G__getstructoffset();
12932    int n = G__getaryconstruct();
12933    //
12934    //has_a_delete: 1
12935    //has_own_delete1arg: 0
12936    //has_own_delete2arg: 0
12937    //
12938    if (!soff) {
12939      return(1);
12940    }
12941    if (n) {
12942      if (gvp == (char*)G__PVOID) {
12943        delete[] (TGMdiDecorFrame*) soff;
12944      } else {
12945        G__setgvp((long) G__PVOID);
12946        for (int i = n - 1; i >= 0; --i) {
12947          ((TGMdiDecorFrame*) (soff+(sizeof(TGMdiDecorFrame)*i)))->~G__TTGMdiDecorFrame();
12948        }
12949        G__setgvp((long)gvp);
12950      }
12951    } else {
12952      if (gvp == (char*)G__PVOID) {
12953        delete (TGMdiDecorFrame*) soff;
12954      } else {
12955        G__setgvp((long) G__PVOID);
12956        ((TGMdiDecorFrame*) (soff))->~G__TTGMdiDecorFrame();
12957        G__setgvp((long)gvp);
12958      }
12959    }
12960    G__setnull(result7);
12961    return(1 || funcname || hash || result7 || libp) ;
12962 }
12963 
12964 
12965 /* TGMdiFrame */
12966 static int G__G__Gui3_313_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
12967 {
12968    TGMdiFrame* p = NULL;
12969    char* gvp = (char*) G__getgvp();
12970    switch (libp->paran) {
12971    case 5:
12972      //m: 5
12973      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12974        p = new TGMdiFrame(
12975 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12976 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12977 , (Pixel_t) G__int(libp->para[4]));
12978      } else {
12979        p = new((void*) gvp) TGMdiFrame(
12980 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12981 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
12982 , (Pixel_t) G__int(libp->para[4]));
12983      }
12984      break;
12985    case 4:
12986      //m: 4
12987      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
12988        p = new TGMdiFrame(
12989 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12990 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
12991      } else {
12992        p = new((void*) gvp) TGMdiFrame(
12993 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
12994 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
12995      }
12996      break;
12997    case 3:
12998      //m: 3
12999      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13000        p = new TGMdiFrame(
13001 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13002 , (Int_t) G__int(libp->para[2]));
13003      } else {
13004        p = new((void*) gvp) TGMdiFrame(
13005 (TGMdiMainFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
13006 , (Int_t) G__int(libp->para[2]));
13007      }
13008      break;
13009    }
13010    result7->obj.i = (long) p;
13011    result7->ref = (long) p;
13012    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame));
13013    return(1 || funcname || hash || result7 || libp) ;
13014 }
13015 
13016 static int G__G__Gui3_313_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13017 {
13018       G__letint(result7, 103, (long) ((TGMdiFrame*) G__getstructoffset())->CloseWindow());
13019    return(1 || funcname || hash || result7 || libp) ;
13020 }
13021 
13022 static int G__G__Gui3_313_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13023 {
13024       G__letint(result7, 103, (long) ((TGMdiFrame*) G__getstructoffset())->Help());
13025    return(1 || funcname || hash || result7 || libp) ;
13026 }
13027 
13028 static int G__G__Gui3_313_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13029 {
13030       ((TGMdiFrame*) G__getstructoffset())->SetMdiHints((ULong_t) G__int(libp->para[0]));
13031       G__setnull(result7);
13032    return(1 || funcname || hash || result7 || libp) ;
13033 }
13034 
13035 static int G__G__Gui3_313_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13036 {
13037       G__letint(result7, 107, (long) ((const TGMdiFrame*) G__getstructoffset())->GetMdiHints());
13038    return(1 || funcname || hash || result7 || libp) ;
13039 }
13040 
13041 static int G__G__Gui3_313_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13042 {
13043       ((TGMdiFrame*) G__getstructoffset())->DontCallClose();
13044       G__setnull(result7);
13045    return(1 || funcname || hash || result7 || libp) ;
13046 }
13047 
13048 static int G__G__Gui3_313_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13049 {
13050       ((TGMdiFrame*) G__getstructoffset())->SetWindowIcon((TGPicture*) G__int(libp->para[0]));
13051       G__setnull(result7);
13052    return(1 || funcname || hash || result7 || libp) ;
13053 }
13054 
13055 static int G__G__Gui3_313_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13056 {
13057       G__letint(result7, 67, (long) ((TGMdiFrame*) G__getstructoffset())->GetWindowName());
13058    return(1 || funcname || hash || result7 || libp) ;
13059 }
13060 
13061 static int G__G__Gui3_313_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13062 {
13063       G__letint(result7, 85, (long) ((TGMdiFrame*) G__getstructoffset())->GetWindowIcon());
13064    return(1 || funcname || hash || result7 || libp) ;
13065 }
13066 
13067 static int G__G__Gui3_313_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13068 {
13069       G__letint(result7, 85, (long) TGMdiFrame::Class());
13070    return(1 || funcname || hash || result7 || libp) ;
13071 }
13072 
13073 static int G__G__Gui3_313_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13074 {
13075       G__letint(result7, 67, (long) TGMdiFrame::Class_Name());
13076    return(1 || funcname || hash || result7 || libp) ;
13077 }
13078 
13079 static int G__G__Gui3_313_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13080 {
13081       G__letint(result7, 115, (long) TGMdiFrame::Class_Version());
13082    return(1 || funcname || hash || result7 || libp) ;
13083 }
13084 
13085 static int G__G__Gui3_313_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13086 {
13087       TGMdiFrame::Dictionary();
13088       G__setnull(result7);
13089    return(1 || funcname || hash || result7 || libp) ;
13090 }
13091 
13092 static int G__G__Gui3_313_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13093 {
13094       ((TGMdiFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13095       G__setnull(result7);
13096    return(1 || funcname || hash || result7 || libp) ;
13097 }
13098 
13099 static int G__G__Gui3_313_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13100 {
13101       G__letint(result7, 67, (long) TGMdiFrame::DeclFileName());
13102    return(1 || funcname || hash || result7 || libp) ;
13103 }
13104 
13105 static int G__G__Gui3_313_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13106 {
13107       G__letint(result7, 105, (long) TGMdiFrame::ImplFileLine());
13108    return(1 || funcname || hash || result7 || libp) ;
13109 }
13110 
13111 static int G__G__Gui3_313_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13112 {
13113       G__letint(result7, 67, (long) TGMdiFrame::ImplFileName());
13114    return(1 || funcname || hash || result7 || libp) ;
13115 }
13116 
13117 static int G__G__Gui3_313_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13118 {
13119       G__letint(result7, 105, (long) TGMdiFrame::DeclFileLine());
13120    return(1 || funcname || hash || result7 || libp) ;
13121 }
13122 
13123 // automatic destructor
13124 typedef TGMdiFrame G__TTGMdiFrame;
13125 static int G__G__Gui3_313_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13126 {
13127    char* gvp = (char*) G__getgvp();
13128    long soff = G__getstructoffset();
13129    int n = G__getaryconstruct();
13130    //
13131    //has_a_delete: 1
13132    //has_own_delete1arg: 0
13133    //has_own_delete2arg: 0
13134    //
13135    if (!soff) {
13136      return(1);
13137    }
13138    if (n) {
13139      if (gvp == (char*)G__PVOID) {
13140        delete[] (TGMdiFrame*) soff;
13141      } else {
13142        G__setgvp((long) G__PVOID);
13143        for (int i = n - 1; i >= 0; --i) {
13144          ((TGMdiFrame*) (soff+(sizeof(TGMdiFrame)*i)))->~G__TTGMdiFrame();
13145        }
13146        G__setgvp((long)gvp);
13147      }
13148    } else {
13149      if (gvp == (char*)G__PVOID) {
13150        delete (TGMdiFrame*) soff;
13151      } else {
13152        G__setgvp((long) G__PVOID);
13153        ((TGMdiFrame*) (soff))->~G__TTGMdiFrame();
13154        G__setgvp((long)gvp);
13155      }
13156    }
13157    G__setnull(result7);
13158    return(1 || funcname || hash || result7 || libp) ;
13159 }
13160 
13161 
13162 /* TGMdiFrameList */
13163 static int G__G__Gui3_314_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13164 {
13165       G__letint(result7, 104, (long) ((const TGMdiFrameList*) G__getstructoffset())->GetFrameId());
13166    return(1 || funcname || hash || result7 || libp) ;
13167 }
13168 
13169 static int G__G__Gui3_314_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13170 {
13171       G__letint(result7, 85, (long) ((const TGMdiFrameList*) G__getstructoffset())->GetDecorFrame());
13172    return(1 || funcname || hash || result7 || libp) ;
13173 }
13174 
13175 static int G__G__Gui3_314_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13176 {
13177       G__letint(result7, 85, (long) ((const TGMdiFrameList*) G__getstructoffset())->GetPrev());
13178    return(1 || funcname || hash || result7 || libp) ;
13179 }
13180 
13181 static int G__G__Gui3_314_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13182 {
13183       G__letint(result7, 85, (long) ((const TGMdiFrameList*) G__getstructoffset())->GetNext());
13184    return(1 || funcname || hash || result7 || libp) ;
13185 }
13186 
13187 static int G__G__Gui3_314_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13188 {
13189       G__letint(result7, 85, (long) ((const TGMdiFrameList*) G__getstructoffset())->GetCyclePrev());
13190    return(1 || funcname || hash || result7 || libp) ;
13191 }
13192 
13193 static int G__G__Gui3_314_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13194 {
13195       G__letint(result7, 85, (long) ((const TGMdiFrameList*) G__getstructoffset())->GetCycleNext());
13196    return(1 || funcname || hash || result7 || libp) ;
13197 }
13198 
13199 static int G__G__Gui3_314_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13200 {
13201       ((TGMdiFrameList*) G__getstructoffset())->SetFrameId((UInt_t) G__int(libp->para[0]));
13202       G__setnull(result7);
13203    return(1 || funcname || hash || result7 || libp) ;
13204 }
13205 
13206 static int G__G__Gui3_314_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13207 {
13208       ((TGMdiFrameList*) G__getstructoffset())->SetDecorFrame((TGMdiDecorFrame*) G__int(libp->para[0]));
13209       G__setnull(result7);
13210    return(1 || funcname || hash || result7 || libp) ;
13211 }
13212 
13213 static int G__G__Gui3_314_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13214 {
13215       ((TGMdiFrameList*) G__getstructoffset())->SetPrev((TGMdiFrameList*) G__int(libp->para[0]));
13216       G__setnull(result7);
13217    return(1 || funcname || hash || result7 || libp) ;
13218 }
13219 
13220 static int G__G__Gui3_314_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13221 {
13222       ((TGMdiFrameList*) G__getstructoffset())->SetNext((TGMdiFrameList*) G__int(libp->para[0]));
13223       G__setnull(result7);
13224    return(1 || funcname || hash || result7 || libp) ;
13225 }
13226 
13227 static int G__G__Gui3_314_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13228 {
13229       ((TGMdiFrameList*) G__getstructoffset())->SetCyclePrev((TGMdiFrameList*) G__int(libp->para[0]));
13230       G__setnull(result7);
13231    return(1 || funcname || hash || result7 || libp) ;
13232 }
13233 
13234 static int G__G__Gui3_314_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13235 {
13236       ((TGMdiFrameList*) G__getstructoffset())->SetCycleNext((TGMdiFrameList*) G__int(libp->para[0]));
13237       G__setnull(result7);
13238    return(1 || funcname || hash || result7 || libp) ;
13239 }
13240 
13241 static int G__G__Gui3_314_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13242 {
13243       G__letint(result7, 85, (long) TGMdiFrameList::Class());
13244    return(1 || funcname || hash || result7 || libp) ;
13245 }
13246 
13247 static int G__G__Gui3_314_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13248 {
13249       G__letint(result7, 67, (long) TGMdiFrameList::Class_Name());
13250    return(1 || funcname || hash || result7 || libp) ;
13251 }
13252 
13253 static int G__G__Gui3_314_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13254 {
13255       G__letint(result7, 115, (long) TGMdiFrameList::Class_Version());
13256    return(1 || funcname || hash || result7 || libp) ;
13257 }
13258 
13259 static int G__G__Gui3_314_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13260 {
13261       TGMdiFrameList::Dictionary();
13262       G__setnull(result7);
13263    return(1 || funcname || hash || result7 || libp) ;
13264 }
13265 
13266 static int G__G__Gui3_314_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13267 {
13268       G__letint(result7, 85, (long) ((const TGMdiFrameList*) G__getstructoffset())->IsA());
13269    return(1 || funcname || hash || result7 || libp) ;
13270 }
13271 
13272 static int G__G__Gui3_314_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13273 {
13274       ((TGMdiFrameList*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
13275       G__setnull(result7);
13276    return(1 || funcname || hash || result7 || libp) ;
13277 }
13278 
13279 static int G__G__Gui3_314_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13280 {
13281       ((TGMdiFrameList*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
13282       G__setnull(result7);
13283    return(1 || funcname || hash || result7 || libp) ;
13284 }
13285 
13286 static int G__G__Gui3_314_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13287 {
13288       ((TGMdiFrameList*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13289       G__setnull(result7);
13290    return(1 || funcname || hash || result7 || libp) ;
13291 }
13292 
13293 static int G__G__Gui3_314_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13294 {
13295       G__letint(result7, 67, (long) TGMdiFrameList::DeclFileName());
13296    return(1 || funcname || hash || result7 || libp) ;
13297 }
13298 
13299 static int G__G__Gui3_314_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13300 {
13301       G__letint(result7, 105, (long) TGMdiFrameList::ImplFileLine());
13302    return(1 || funcname || hash || result7 || libp) ;
13303 }
13304 
13305 static int G__G__Gui3_314_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13306 {
13307       G__letint(result7, 67, (long) TGMdiFrameList::ImplFileName());
13308    return(1 || funcname || hash || result7 || libp) ;
13309 }
13310 
13311 static int G__G__Gui3_314_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13312 {
13313       G__letint(result7, 105, (long) TGMdiFrameList::DeclFileLine());
13314    return(1 || funcname || hash || result7 || libp) ;
13315 }
13316 
13317 // automatic default constructor
13318 static int G__G__Gui3_314_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13319 {
13320    TGMdiFrameList *p;
13321    char* gvp = (char*) G__getgvp();
13322    int n = G__getaryconstruct();
13323    if (n) {
13324      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13325        p = new TGMdiFrameList[n];
13326      } else {
13327        p = new((void*) gvp) TGMdiFrameList[n];
13328      }
13329    } else {
13330      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13331        p = new TGMdiFrameList;
13332      } else {
13333        p = new((void*) gvp) TGMdiFrameList;
13334      }
13335    }
13336    result7->obj.i = (long) p;
13337    result7->ref = (long) p;
13338    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList));
13339    return(1 || funcname || hash || result7 || libp) ;
13340 }
13341 
13342 // automatic copy constructor
13343 static int G__G__Gui3_314_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13344 
13345 {
13346    TGMdiFrameList* p;
13347    void* tmp = (void*) G__int(libp->para[0]);
13348    p = new TGMdiFrameList(*(TGMdiFrameList*) tmp);
13349    result7->obj.i = (long) p;
13350    result7->ref = (long) p;
13351    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList));
13352    return(1 || funcname || hash || result7 || libp) ;
13353 }
13354 
13355 // automatic destructor
13356 typedef TGMdiFrameList G__TTGMdiFrameList;
13357 static int G__G__Gui3_314_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13358 {
13359    char* gvp = (char*) G__getgvp();
13360    long soff = G__getstructoffset();
13361    int n = G__getaryconstruct();
13362    //
13363    //has_a_delete: 0
13364    //has_own_delete1arg: 0
13365    //has_own_delete2arg: 0
13366    //
13367    if (!soff) {
13368      return(1);
13369    }
13370    if (n) {
13371      if (gvp == (char*)G__PVOID) {
13372        delete[] (TGMdiFrameList*) soff;
13373      } else {
13374        G__setgvp((long) G__PVOID);
13375        for (int i = n - 1; i >= 0; --i) {
13376          ((TGMdiFrameList*) (soff+(sizeof(TGMdiFrameList)*i)))->~G__TTGMdiFrameList();
13377        }
13378        G__setgvp((long)gvp);
13379      }
13380    } else {
13381      if (gvp == (char*)G__PVOID) {
13382        delete (TGMdiFrameList*) soff;
13383      } else {
13384        G__setgvp((long) G__PVOID);
13385        ((TGMdiFrameList*) (soff))->~G__TTGMdiFrameList();
13386        G__setgvp((long)gvp);
13387      }
13388    }
13389    G__setnull(result7);
13390    return(1 || funcname || hash || result7 || libp) ;
13391 }
13392 
13393 // automatic assignment operator
13394 static int G__G__Gui3_314_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13395 {
13396    TGMdiFrameList* dest = (TGMdiFrameList*) G__getstructoffset();
13397    *dest = *(TGMdiFrameList*) libp->para[0].ref;
13398    const TGMdiFrameList& obj = *dest;
13399    result7->ref = (long) (&obj);
13400    result7->obj.i = (long) (&obj);
13401    return(1 || funcname || hash || result7 || libp) ;
13402 }
13403 
13404 
13405 /* TGMdiMainFrame */
13406 static int G__G__Gui3_315_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13407 {
13408    TGMdiMainFrame* p = NULL;
13409    char* gvp = (char*) G__getgvp();
13410    switch (libp->paran) {
13411    case 6:
13412      //m: 6
13413      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13414        p = new TGMdiMainFrame(
13415 (TGWindow*) G__int(libp->para[0]), (TGMdiMenuBar*) G__int(libp->para[1])
13416 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
13417 , (UInt_t) G__int(libp->para[4]), (Pixel_t) G__int(libp->para[5]));
13418      } else {
13419        p = new((void*) gvp) TGMdiMainFrame(
13420 (TGWindow*) G__int(libp->para[0]), (TGMdiMenuBar*) G__int(libp->para[1])
13421 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
13422 , (UInt_t) G__int(libp->para[4]), (Pixel_t) G__int(libp->para[5]));
13423      }
13424      break;
13425    case 5:
13426      //m: 5
13427      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13428        p = new TGMdiMainFrame(
13429 (TGWindow*) G__int(libp->para[0]), (TGMdiMenuBar*) G__int(libp->para[1])
13430 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
13431 , (UInt_t) G__int(libp->para[4]));
13432      } else {
13433        p = new((void*) gvp) TGMdiMainFrame(
13434 (TGWindow*) G__int(libp->para[0]), (TGMdiMenuBar*) G__int(libp->para[1])
13435 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
13436 , (UInt_t) G__int(libp->para[4]));
13437      }
13438      break;
13439    case 4:
13440      //m: 4
13441      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13442        p = new TGMdiMainFrame(
13443 (TGWindow*) G__int(libp->para[0]), (TGMdiMenuBar*) G__int(libp->para[1])
13444 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
13445      } else {
13446        p = new((void*) gvp) TGMdiMainFrame(
13447 (TGWindow*) G__int(libp->para[0]), (TGMdiMenuBar*) G__int(libp->para[1])
13448 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
13449      }
13450      break;
13451    }
13452    result7->obj.i = (long) p;
13453    result7->ref = (long) p;
13454    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame));
13455    return(1 || funcname || hash || result7 || libp) ;
13456 }
13457 
13458 static int G__G__Gui3_315_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13459 {
13460       ((TGMdiMainFrame*) G__getstructoffset())->FreeMove((TGMdiFrame*) G__int(libp->para[0]));
13461       G__setnull(result7);
13462    return(1 || funcname || hash || result7 || libp) ;
13463 }
13464 
13465 static int G__G__Gui3_315_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13466 {
13467       ((TGMdiMainFrame*) G__getstructoffset())->FreeSize((TGMdiFrame*) G__int(libp->para[0]));
13468       G__setnull(result7);
13469    return(1 || funcname || hash || result7 || libp) ;
13470 }
13471 
13472 static int G__G__Gui3_315_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13473 {
13474       ((TGMdiMainFrame*) G__getstructoffset())->Restore((TGMdiFrame*) G__int(libp->para[0]));
13475       G__setnull(result7);
13476    return(1 || funcname || hash || result7 || libp) ;
13477 }
13478 
13479 static int G__G__Gui3_315_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13480 {
13481       ((TGMdiMainFrame*) G__getstructoffset())->Maximize((TGMdiFrame*) G__int(libp->para[0]));
13482       G__setnull(result7);
13483    return(1 || funcname || hash || result7 || libp) ;
13484 }
13485 
13486 static int G__G__Gui3_315_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13487 {
13488       ((TGMdiMainFrame*) G__getstructoffset())->Minimize((TGMdiFrame*) G__int(libp->para[0]));
13489       G__setnull(result7);
13490    return(1 || funcname || hash || result7 || libp) ;
13491 }
13492 
13493 static int G__G__Gui3_315_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13494 {
13495       G__letint(result7, 105, (long) ((TGMdiMainFrame*) G__getstructoffset())->Close((TGMdiFrame*) G__int(libp->para[0])));
13496    return(1 || funcname || hash || result7 || libp) ;
13497 }
13498 
13499 static int G__G__Gui3_315_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13500 {
13501       G__letint(result7, 105, (long) ((TGMdiMainFrame*) G__getstructoffset())->ContextHelp((TGMdiFrame*) G__int(libp->para[0])));
13502    return(1 || funcname || hash || result7 || libp) ;
13503 }
13504 
13505 static int G__G__Gui3_315_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13506 {
13507       ((TGMdiMainFrame*) G__getstructoffset())->CloseAll();
13508       G__setnull(result7);
13509    return(1 || funcname || hash || result7 || libp) ;
13510 }
13511 
13512 static int G__G__Gui3_315_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13513 {
13514       ((TGMdiMainFrame*) G__getstructoffset())->Cascade();
13515       G__setnull(result7);
13516    return(1 || funcname || hash || result7 || libp) ;
13517 }
13518 
13519 static int G__G__Gui3_315_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13520 {
13521       ((TGMdiMainFrame*) G__getstructoffset())->TileHorizontal();
13522       G__setnull(result7);
13523    return(1 || funcname || hash || result7 || libp) ;
13524 }
13525 
13526 static int G__G__Gui3_315_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13527 {
13528       ((TGMdiMainFrame*) G__getstructoffset())->TileVertical();
13529       G__setnull(result7);
13530    return(1 || funcname || hash || result7 || libp) ;
13531 }
13532 
13533 static int G__G__Gui3_315_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13534 {
13535       ((TGMdiMainFrame*) G__getstructoffset())->ArrangeFrames((Int_t) G__int(libp->para[0]));
13536       G__setnull(result7);
13537    return(1 || funcname || hash || result7 || libp) ;
13538 }
13539 
13540 static int G__G__Gui3_315_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13541 {
13542       ((TGMdiMainFrame*) G__getstructoffset())->ArrangeMinimized();
13543       G__setnull(result7);
13544    return(1 || funcname || hash || result7 || libp) ;
13545 }
13546 
13547 static int G__G__Gui3_315_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13548 {
13549       ((TGMdiMainFrame*) G__getstructoffset())->CirculateUp();
13550       G__setnull(result7);
13551    return(1 || funcname || hash || result7 || libp) ;
13552 }
13553 
13554 static int G__G__Gui3_315_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13555 {
13556       ((TGMdiMainFrame*) G__getstructoffset())->CirculateDown();
13557       G__setnull(result7);
13558    return(1 || funcname || hash || result7 || libp) ;
13559 }
13560 
13561 static int G__G__Gui3_315_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13562 {
13563       G__letint(result7, 85, (long) ((const TGMdiMainFrame*) G__getstructoffset())->GetCurrent());
13564    return(1 || funcname || hash || result7 || libp) ;
13565 }
13566 
13567 static int G__G__Gui3_315_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13568 {
13569       G__letint(result7, 85, (long) ((const TGMdiMainFrame*) G__getstructoffset())->GetMdiFrame((UInt_t) G__int(libp->para[0])));
13570    return(1 || funcname || hash || result7 || libp) ;
13571 }
13572 
13573 static int G__G__Gui3_315_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13574 {
13575       G__letint(result7, 85, (long) ((const TGMdiMainFrame*) G__getstructoffset())->GetContainer());
13576    return(1 || funcname || hash || result7 || libp) ;
13577 }
13578 
13579 static int G__G__Gui3_315_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13580 {
13581       G__letint(result7, 103, (long) ((TGMdiMainFrame*) G__getstructoffset())->SetCurrent((UInt_t) G__int(libp->para[0])));
13582    return(1 || funcname || hash || result7 || libp) ;
13583 }
13584 
13585 static int G__G__Gui3_315_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13586 {
13587       G__letint(result7, 103, (long) ((TGMdiMainFrame*) G__getstructoffset())->SetCurrent((TGMdiFrame*) G__int(libp->para[0])));
13588    return(1 || funcname || hash || result7 || libp) ;
13589 }
13590 
13591 static int G__G__Gui3_315_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13592 {
13593       G__letint(result7, 85, (long) ((const TGMdiMainFrame*) G__getstructoffset())->GetWinListMenu());
13594    return(1 || funcname || hash || result7 || libp) ;
13595 }
13596 
13597 static int G__G__Gui3_315_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13598 {
13599       G__letint(result7, 85, (long) ((const TGMdiMainFrame*) G__getstructoffset())->GetMenu());
13600    return(1 || funcname || hash || result7 || libp) ;
13601 }
13602 
13603 static int G__G__Gui3_315_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13604 {
13605    switch (libp->paran) {
13606    case 1:
13607       G__letint(result7, 85, (long) ((const TGMdiMainFrame*) G__getstructoffset())->GetWindowList((Int_t) G__int(libp->para[0])));
13608       break;
13609    case 0:
13610       G__letint(result7, 85, (long) ((const TGMdiMainFrame*) G__getstructoffset())->GetWindowList());
13611       break;
13612    }
13613    return(1 || funcname || hash || result7 || libp) ;
13614 }
13615 
13616 static int G__G__Gui3_315_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13617 {
13618       G__letint(result7, 108, (long) ((const TGMdiMainFrame*) G__getstructoffset())->GetNumberOfFrames());
13619    return(1 || funcname || hash || result7 || libp) ;
13620 }
13621 
13622 static int G__G__Gui3_315_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13623 {
13624    switch (libp->paran) {
13625    case 1:
13626       ((TGMdiMainFrame*) G__getstructoffset())->SetResizeMode((Int_t) G__int(libp->para[0]));
13627       G__setnull(result7);
13628       break;
13629    case 0:
13630       ((TGMdiMainFrame*) G__getstructoffset())->SetResizeMode();
13631       G__setnull(result7);
13632       break;
13633    }
13634    return(1 || funcname || hash || result7 || libp) ;
13635 }
13636 
13637 static int G__G__Gui3_315_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13638 {
13639       {
13640          const TGRectangle* pobj;
13641          const TGRectangle xobj = ((const TGMdiMainFrame*) G__getstructoffset())->GetBBox();
13642          pobj = new TGRectangle(xobj);
13643          result7->obj.i = (long) ((void*) pobj);
13644          result7->ref = result7->obj.i;
13645          G__store_tempobject(*result7);
13646       }
13647    return(1 || funcname || hash || result7 || libp) ;
13648 }
13649 
13650 static int G__G__Gui3_315_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13651 {
13652       {
13653          const TGRectangle* pobj;
13654          const TGRectangle xobj = ((const TGMdiMainFrame*) G__getstructoffset())->GetMinimizedBBox();
13655          pobj = new TGRectangle(xobj);
13656          result7->obj.i = (long) ((void*) pobj);
13657          result7->ref = result7->obj.i;
13658          G__store_tempobject(*result7);
13659       }
13660    return(1 || funcname || hash || result7 || libp) ;
13661 }
13662 
13663 static int G__G__Gui3_315_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13664 {
13665       {
13666          const TGMdiGeometry* pobj;
13667          const TGMdiGeometry xobj = ((const TGMdiMainFrame*) G__getstructoffset())->GetWindowGeometry((TGMdiFrame*) G__int(libp->para[0]));
13668          pobj = new TGMdiGeometry(xobj);
13669          result7->obj.i = (long) ((void*) pobj);
13670          result7->ref = result7->obj.i;
13671          G__store_tempobject(*result7);
13672       }
13673    return(1 || funcname || hash || result7 || libp) ;
13674 }
13675 
13676 static int G__G__Gui3_315_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13677 {
13678       ((TGMdiMainFrame*) G__getstructoffset())->ConfigureWindow((TGMdiFrame*) G__int(libp->para[0]), *(TGMdiGeometry*) libp->para[1].ref);
13679       G__setnull(result7);
13680    return(1 || funcname || hash || result7 || libp) ;
13681 }
13682 
13683 static int G__G__Gui3_315_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13684 {
13685       G__letint(result7, 103, (long) ((TGMdiMainFrame*) G__getstructoffset())->IsMaximized((TGMdiFrame*) G__int(libp->para[0])));
13686    return(1 || funcname || hash || result7 || libp) ;
13687 }
13688 
13689 static int G__G__Gui3_315_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13690 {
13691       G__letint(result7, 103, (long) ((TGMdiMainFrame*) G__getstructoffset())->IsMinimized((TGMdiFrame*) G__int(libp->para[0])));
13692    return(1 || funcname || hash || result7 || libp) ;
13693 }
13694 
13695 static int G__G__Gui3_315_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13696 {
13697       ((TGMdiMainFrame*) G__getstructoffset())->FrameCreated((Int_t) G__int(libp->para[0]));
13698       G__setnull(result7);
13699    return(1 || funcname || hash || result7 || libp) ;
13700 }
13701 
13702 static int G__G__Gui3_315_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13703 {
13704       ((TGMdiMainFrame*) G__getstructoffset())->FrameClosed((Int_t) G__int(libp->para[0]));
13705       G__setnull(result7);
13706    return(1 || funcname || hash || result7 || libp) ;
13707 }
13708 
13709 static int G__G__Gui3_315_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13710 {
13711       ((TGMdiMainFrame*) G__getstructoffset())->FrameMaximized((Int_t) G__int(libp->para[0]));
13712       G__setnull(result7);
13713    return(1 || funcname || hash || result7 || libp) ;
13714 }
13715 
13716 static int G__G__Gui3_315_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13717 {
13718       ((TGMdiMainFrame*) G__getstructoffset())->FrameMinimized((Int_t) G__int(libp->para[0]));
13719       G__setnull(result7);
13720    return(1 || funcname || hash || result7 || libp) ;
13721 }
13722 
13723 static int G__G__Gui3_315_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13724 {
13725       ((TGMdiMainFrame*) G__getstructoffset())->FrameRestored((Int_t) G__int(libp->para[0]));
13726       G__setnull(result7);
13727    return(1 || funcname || hash || result7 || libp) ;
13728 }
13729 
13730 static int G__G__Gui3_315_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13731 {
13732       ((TGMdiMainFrame*) G__getstructoffset())->FramesArranged((Int_t) G__int(libp->para[0]));
13733       G__setnull(result7);
13734    return(1 || funcname || hash || result7 || libp) ;
13735 }
13736 
13737 static int G__G__Gui3_315_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13738 {
13739       G__letint(result7, 85, (long) TGMdiMainFrame::Class());
13740    return(1 || funcname || hash || result7 || libp) ;
13741 }
13742 
13743 static int G__G__Gui3_315_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13744 {
13745       G__letint(result7, 67, (long) TGMdiMainFrame::Class_Name());
13746    return(1 || funcname || hash || result7 || libp) ;
13747 }
13748 
13749 static int G__G__Gui3_315_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13750 {
13751       G__letint(result7, 115, (long) TGMdiMainFrame::Class_Version());
13752    return(1 || funcname || hash || result7 || libp) ;
13753 }
13754 
13755 static int G__G__Gui3_315_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13756 {
13757       TGMdiMainFrame::Dictionary();
13758       G__setnull(result7);
13759    return(1 || funcname || hash || result7 || libp) ;
13760 }
13761 
13762 static int G__G__Gui3_315_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13763 {
13764       ((TGMdiMainFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13765       G__setnull(result7);
13766    return(1 || funcname || hash || result7 || libp) ;
13767 }
13768 
13769 static int G__G__Gui3_315_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13770 {
13771       G__letint(result7, 67, (long) TGMdiMainFrame::DeclFileName());
13772    return(1 || funcname || hash || result7 || libp) ;
13773 }
13774 
13775 static int G__G__Gui3_315_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13776 {
13777       G__letint(result7, 105, (long) TGMdiMainFrame::ImplFileLine());
13778    return(1 || funcname || hash || result7 || libp) ;
13779 }
13780 
13781 static int G__G__Gui3_315_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13782 {
13783       G__letint(result7, 67, (long) TGMdiMainFrame::ImplFileName());
13784    return(1 || funcname || hash || result7 || libp) ;
13785 }
13786 
13787 static int G__G__Gui3_315_0_60(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13788 {
13789       G__letint(result7, 105, (long) TGMdiMainFrame::DeclFileLine());
13790    return(1 || funcname || hash || result7 || libp) ;
13791 }
13792 
13793 // automatic destructor
13794 typedef TGMdiMainFrame G__TTGMdiMainFrame;
13795 static int G__G__Gui3_315_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13796 {
13797    char* gvp = (char*) G__getgvp();
13798    long soff = G__getstructoffset();
13799    int n = G__getaryconstruct();
13800    //
13801    //has_a_delete: 1
13802    //has_own_delete1arg: 0
13803    //has_own_delete2arg: 0
13804    //
13805    if (!soff) {
13806      return(1);
13807    }
13808    if (n) {
13809      if (gvp == (char*)G__PVOID) {
13810        delete[] (TGMdiMainFrame*) soff;
13811      } else {
13812        G__setgvp((long) G__PVOID);
13813        for (int i = n - 1; i >= 0; --i) {
13814          ((TGMdiMainFrame*) (soff+(sizeof(TGMdiMainFrame)*i)))->~G__TTGMdiMainFrame();
13815        }
13816        G__setgvp((long)gvp);
13817      }
13818    } else {
13819      if (gvp == (char*)G__PVOID) {
13820        delete (TGMdiMainFrame*) soff;
13821      } else {
13822        G__setgvp((long) G__PVOID);
13823        ((TGMdiMainFrame*) (soff))->~G__TTGMdiMainFrame();
13824        G__setgvp((long)gvp);
13825      }
13826    }
13827    G__setnull(result7);
13828    return(1 || funcname || hash || result7 || libp) ;
13829 }
13830 
13831 
13832 /* TGMdiGeometry */
13833 static int G__G__Gui3_316_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13834 {
13835       G__letint(result7, 85, (long) TGMdiGeometry::Class());
13836    return(1 || funcname || hash || result7 || libp) ;
13837 }
13838 
13839 static int G__G__Gui3_316_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13840 {
13841       G__letint(result7, 67, (long) TGMdiGeometry::Class_Name());
13842    return(1 || funcname || hash || result7 || libp) ;
13843 }
13844 
13845 static int G__G__Gui3_316_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13846 {
13847       G__letint(result7, 115, (long) TGMdiGeometry::Class_Version());
13848    return(1 || funcname || hash || result7 || libp) ;
13849 }
13850 
13851 static int G__G__Gui3_316_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13852 {
13853       TGMdiGeometry::Dictionary();
13854       G__setnull(result7);
13855    return(1 || funcname || hash || result7 || libp) ;
13856 }
13857 
13858 static int G__G__Gui3_316_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13859 {
13860       G__letint(result7, 85, (long) ((const TGMdiGeometry*) G__getstructoffset())->IsA());
13861    return(1 || funcname || hash || result7 || libp) ;
13862 }
13863 
13864 static int G__G__Gui3_316_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13865 {
13866       ((TGMdiGeometry*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
13867       G__setnull(result7);
13868    return(1 || funcname || hash || result7 || libp) ;
13869 }
13870 
13871 static int G__G__Gui3_316_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13872 {
13873       ((TGMdiGeometry*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
13874       G__setnull(result7);
13875    return(1 || funcname || hash || result7 || libp) ;
13876 }
13877 
13878 static int G__G__Gui3_316_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13879 {
13880       ((TGMdiGeometry*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
13881       G__setnull(result7);
13882    return(1 || funcname || hash || result7 || libp) ;
13883 }
13884 
13885 static int G__G__Gui3_316_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13886 {
13887       G__letint(result7, 67, (long) TGMdiGeometry::DeclFileName());
13888    return(1 || funcname || hash || result7 || libp) ;
13889 }
13890 
13891 static int G__G__Gui3_316_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13892 {
13893       G__letint(result7, 105, (long) TGMdiGeometry::ImplFileLine());
13894    return(1 || funcname || hash || result7 || libp) ;
13895 }
13896 
13897 static int G__G__Gui3_316_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13898 {
13899       G__letint(result7, 67, (long) TGMdiGeometry::ImplFileName());
13900    return(1 || funcname || hash || result7 || libp) ;
13901 }
13902 
13903 static int G__G__Gui3_316_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13904 {
13905       G__letint(result7, 105, (long) TGMdiGeometry::DeclFileLine());
13906    return(1 || funcname || hash || result7 || libp) ;
13907 }
13908 
13909 // automatic default constructor
13910 static int G__G__Gui3_316_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13911 {
13912    TGMdiGeometry *p;
13913    char* gvp = (char*) G__getgvp();
13914    int n = G__getaryconstruct();
13915    if (n) {
13916      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13917        p = new TGMdiGeometry[n];
13918      } else {
13919        p = new((void*) gvp) TGMdiGeometry[n];
13920      }
13921    } else {
13922      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
13923        p = new TGMdiGeometry;
13924      } else {
13925        p = new((void*) gvp) TGMdiGeometry;
13926      }
13927    }
13928    result7->obj.i = (long) p;
13929    result7->ref = (long) p;
13930    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiGeometry));
13931    return(1 || funcname || hash || result7 || libp) ;
13932 }
13933 
13934 // automatic copy constructor
13935 static int G__G__Gui3_316_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13936 
13937 {
13938    TGMdiGeometry* p;
13939    void* tmp = (void*) G__int(libp->para[0]);
13940    p = new TGMdiGeometry(*(TGMdiGeometry*) tmp);
13941    result7->obj.i = (long) p;
13942    result7->ref = (long) p;
13943    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiGeometry));
13944    return(1 || funcname || hash || result7 || libp) ;
13945 }
13946 
13947 // automatic destructor
13948 typedef TGMdiGeometry G__TTGMdiGeometry;
13949 static int G__G__Gui3_316_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13950 {
13951    char* gvp = (char*) G__getgvp();
13952    long soff = G__getstructoffset();
13953    int n = G__getaryconstruct();
13954    //
13955    //has_a_delete: 0
13956    //has_own_delete1arg: 0
13957    //has_own_delete2arg: 0
13958    //
13959    if (!soff) {
13960      return(1);
13961    }
13962    if (n) {
13963      if (gvp == (char*)G__PVOID) {
13964        delete[] (TGMdiGeometry*) soff;
13965      } else {
13966        G__setgvp((long) G__PVOID);
13967        for (int i = n - 1; i >= 0; --i) {
13968          ((TGMdiGeometry*) (soff+(sizeof(TGMdiGeometry)*i)))->~G__TTGMdiGeometry();
13969        }
13970        G__setgvp((long)gvp);
13971      }
13972    } else {
13973      if (gvp == (char*)G__PVOID) {
13974        delete (TGMdiGeometry*) soff;
13975      } else {
13976        G__setgvp((long) G__PVOID);
13977        ((TGMdiGeometry*) (soff))->~G__TTGMdiGeometry();
13978        G__setgvp((long)gvp);
13979      }
13980    }
13981    G__setnull(result7);
13982    return(1 || funcname || hash || result7 || libp) ;
13983 }
13984 
13985 // automatic assignment operator
13986 static int G__G__Gui3_316_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13987 {
13988    TGMdiGeometry* dest = (TGMdiGeometry*) G__getstructoffset();
13989    *dest = *(TGMdiGeometry*) libp->para[0].ref;
13990    const TGMdiGeometry& obj = *dest;
13991    result7->ref = (long) (&obj);
13992    result7->obj.i = (long) (&obj);
13993    return(1 || funcname || hash || result7 || libp) ;
13994 }
13995 
13996 
13997 /* TGMdiTitleIcon */
13998 static int G__G__Gui3_318_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
13999 {
14000    TGMdiTitleIcon* p = NULL;
14001    char* gvp = (char*) G__getgvp();
14002    //m: 5
14003    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14004      p = new TGMdiTitleIcon(
14005 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14006 , (TGPicture*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
14007 , (Int_t) G__int(libp->para[4]));
14008    } else {
14009      p = new((void*) gvp) TGMdiTitleIcon(
14010 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14011 , (TGPicture*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
14012 , (Int_t) G__int(libp->para[4]));
14013    }
14014    result7->obj.i = (long) p;
14015    result7->ref = (long) p;
14016    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon));
14017    return(1 || funcname || hash || result7 || libp) ;
14018 }
14019 
14020 static int G__G__Gui3_318_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14021 {
14022       G__letint(result7, 85, (long) ((const TGMdiTitleIcon*) G__getstructoffset())->GetPopup());
14023    return(1 || funcname || hash || result7 || libp) ;
14024 }
14025 
14026 static int G__G__Gui3_318_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14027 {
14028       G__letint(result7, 85, (long) TGMdiTitleIcon::Class());
14029    return(1 || funcname || hash || result7 || libp) ;
14030 }
14031 
14032 static int G__G__Gui3_318_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14033 {
14034       G__letint(result7, 67, (long) TGMdiTitleIcon::Class_Name());
14035    return(1 || funcname || hash || result7 || libp) ;
14036 }
14037 
14038 static int G__G__Gui3_318_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14039 {
14040       G__letint(result7, 115, (long) TGMdiTitleIcon::Class_Version());
14041    return(1 || funcname || hash || result7 || libp) ;
14042 }
14043 
14044 static int G__G__Gui3_318_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14045 {
14046       TGMdiTitleIcon::Dictionary();
14047       G__setnull(result7);
14048    return(1 || funcname || hash || result7 || libp) ;
14049 }
14050 
14051 static int G__G__Gui3_318_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14052 {
14053       ((TGMdiTitleIcon*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14054       G__setnull(result7);
14055    return(1 || funcname || hash || result7 || libp) ;
14056 }
14057 
14058 static int G__G__Gui3_318_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14059 {
14060       G__letint(result7, 67, (long) TGMdiTitleIcon::DeclFileName());
14061    return(1 || funcname || hash || result7 || libp) ;
14062 }
14063 
14064 static int G__G__Gui3_318_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14065 {
14066       G__letint(result7, 105, (long) TGMdiTitleIcon::ImplFileLine());
14067    return(1 || funcname || hash || result7 || libp) ;
14068 }
14069 
14070 static int G__G__Gui3_318_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14071 {
14072       G__letint(result7, 67, (long) TGMdiTitleIcon::ImplFileName());
14073    return(1 || funcname || hash || result7 || libp) ;
14074 }
14075 
14076 static int G__G__Gui3_318_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14077 {
14078       G__letint(result7, 105, (long) TGMdiTitleIcon::DeclFileLine());
14079    return(1 || funcname || hash || result7 || libp) ;
14080 }
14081 
14082 // automatic destructor
14083 typedef TGMdiTitleIcon G__TTGMdiTitleIcon;
14084 static int G__G__Gui3_318_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14085 {
14086    char* gvp = (char*) G__getgvp();
14087    long soff = G__getstructoffset();
14088    int n = G__getaryconstruct();
14089    //
14090    //has_a_delete: 1
14091    //has_own_delete1arg: 0
14092    //has_own_delete2arg: 0
14093    //
14094    if (!soff) {
14095      return(1);
14096    }
14097    if (n) {
14098      if (gvp == (char*)G__PVOID) {
14099        delete[] (TGMdiTitleIcon*) soff;
14100      } else {
14101        G__setgvp((long) G__PVOID);
14102        for (int i = n - 1; i >= 0; --i) {
14103          ((TGMdiTitleIcon*) (soff+(sizeof(TGMdiTitleIcon)*i)))->~G__TTGMdiTitleIcon();
14104        }
14105        G__setgvp((long)gvp);
14106      }
14107    } else {
14108      if (gvp == (char*)G__PVOID) {
14109        delete (TGMdiTitleIcon*) soff;
14110      } else {
14111        G__setgvp((long) G__PVOID);
14112        ((TGMdiTitleIcon*) (soff))->~G__TTGMdiTitleIcon();
14113        G__setgvp((long)gvp);
14114      }
14115    }
14116    G__setnull(result7);
14117    return(1 || funcname || hash || result7 || libp) ;
14118 }
14119 
14120 
14121 /* TGMdiButtons */
14122 static int G__G__Gui3_319_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14123 {
14124    TGMdiButtons* p = NULL;
14125    char* gvp = (char*) G__getgvp();
14126    //m: 2
14127    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14128      p = new TGMdiButtons((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
14129    } else {
14130      p = new((void*) gvp) TGMdiButtons((TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
14131    }
14132    result7->obj.i = (long) p;
14133    result7->ref = (long) p;
14134    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons));
14135    return(1 || funcname || hash || result7 || libp) ;
14136 }
14137 
14138 static int G__G__Gui3_319_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14139 {
14140       G__letint(result7, 85, (long) ((const TGMdiButtons*) G__getstructoffset())->GetButton((Int_t) G__int(libp->para[0])));
14141    return(1 || funcname || hash || result7 || libp) ;
14142 }
14143 
14144 static int G__G__Gui3_319_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14145 {
14146       G__letint(result7, 85, (long) TGMdiButtons::Class());
14147    return(1 || funcname || hash || result7 || libp) ;
14148 }
14149 
14150 static int G__G__Gui3_319_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14151 {
14152       G__letint(result7, 67, (long) TGMdiButtons::Class_Name());
14153    return(1 || funcname || hash || result7 || libp) ;
14154 }
14155 
14156 static int G__G__Gui3_319_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14157 {
14158       G__letint(result7, 115, (long) TGMdiButtons::Class_Version());
14159    return(1 || funcname || hash || result7 || libp) ;
14160 }
14161 
14162 static int G__G__Gui3_319_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14163 {
14164       TGMdiButtons::Dictionary();
14165       G__setnull(result7);
14166    return(1 || funcname || hash || result7 || libp) ;
14167 }
14168 
14169 static int G__G__Gui3_319_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14170 {
14171       ((TGMdiButtons*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14172       G__setnull(result7);
14173    return(1 || funcname || hash || result7 || libp) ;
14174 }
14175 
14176 static int G__G__Gui3_319_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14177 {
14178       G__letint(result7, 67, (long) TGMdiButtons::DeclFileName());
14179    return(1 || funcname || hash || result7 || libp) ;
14180 }
14181 
14182 static int G__G__Gui3_319_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14183 {
14184       G__letint(result7, 105, (long) TGMdiButtons::ImplFileLine());
14185    return(1 || funcname || hash || result7 || libp) ;
14186 }
14187 
14188 static int G__G__Gui3_319_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14189 {
14190       G__letint(result7, 67, (long) TGMdiButtons::ImplFileName());
14191    return(1 || funcname || hash || result7 || libp) ;
14192 }
14193 
14194 static int G__G__Gui3_319_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14195 {
14196       G__letint(result7, 105, (long) TGMdiButtons::DeclFileLine());
14197    return(1 || funcname || hash || result7 || libp) ;
14198 }
14199 
14200 // automatic destructor
14201 typedef TGMdiButtons G__TTGMdiButtons;
14202 static int G__G__Gui3_319_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14203 {
14204    char* gvp = (char*) G__getgvp();
14205    long soff = G__getstructoffset();
14206    int n = G__getaryconstruct();
14207    //
14208    //has_a_delete: 1
14209    //has_own_delete1arg: 0
14210    //has_own_delete2arg: 0
14211    //
14212    if (!soff) {
14213      return(1);
14214    }
14215    if (n) {
14216      if (gvp == (char*)G__PVOID) {
14217        delete[] (TGMdiButtons*) soff;
14218      } else {
14219        G__setgvp((long) G__PVOID);
14220        for (int i = n - 1; i >= 0; --i) {
14221          ((TGMdiButtons*) (soff+(sizeof(TGMdiButtons)*i)))->~G__TTGMdiButtons();
14222        }
14223        G__setgvp((long)gvp);
14224      }
14225    } else {
14226      if (gvp == (char*)G__PVOID) {
14227        delete (TGMdiButtons*) soff;
14228      } else {
14229        G__setgvp((long) G__PVOID);
14230        ((TGMdiButtons*) (soff))->~G__TTGMdiButtons();
14231        G__setgvp((long)gvp);
14232      }
14233    }
14234    G__setnull(result7);
14235    return(1 || funcname || hash || result7 || libp) ;
14236 }
14237 
14238 
14239 /* TGMdiTitleBar */
14240 static int G__G__Gui3_325_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14241 {
14242       ((TGMdiTitleBar*) G__getstructoffset())->SetTitleBarColors((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
14243 , (TGFont*) G__int(libp->para[2]));
14244       G__setnull(result7);
14245    return(1 || funcname || hash || result7 || libp) ;
14246 }
14247 
14248 static int G__G__Gui3_325_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14249 {
14250       G__letint(result7, 85, (long) ((const TGMdiTitleBar*) G__getstructoffset())->GetButtons());
14251    return(1 || funcname || hash || result7 || libp) ;
14252 }
14253 
14254 static int G__G__Gui3_325_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14255 {
14256       G__letint(result7, 85, (long) ((const TGMdiTitleBar*) G__getstructoffset())->GetWinIcon());
14257    return(1 || funcname || hash || result7 || libp) ;
14258 }
14259 
14260 static int G__G__Gui3_325_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14261 {
14262       G__letint(result7, 85, (long) ((const TGMdiTitleBar*) G__getstructoffset())->GetWinName());
14263    return(1 || funcname || hash || result7 || libp) ;
14264 }
14265 
14266 static int G__G__Gui3_325_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14267 {
14268       G__letint(result7, 105, (long) ((TGMdiTitleBar*) G__getstructoffset())->GetX0());
14269    return(1 || funcname || hash || result7 || libp) ;
14270 }
14271 
14272 static int G__G__Gui3_325_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14273 {
14274       G__letint(result7, 105, (long) ((TGMdiTitleBar*) G__getstructoffset())->GetY0());
14275    return(1 || funcname || hash || result7 || libp) ;
14276 }
14277 
14278 static int G__G__Gui3_325_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14279 {
14280       G__letint(result7, 103, (long) ((TGMdiTitleBar*) G__getstructoffset())->IsLeftButPressed());
14281    return(1 || funcname || hash || result7 || libp) ;
14282 }
14283 
14284 static int G__G__Gui3_325_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14285 {
14286       G__letint(result7, 103, (long) ((TGMdiTitleBar*) G__getstructoffset())->IsRightButPressed());
14287    return(1 || funcname || hash || result7 || libp) ;
14288 }
14289 
14290 static int G__G__Gui3_325_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14291 {
14292       G__letint(result7, 103, (long) ((TGMdiTitleBar*) G__getstructoffset())->IsMidButPressed());
14293    return(1 || funcname || hash || result7 || libp) ;
14294 }
14295 
14296 static int G__G__Gui3_325_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14297 {
14298       ((TGMdiTitleBar*) G__getstructoffset())->SetX0((Int_t) G__int(libp->para[0]));
14299       G__setnull(result7);
14300    return(1 || funcname || hash || result7 || libp) ;
14301 }
14302 
14303 static int G__G__Gui3_325_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14304 {
14305       ((TGMdiTitleBar*) G__getstructoffset())->SetY0((Int_t) G__int(libp->para[0]));
14306       G__setnull(result7);
14307    return(1 || funcname || hash || result7 || libp) ;
14308 }
14309 
14310 static int G__G__Gui3_325_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14311 {
14312    switch (libp->paran) {
14313    case 1:
14314       ((TGMdiTitleBar*) G__getstructoffset())->SetLeftButPressed((Bool_t) G__int(libp->para[0]));
14315       G__setnull(result7);
14316       break;
14317    case 0:
14318       ((TGMdiTitleBar*) G__getstructoffset())->SetLeftButPressed();
14319       G__setnull(result7);
14320       break;
14321    }
14322    return(1 || funcname || hash || result7 || libp) ;
14323 }
14324 
14325 static int G__G__Gui3_325_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14326 {
14327    switch (libp->paran) {
14328    case 1:
14329       ((TGMdiTitleBar*) G__getstructoffset())->SetRightButPressed((Bool_t) G__int(libp->para[0]));
14330       G__setnull(result7);
14331       break;
14332    case 0:
14333       ((TGMdiTitleBar*) G__getstructoffset())->SetRightButPressed();
14334       G__setnull(result7);
14335       break;
14336    }
14337    return(1 || funcname || hash || result7 || libp) ;
14338 }
14339 
14340 static int G__G__Gui3_325_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14341 {
14342    switch (libp->paran) {
14343    case 1:
14344       ((TGMdiTitleBar*) G__getstructoffset())->SetMidButPressed((Bool_t) G__int(libp->para[0]));
14345       G__setnull(result7);
14346       break;
14347    case 0:
14348       ((TGMdiTitleBar*) G__getstructoffset())->SetMidButPressed();
14349       G__setnull(result7);
14350       break;
14351    }
14352    return(1 || funcname || hash || result7 || libp) ;
14353 }
14354 
14355 static int G__G__Gui3_325_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14356 {
14357       G__letint(result7, 85, (long) TGMdiTitleBar::Class());
14358    return(1 || funcname || hash || result7 || libp) ;
14359 }
14360 
14361 static int G__G__Gui3_325_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14362 {
14363       G__letint(result7, 67, (long) TGMdiTitleBar::Class_Name());
14364    return(1 || funcname || hash || result7 || libp) ;
14365 }
14366 
14367 static int G__G__Gui3_325_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14368 {
14369       G__letint(result7, 115, (long) TGMdiTitleBar::Class_Version());
14370    return(1 || funcname || hash || result7 || libp) ;
14371 }
14372 
14373 static int G__G__Gui3_325_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14374 {
14375       TGMdiTitleBar::Dictionary();
14376       G__setnull(result7);
14377    return(1 || funcname || hash || result7 || libp) ;
14378 }
14379 
14380 static int G__G__Gui3_325_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14381 {
14382       ((TGMdiTitleBar*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14383       G__setnull(result7);
14384    return(1 || funcname || hash || result7 || libp) ;
14385 }
14386 
14387 static int G__G__Gui3_325_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14388 {
14389       G__letint(result7, 67, (long) TGMdiTitleBar::DeclFileName());
14390    return(1 || funcname || hash || result7 || libp) ;
14391 }
14392 
14393 static int G__G__Gui3_325_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14394 {
14395       G__letint(result7, 105, (long) TGMdiTitleBar::ImplFileLine());
14396    return(1 || funcname || hash || result7 || libp) ;
14397 }
14398 
14399 static int G__G__Gui3_325_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14400 {
14401       G__letint(result7, 67, (long) TGMdiTitleBar::ImplFileName());
14402    return(1 || funcname || hash || result7 || libp) ;
14403 }
14404 
14405 static int G__G__Gui3_325_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14406 {
14407       G__letint(result7, 105, (long) TGMdiTitleBar::DeclFileLine());
14408    return(1 || funcname || hash || result7 || libp) ;
14409 }
14410 
14411 // automatic destructor
14412 typedef TGMdiTitleBar G__TTGMdiTitleBar;
14413 static int G__G__Gui3_325_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14414 {
14415    char* gvp = (char*) G__getgvp();
14416    long soff = G__getstructoffset();
14417    int n = G__getaryconstruct();
14418    //
14419    //has_a_delete: 1
14420    //has_own_delete1arg: 0
14421    //has_own_delete2arg: 0
14422    //
14423    if (!soff) {
14424      return(1);
14425    }
14426    if (n) {
14427      if (gvp == (char*)G__PVOID) {
14428        delete[] (TGMdiTitleBar*) soff;
14429      } else {
14430        G__setgvp((long) G__PVOID);
14431        for (int i = n - 1; i >= 0; --i) {
14432          ((TGMdiTitleBar*) (soff+(sizeof(TGMdiTitleBar)*i)))->~G__TTGMdiTitleBar();
14433        }
14434        G__setgvp((long)gvp);
14435      }
14436    } else {
14437      if (gvp == (char*)G__PVOID) {
14438        delete (TGMdiTitleBar*) soff;
14439      } else {
14440        G__setgvp((long) G__PVOID);
14441        ((TGMdiTitleBar*) (soff))->~G__TTGMdiTitleBar();
14442        G__setgvp((long)gvp);
14443      }
14444    }
14445    G__setnull(result7);
14446    return(1 || funcname || hash || result7 || libp) ;
14447 }
14448 
14449 
14450 /* TGMdiWinResizer */
14451 static int G__G__Gui3_326_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14452 {
14453    TGMdiWinResizer* p = NULL;
14454    char* gvp = (char*) G__getgvp();
14455    switch (libp->paran) {
14456    case 9:
14457      //m: 9
14458      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14459        p = new TGMdiWinResizer(
14460 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14461 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14462 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14463 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
14464 , (UInt_t) G__int(libp->para[8]));
14465      } else {
14466        p = new((void*) gvp) TGMdiWinResizer(
14467 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14468 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14469 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14470 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7])
14471 , (UInt_t) G__int(libp->para[8]));
14472      }
14473      break;
14474    case 8:
14475      //m: 8
14476      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14477        p = new TGMdiWinResizer(
14478 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14479 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14480 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14481 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
14482      } else {
14483        p = new((void*) gvp) TGMdiWinResizer(
14484 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14485 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14486 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14487 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
14488      }
14489      break;
14490    case 7:
14491      //m: 7
14492      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14493        p = new TGMdiWinResizer(
14494 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14495 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14496 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14497 , (Int_t) G__int(libp->para[6]));
14498      } else {
14499        p = new((void*) gvp) TGMdiWinResizer(
14500 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14501 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14502 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14503 , (Int_t) G__int(libp->para[6]));
14504      }
14505      break;
14506    case 6:
14507      //m: 6
14508      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14509        p = new TGMdiWinResizer(
14510 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14511 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14512 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14513      } else {
14514        p = new((void*) gvp) TGMdiWinResizer(
14515 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14516 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14517 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14518      }
14519      break;
14520    case 5:
14521      //m: 5
14522      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14523        p = new TGMdiWinResizer(
14524 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14525 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14526 , (Int_t) G__int(libp->para[4]));
14527      } else {
14528        p = new((void*) gvp) TGMdiWinResizer(
14529 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14530 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14531 , (Int_t) G__int(libp->para[4]));
14532      }
14533      break;
14534    }
14535    result7->obj.i = (long) p;
14536    result7->ref = (long) p;
14537    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer));
14538    return(1 || funcname || hash || result7 || libp) ;
14539 }
14540 
14541 static int G__G__Gui3_326_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14542 {
14543       ((TGMdiWinResizer*) G__getstructoffset())->SetResizeMode((Int_t) G__int(libp->para[0]));
14544       G__setnull(result7);
14545    return(1 || funcname || hash || result7 || libp) ;
14546 }
14547 
14548 static int G__G__Gui3_326_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14549 {
14550    switch (libp->paran) {
14551    case 2:
14552       ((TGMdiWinResizer*) G__getstructoffset())->SetMinSize((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
14553       G__setnull(result7);
14554       break;
14555    case 1:
14556       ((TGMdiWinResizer*) G__getstructoffset())->SetMinSize((Int_t) G__int(libp->para[0]));
14557       G__setnull(result7);
14558       break;
14559    case 0:
14560       ((TGMdiWinResizer*) G__getstructoffset())->SetMinSize();
14561       G__setnull(result7);
14562       break;
14563    }
14564    return(1 || funcname || hash || result7 || libp) ;
14565 }
14566 
14567 static int G__G__Gui3_326_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14568 {
14569       G__letint(result7, 85, (long) TGMdiWinResizer::Class());
14570    return(1 || funcname || hash || result7 || libp) ;
14571 }
14572 
14573 static int G__G__Gui3_326_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14574 {
14575       G__letint(result7, 67, (long) TGMdiWinResizer::Class_Name());
14576    return(1 || funcname || hash || result7 || libp) ;
14577 }
14578 
14579 static int G__G__Gui3_326_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14580 {
14581       G__letint(result7, 115, (long) TGMdiWinResizer::Class_Version());
14582    return(1 || funcname || hash || result7 || libp) ;
14583 }
14584 
14585 static int G__G__Gui3_326_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14586 {
14587       TGMdiWinResizer::Dictionary();
14588       G__setnull(result7);
14589    return(1 || funcname || hash || result7 || libp) ;
14590 }
14591 
14592 static int G__G__Gui3_326_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14593 {
14594       ((TGMdiWinResizer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14595       G__setnull(result7);
14596    return(1 || funcname || hash || result7 || libp) ;
14597 }
14598 
14599 static int G__G__Gui3_326_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14600 {
14601       G__letint(result7, 67, (long) TGMdiWinResizer::DeclFileName());
14602    return(1 || funcname || hash || result7 || libp) ;
14603 }
14604 
14605 static int G__G__Gui3_326_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14606 {
14607       G__letint(result7, 105, (long) TGMdiWinResizer::ImplFileLine());
14608    return(1 || funcname || hash || result7 || libp) ;
14609 }
14610 
14611 static int G__G__Gui3_326_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14612 {
14613       G__letint(result7, 67, (long) TGMdiWinResizer::ImplFileName());
14614    return(1 || funcname || hash || result7 || libp) ;
14615 }
14616 
14617 static int G__G__Gui3_326_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14618 {
14619       G__letint(result7, 105, (long) TGMdiWinResizer::DeclFileLine());
14620    return(1 || funcname || hash || result7 || libp) ;
14621 }
14622 
14623 // automatic destructor
14624 typedef TGMdiWinResizer G__TTGMdiWinResizer;
14625 static int G__G__Gui3_326_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14626 {
14627    char* gvp = (char*) G__getgvp();
14628    long soff = G__getstructoffset();
14629    int n = G__getaryconstruct();
14630    //
14631    //has_a_delete: 1
14632    //has_own_delete1arg: 0
14633    //has_own_delete2arg: 0
14634    //
14635    if (!soff) {
14636      return(1);
14637    }
14638    if (n) {
14639      if (gvp == (char*)G__PVOID) {
14640        delete[] (TGMdiWinResizer*) soff;
14641      } else {
14642        G__setgvp((long) G__PVOID);
14643        for (int i = n - 1; i >= 0; --i) {
14644          ((TGMdiWinResizer*) (soff+(sizeof(TGMdiWinResizer)*i)))->~G__TTGMdiWinResizer();
14645        }
14646        G__setgvp((long)gvp);
14647      }
14648    } else {
14649      if (gvp == (char*)G__PVOID) {
14650        delete (TGMdiWinResizer*) soff;
14651      } else {
14652        G__setgvp((long) G__PVOID);
14653        ((TGMdiWinResizer*) (soff))->~G__TTGMdiWinResizer();
14654        G__setgvp((long)gvp);
14655      }
14656    }
14657    G__setnull(result7);
14658    return(1 || funcname || hash || result7 || libp) ;
14659 }
14660 
14661 
14662 /* TGMdiVerticalWinResizer */
14663 static int G__G__Gui3_327_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14664 {
14665    TGMdiVerticalWinResizer* p = NULL;
14666    char* gvp = (char*) G__getgvp();
14667    switch (libp->paran) {
14668    case 8:
14669      //m: 8
14670      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14671        p = new TGMdiVerticalWinResizer(
14672 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14673 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14674 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14675 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
14676      } else {
14677        p = new((void*) gvp) TGMdiVerticalWinResizer(
14678 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14679 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14680 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14681 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
14682      }
14683      break;
14684    case 7:
14685      //m: 7
14686      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14687        p = new TGMdiVerticalWinResizer(
14688 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14689 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14690 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14691 , (Int_t) G__int(libp->para[6]));
14692      } else {
14693        p = new((void*) gvp) TGMdiVerticalWinResizer(
14694 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14695 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14696 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14697 , (Int_t) G__int(libp->para[6]));
14698      }
14699      break;
14700    case 6:
14701      //m: 6
14702      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14703        p = new TGMdiVerticalWinResizer(
14704 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14705 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14706 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14707      } else {
14708        p = new((void*) gvp) TGMdiVerticalWinResizer(
14709 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14710 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14711 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14712      }
14713      break;
14714    case 5:
14715      //m: 5
14716      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14717        p = new TGMdiVerticalWinResizer(
14718 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14719 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14720 , (Int_t) G__int(libp->para[4]));
14721      } else {
14722        p = new((void*) gvp) TGMdiVerticalWinResizer(
14723 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14724 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14725 , (Int_t) G__int(libp->para[4]));
14726      }
14727      break;
14728    }
14729    result7->obj.i = (long) p;
14730    result7->ref = (long) p;
14731    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer));
14732    return(1 || funcname || hash || result7 || libp) ;
14733 }
14734 
14735 static int G__G__Gui3_327_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14736 {
14737       G__letint(result7, 85, (long) TGMdiVerticalWinResizer::Class());
14738    return(1 || funcname || hash || result7 || libp) ;
14739 }
14740 
14741 static int G__G__Gui3_327_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14742 {
14743       G__letint(result7, 67, (long) TGMdiVerticalWinResizer::Class_Name());
14744    return(1 || funcname || hash || result7 || libp) ;
14745 }
14746 
14747 static int G__G__Gui3_327_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14748 {
14749       G__letint(result7, 115, (long) TGMdiVerticalWinResizer::Class_Version());
14750    return(1 || funcname || hash || result7 || libp) ;
14751 }
14752 
14753 static int G__G__Gui3_327_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14754 {
14755       TGMdiVerticalWinResizer::Dictionary();
14756       G__setnull(result7);
14757    return(1 || funcname || hash || result7 || libp) ;
14758 }
14759 
14760 static int G__G__Gui3_327_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14761 {
14762       ((TGMdiVerticalWinResizer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14763       G__setnull(result7);
14764    return(1 || funcname || hash || result7 || libp) ;
14765 }
14766 
14767 static int G__G__Gui3_327_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14768 {
14769       G__letint(result7, 67, (long) TGMdiVerticalWinResizer::DeclFileName());
14770    return(1 || funcname || hash || result7 || libp) ;
14771 }
14772 
14773 static int G__G__Gui3_327_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14774 {
14775       G__letint(result7, 105, (long) TGMdiVerticalWinResizer::ImplFileLine());
14776    return(1 || funcname || hash || result7 || libp) ;
14777 }
14778 
14779 static int G__G__Gui3_327_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14780 {
14781       G__letint(result7, 67, (long) TGMdiVerticalWinResizer::ImplFileName());
14782    return(1 || funcname || hash || result7 || libp) ;
14783 }
14784 
14785 static int G__G__Gui3_327_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14786 {
14787       G__letint(result7, 105, (long) TGMdiVerticalWinResizer::DeclFileLine());
14788    return(1 || funcname || hash || result7 || libp) ;
14789 }
14790 
14791 // automatic destructor
14792 typedef TGMdiVerticalWinResizer G__TTGMdiVerticalWinResizer;
14793 static int G__G__Gui3_327_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14794 {
14795    char* gvp = (char*) G__getgvp();
14796    long soff = G__getstructoffset();
14797    int n = G__getaryconstruct();
14798    //
14799    //has_a_delete: 1
14800    //has_own_delete1arg: 0
14801    //has_own_delete2arg: 0
14802    //
14803    if (!soff) {
14804      return(1);
14805    }
14806    if (n) {
14807      if (gvp == (char*)G__PVOID) {
14808        delete[] (TGMdiVerticalWinResizer*) soff;
14809      } else {
14810        G__setgvp((long) G__PVOID);
14811        for (int i = n - 1; i >= 0; --i) {
14812          ((TGMdiVerticalWinResizer*) (soff+(sizeof(TGMdiVerticalWinResizer)*i)))->~G__TTGMdiVerticalWinResizer();
14813        }
14814        G__setgvp((long)gvp);
14815      }
14816    } else {
14817      if (gvp == (char*)G__PVOID) {
14818        delete (TGMdiVerticalWinResizer*) soff;
14819      } else {
14820        G__setgvp((long) G__PVOID);
14821        ((TGMdiVerticalWinResizer*) (soff))->~G__TTGMdiVerticalWinResizer();
14822        G__setgvp((long)gvp);
14823      }
14824    }
14825    G__setnull(result7);
14826    return(1 || funcname || hash || result7 || libp) ;
14827 }
14828 
14829 
14830 /* TGMdiHorizontalWinResizer */
14831 static int G__G__Gui3_328_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14832 {
14833    TGMdiHorizontalWinResizer* p = NULL;
14834    char* gvp = (char*) G__getgvp();
14835    switch (libp->paran) {
14836    case 8:
14837      //m: 8
14838      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14839        p = new TGMdiHorizontalWinResizer(
14840 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14841 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14842 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14843 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
14844      } else {
14845        p = new((void*) gvp) TGMdiHorizontalWinResizer(
14846 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14847 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14848 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14849 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
14850      }
14851      break;
14852    case 7:
14853      //m: 7
14854      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14855        p = new TGMdiHorizontalWinResizer(
14856 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14857 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14858 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14859 , (Int_t) G__int(libp->para[6]));
14860      } else {
14861        p = new((void*) gvp) TGMdiHorizontalWinResizer(
14862 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14863 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14864 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
14865 , (Int_t) G__int(libp->para[6]));
14866      }
14867      break;
14868    case 6:
14869      //m: 6
14870      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14871        p = new TGMdiHorizontalWinResizer(
14872 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14873 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14874 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14875      } else {
14876        p = new((void*) gvp) TGMdiHorizontalWinResizer(
14877 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14878 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14879 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
14880      }
14881      break;
14882    case 5:
14883      //m: 5
14884      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
14885        p = new TGMdiHorizontalWinResizer(
14886 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14887 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14888 , (Int_t) G__int(libp->para[4]));
14889      } else {
14890        p = new((void*) gvp) TGMdiHorizontalWinResizer(
14891 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
14892 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
14893 , (Int_t) G__int(libp->para[4]));
14894      }
14895      break;
14896    }
14897    result7->obj.i = (long) p;
14898    result7->ref = (long) p;
14899    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer));
14900    return(1 || funcname || hash || result7 || libp) ;
14901 }
14902 
14903 static int G__G__Gui3_328_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14904 {
14905       G__letint(result7, 85, (long) TGMdiHorizontalWinResizer::Class());
14906    return(1 || funcname || hash || result7 || libp) ;
14907 }
14908 
14909 static int G__G__Gui3_328_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14910 {
14911       G__letint(result7, 67, (long) TGMdiHorizontalWinResizer::Class_Name());
14912    return(1 || funcname || hash || result7 || libp) ;
14913 }
14914 
14915 static int G__G__Gui3_328_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14916 {
14917       G__letint(result7, 115, (long) TGMdiHorizontalWinResizer::Class_Version());
14918    return(1 || funcname || hash || result7 || libp) ;
14919 }
14920 
14921 static int G__G__Gui3_328_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14922 {
14923       TGMdiHorizontalWinResizer::Dictionary();
14924       G__setnull(result7);
14925    return(1 || funcname || hash || result7 || libp) ;
14926 }
14927 
14928 static int G__G__Gui3_328_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14929 {
14930       ((TGMdiHorizontalWinResizer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
14931       G__setnull(result7);
14932    return(1 || funcname || hash || result7 || libp) ;
14933 }
14934 
14935 static int G__G__Gui3_328_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14936 {
14937       G__letint(result7, 67, (long) TGMdiHorizontalWinResizer::DeclFileName());
14938    return(1 || funcname || hash || result7 || libp) ;
14939 }
14940 
14941 static int G__G__Gui3_328_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14942 {
14943       G__letint(result7, 105, (long) TGMdiHorizontalWinResizer::ImplFileLine());
14944    return(1 || funcname || hash || result7 || libp) ;
14945 }
14946 
14947 static int G__G__Gui3_328_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14948 {
14949       G__letint(result7, 67, (long) TGMdiHorizontalWinResizer::ImplFileName());
14950    return(1 || funcname || hash || result7 || libp) ;
14951 }
14952 
14953 static int G__G__Gui3_328_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14954 {
14955       G__letint(result7, 105, (long) TGMdiHorizontalWinResizer::DeclFileLine());
14956    return(1 || funcname || hash || result7 || libp) ;
14957 }
14958 
14959 // automatic destructor
14960 typedef TGMdiHorizontalWinResizer G__TTGMdiHorizontalWinResizer;
14961 static int G__G__Gui3_328_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
14962 {
14963    char* gvp = (char*) G__getgvp();
14964    long soff = G__getstructoffset();
14965    int n = G__getaryconstruct();
14966    //
14967    //has_a_delete: 1
14968    //has_own_delete1arg: 0
14969    //has_own_delete2arg: 0
14970    //
14971    if (!soff) {
14972      return(1);
14973    }
14974    if (n) {
14975      if (gvp == (char*)G__PVOID) {
14976        delete[] (TGMdiHorizontalWinResizer*) soff;
14977      } else {
14978        G__setgvp((long) G__PVOID);
14979        for (int i = n - 1; i >= 0; --i) {
14980          ((TGMdiHorizontalWinResizer*) (soff+(sizeof(TGMdiHorizontalWinResizer)*i)))->~G__TTGMdiHorizontalWinResizer();
14981        }
14982        G__setgvp((long)gvp);
14983      }
14984    } else {
14985      if (gvp == (char*)G__PVOID) {
14986        delete (TGMdiHorizontalWinResizer*) soff;
14987      } else {
14988        G__setgvp((long) G__PVOID);
14989        ((TGMdiHorizontalWinResizer*) (soff))->~G__TTGMdiHorizontalWinResizer();
14990        G__setgvp((long)gvp);
14991      }
14992    }
14993    G__setnull(result7);
14994    return(1 || funcname || hash || result7 || libp) ;
14995 }
14996 
14997 
14998 /* TGMdiCornerWinResizer */
14999 static int G__G__Gui3_329_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15000 {
15001    TGMdiCornerWinResizer* p = NULL;
15002    char* gvp = (char*) G__getgvp();
15003    switch (libp->paran) {
15004    case 8:
15005      //m: 8
15006      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15007        p = new TGMdiCornerWinResizer(
15008 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
15009 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
15010 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
15011 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
15012      } else {
15013        p = new((void*) gvp) TGMdiCornerWinResizer(
15014 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
15015 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
15016 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
15017 , (Int_t) G__int(libp->para[6]), (Int_t) G__int(libp->para[7]));
15018      }
15019      break;
15020    case 7:
15021      //m: 7
15022      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15023        p = new TGMdiCornerWinResizer(
15024 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
15025 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
15026 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
15027 , (Int_t) G__int(libp->para[6]));
15028      } else {
15029        p = new((void*) gvp) TGMdiCornerWinResizer(
15030 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
15031 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
15032 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5])
15033 , (Int_t) G__int(libp->para[6]));
15034      }
15035      break;
15036    case 6:
15037      //m: 6
15038      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15039        p = new TGMdiCornerWinResizer(
15040 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
15041 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
15042 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
15043      } else {
15044        p = new((void*) gvp) TGMdiCornerWinResizer(
15045 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
15046 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
15047 , (Int_t) G__int(libp->para[4]), (Int_t) G__int(libp->para[5]));
15048      }
15049      break;
15050    case 5:
15051      //m: 5
15052      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15053        p = new TGMdiCornerWinResizer(
15054 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
15055 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
15056 , (Int_t) G__int(libp->para[4]));
15057      } else {
15058        p = new((void*) gvp) TGMdiCornerWinResizer(
15059 (TGWindow*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
15060 , (Int_t) G__int(libp->para[2]), (TGGC*) G__int(libp->para[3])
15061 , (Int_t) G__int(libp->para[4]));
15062      }
15063      break;
15064    }
15065    result7->obj.i = (long) p;
15066    result7->ref = (long) p;
15067    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer));
15068    return(1 || funcname || hash || result7 || libp) ;
15069 }
15070 
15071 static int G__G__Gui3_329_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15072 {
15073       G__letint(result7, 85, (long) TGMdiCornerWinResizer::Class());
15074    return(1 || funcname || hash || result7 || libp) ;
15075 }
15076 
15077 static int G__G__Gui3_329_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15078 {
15079       G__letint(result7, 67, (long) TGMdiCornerWinResizer::Class_Name());
15080    return(1 || funcname || hash || result7 || libp) ;
15081 }
15082 
15083 static int G__G__Gui3_329_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15084 {
15085       G__letint(result7, 115, (long) TGMdiCornerWinResizer::Class_Version());
15086    return(1 || funcname || hash || result7 || libp) ;
15087 }
15088 
15089 static int G__G__Gui3_329_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15090 {
15091       TGMdiCornerWinResizer::Dictionary();
15092       G__setnull(result7);
15093    return(1 || funcname || hash || result7 || libp) ;
15094 }
15095 
15096 static int G__G__Gui3_329_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15097 {
15098       ((TGMdiCornerWinResizer*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15099       G__setnull(result7);
15100    return(1 || funcname || hash || result7 || libp) ;
15101 }
15102 
15103 static int G__G__Gui3_329_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15104 {
15105       G__letint(result7, 67, (long) TGMdiCornerWinResizer::DeclFileName());
15106    return(1 || funcname || hash || result7 || libp) ;
15107 }
15108 
15109 static int G__G__Gui3_329_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15110 {
15111       G__letint(result7, 105, (long) TGMdiCornerWinResizer::ImplFileLine());
15112    return(1 || funcname || hash || result7 || libp) ;
15113 }
15114 
15115 static int G__G__Gui3_329_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15116 {
15117       G__letint(result7, 67, (long) TGMdiCornerWinResizer::ImplFileName());
15118    return(1 || funcname || hash || result7 || libp) ;
15119 }
15120 
15121 static int G__G__Gui3_329_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15122 {
15123       G__letint(result7, 105, (long) TGMdiCornerWinResizer::DeclFileLine());
15124    return(1 || funcname || hash || result7 || libp) ;
15125 }
15126 
15127 // automatic destructor
15128 typedef TGMdiCornerWinResizer G__TTGMdiCornerWinResizer;
15129 static int G__G__Gui3_329_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15130 {
15131    char* gvp = (char*) G__getgvp();
15132    long soff = G__getstructoffset();
15133    int n = G__getaryconstruct();
15134    //
15135    //has_a_delete: 1
15136    //has_own_delete1arg: 0
15137    //has_own_delete2arg: 0
15138    //
15139    if (!soff) {
15140      return(1);
15141    }
15142    if (n) {
15143      if (gvp == (char*)G__PVOID) {
15144        delete[] (TGMdiCornerWinResizer*) soff;
15145      } else {
15146        G__setgvp((long) G__PVOID);
15147        for (int i = n - 1; i >= 0; --i) {
15148          ((TGMdiCornerWinResizer*) (soff+(sizeof(TGMdiCornerWinResizer)*i)))->~G__TTGMdiCornerWinResizer();
15149        }
15150        G__setgvp((long)gvp);
15151      }
15152    } else {
15153      if (gvp == (char*)G__PVOID) {
15154        delete (TGMdiCornerWinResizer*) soff;
15155      } else {
15156        G__setgvp((long) G__PVOID);
15157        ((TGMdiCornerWinResizer*) (soff))->~G__TTGMdiCornerWinResizer();
15158        G__setgvp((long)gvp);
15159      }
15160    }
15161    G__setnull(result7);
15162    return(1 || funcname || hash || result7 || libp) ;
15163 }
15164 
15165 
15166 /* TVirtualDragManager */
15167 static int G__G__Gui3_332_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15168 {
15169    TVirtualDragManager* p = NULL;
15170    char* gvp = (char*) G__getgvp();
15171    int n = G__getaryconstruct();
15172    if (n) {
15173      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15174        p = new TVirtualDragManager[n];
15175      } else {
15176        p = new((void*) gvp) TVirtualDragManager[n];
15177      }
15178    } else {
15179      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15180        p = new TVirtualDragManager;
15181      } else {
15182        p = new((void*) gvp) TVirtualDragManager;
15183      }
15184    }
15185    result7->obj.i = (long) p;
15186    result7->ref = (long) p;
15187    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager));
15188    return(1 || funcname || hash || result7 || libp) ;
15189 }
15190 
15191 static int G__G__Gui3_332_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15192 {
15193       G__letint(result7, 105, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetDragType());
15194    return(1 || funcname || hash || result7 || libp) ;
15195 }
15196 
15197 static int G__G__Gui3_332_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15198 {
15199       G__letint(result7, 103, (long) ((const TVirtualDragManager*) G__getstructoffset())->IsMoveWaiting());
15200    return(1 || funcname || hash || result7 || libp) ;
15201 }
15202 
15203 static int G__G__Gui3_332_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15204 {
15205       G__letint(result7, 103, (long) ((const TVirtualDragManager*) G__getstructoffset())->IsDragging());
15206    return(1 || funcname || hash || result7 || libp) ;
15207 }
15208 
15209 static int G__G__Gui3_332_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15210 {
15211       G__letint(result7, 103, (long) ((const TVirtualDragManager*) G__getstructoffset())->IsDropping());
15212    return(1 || funcname || hash || result7 || libp) ;
15213 }
15214 
15215 static int G__G__Gui3_332_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15216 {
15217       G__letint(result7, 103, (long) ((const TVirtualDragManager*) G__getstructoffset())->IsPasting());
15218    return(1 || funcname || hash || result7 || libp) ;
15219 }
15220 
15221 static int G__G__Gui3_332_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15222 {
15223       G__letint(result7, 85, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetTarget());
15224    return(1 || funcname || hash || result7 || libp) ;
15225 }
15226 
15227 static int G__G__Gui3_332_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15228 {
15229       G__letint(result7, 85, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetSource());
15230    return(1 || funcname || hash || result7 || libp) ;
15231 }
15232 
15233 static int G__G__Gui3_332_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15234 {
15235       G__letint(result7, 85, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetFrameUnder());
15236    return(1 || funcname || hash || result7 || libp) ;
15237 }
15238 
15239 static int G__G__Gui3_332_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15240 {
15241       G__letint(result7, 85, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetPasteFrame());
15242    return(1 || funcname || hash || result7 || libp) ;
15243 }
15244 
15245 static int G__G__Gui3_332_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15246 {
15247       ((TVirtualDragManager*) G__getstructoffset())->SetTarget((TGFrame*) G__int(libp->para[0]));
15248       G__setnull(result7);
15249    return(1 || funcname || hash || result7 || libp) ;
15250 }
15251 
15252 static int G__G__Gui3_332_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15253 {
15254       ((TVirtualDragManager*) G__getstructoffset())->SetSource((TGFrame*) G__int(libp->para[0]));
15255       G__setnull(result7);
15256    return(1 || funcname || hash || result7 || libp) ;
15257 }
15258 
15259 static int G__G__Gui3_332_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15260 {
15261       ((TVirtualDragManager*) G__getstructoffset())->SetPasteFrame((TGFrame*) G__int(libp->para[0]));
15262       G__setnull(result7);
15263    return(1 || funcname || hash || result7 || libp) ;
15264 }
15265 
15266 static int G__G__Gui3_332_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15267 {
15268    switch (libp->paran) {
15269    case 3:
15270       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->StartDrag((TGFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
15271 , (Int_t) G__int(libp->para[2])));
15272       break;
15273    case 2:
15274       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->StartDrag((TGFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
15275       break;
15276    case 1:
15277       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->StartDrag((TGFrame*) G__int(libp->para[0])));
15278       break;
15279    case 0:
15280       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->StartDrag());
15281       break;
15282    }
15283    return(1 || funcname || hash || result7 || libp) ;
15284 }
15285 
15286 static int G__G__Gui3_332_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15287 {
15288       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->EndDrag());
15289    return(1 || funcname || hash || result7 || libp) ;
15290 }
15291 
15292 static int G__G__Gui3_332_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15293 {
15294       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->Drop());
15295    return(1 || funcname || hash || result7 || libp) ;
15296 }
15297 
15298 static int G__G__Gui3_332_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15299 {
15300    switch (libp->paran) {
15301    case 1:
15302       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->Cancel((Bool_t) G__int(libp->para[0])));
15303       break;
15304    case 0:
15305       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->Cancel());
15306       break;
15307    }
15308    return(1 || funcname || hash || result7 || libp) ;
15309 }
15310 
15311 static int G__G__Gui3_332_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15312 {
15313       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->HandleEvent((Event_t*) G__int(libp->para[0])));
15314    return(1 || funcname || hash || result7 || libp) ;
15315 }
15316 
15317 static int G__G__Gui3_332_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15318 {
15319       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->HandleTimerEvent((Event_t*) G__int(libp->para[0]), (TTimer*) G__int(libp->para[1])));
15320    return(1 || funcname || hash || result7 || libp) ;
15321 }
15322 
15323 static int G__G__Gui3_332_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15324 {
15325       G__letint(result7, 103, (long) ((TVirtualDragManager*) G__getstructoffset())->IgnoreEvent((Event_t*) G__int(libp->para[0])));
15326    return(1 || funcname || hash || result7 || libp) ;
15327 }
15328 
15329 static int G__G__Gui3_332_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15330 {
15331       ((TVirtualDragManager*) G__getstructoffset())->SetEditable((Bool_t) G__int(libp->para[0]));
15332       G__setnull(result7);
15333    return(1 || funcname || hash || result7 || libp) ;
15334 }
15335 
15336 static int G__G__Gui3_332_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15337 {
15338       G__letint(result7, 105, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetStrartDragX());
15339    return(1 || funcname || hash || result7 || libp) ;
15340 }
15341 
15342 static int G__G__Gui3_332_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15343 {
15344       G__letint(result7, 105, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetStrartDragY());
15345    return(1 || funcname || hash || result7 || libp) ;
15346 }
15347 
15348 static int G__G__Gui3_332_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15349 {
15350       G__letint(result7, 105, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetEndDragX());
15351    return(1 || funcname || hash || result7 || libp) ;
15352 }
15353 
15354 static int G__G__Gui3_332_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15355 {
15356       G__letint(result7, 105, (long) ((const TVirtualDragManager*) G__getstructoffset())->GetEndDragY());
15357    return(1 || funcname || hash || result7 || libp) ;
15358 }
15359 
15360 static int G__G__Gui3_332_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15361 {
15362       G__letint(result7, 85, (long) TVirtualDragManager::Instance());
15363    return(1 || funcname || hash || result7 || libp) ;
15364 }
15365 
15366 static int G__G__Gui3_332_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15367 {
15368       G__letint(result7, 85, (long) TVirtualDragManager::Class());
15369    return(1 || funcname || hash || result7 || libp) ;
15370 }
15371 
15372 static int G__G__Gui3_332_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15373 {
15374       G__letint(result7, 67, (long) TVirtualDragManager::Class_Name());
15375    return(1 || funcname || hash || result7 || libp) ;
15376 }
15377 
15378 static int G__G__Gui3_332_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15379 {
15380       G__letint(result7, 115, (long) TVirtualDragManager::Class_Version());
15381    return(1 || funcname || hash || result7 || libp) ;
15382 }
15383 
15384 static int G__G__Gui3_332_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15385 {
15386       TVirtualDragManager::Dictionary();
15387       G__setnull(result7);
15388    return(1 || funcname || hash || result7 || libp) ;
15389 }
15390 
15391 static int G__G__Gui3_332_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15392 {
15393       G__letint(result7, 85, (long) ((const TVirtualDragManager*) G__getstructoffset())->IsA());
15394    return(1 || funcname || hash || result7 || libp) ;
15395 }
15396 
15397 static int G__G__Gui3_332_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15398 {
15399       ((TVirtualDragManager*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
15400       G__setnull(result7);
15401    return(1 || funcname || hash || result7 || libp) ;
15402 }
15403 
15404 static int G__G__Gui3_332_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15405 {
15406       ((TVirtualDragManager*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
15407       G__setnull(result7);
15408    return(1 || funcname || hash || result7 || libp) ;
15409 }
15410 
15411 static int G__G__Gui3_332_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15412 {
15413       ((TVirtualDragManager*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15414       G__setnull(result7);
15415    return(1 || funcname || hash || result7 || libp) ;
15416 }
15417 
15418 static int G__G__Gui3_332_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15419 {
15420       G__letint(result7, 67, (long) TVirtualDragManager::DeclFileName());
15421    return(1 || funcname || hash || result7 || libp) ;
15422 }
15423 
15424 static int G__G__Gui3_332_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15425 {
15426       G__letint(result7, 105, (long) TVirtualDragManager::ImplFileLine());
15427    return(1 || funcname || hash || result7 || libp) ;
15428 }
15429 
15430 static int G__G__Gui3_332_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15431 {
15432       G__letint(result7, 67, (long) TVirtualDragManager::ImplFileName());
15433    return(1 || funcname || hash || result7 || libp) ;
15434 }
15435 
15436 static int G__G__Gui3_332_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15437 {
15438       G__letint(result7, 105, (long) TVirtualDragManager::DeclFileLine());
15439    return(1 || funcname || hash || result7 || libp) ;
15440 }
15441 
15442 // automatic copy constructor
15443 static int G__G__Gui3_332_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15444 
15445 {
15446    TVirtualDragManager* p;
15447    void* tmp = (void*) G__int(libp->para[0]);
15448    p = new TVirtualDragManager(*(TVirtualDragManager*) tmp);
15449    result7->obj.i = (long) p;
15450    result7->ref = (long) p;
15451    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager));
15452    return(1 || funcname || hash || result7 || libp) ;
15453 }
15454 
15455 // automatic destructor
15456 typedef TVirtualDragManager G__TTVirtualDragManager;
15457 static int G__G__Gui3_332_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15458 {
15459    char* gvp = (char*) G__getgvp();
15460    long soff = G__getstructoffset();
15461    int n = G__getaryconstruct();
15462    //
15463    //has_a_delete: 0
15464    //has_own_delete1arg: 0
15465    //has_own_delete2arg: 0
15466    //
15467    if (!soff) {
15468      return(1);
15469    }
15470    if (n) {
15471      if (gvp == (char*)G__PVOID) {
15472        delete[] (TVirtualDragManager*) soff;
15473      } else {
15474        G__setgvp((long) G__PVOID);
15475        for (int i = n - 1; i >= 0; --i) {
15476          ((TVirtualDragManager*) (soff+(sizeof(TVirtualDragManager)*i)))->~G__TTVirtualDragManager();
15477        }
15478        G__setgvp((long)gvp);
15479      }
15480    } else {
15481      if (gvp == (char*)G__PVOID) {
15482        delete (TVirtualDragManager*) soff;
15483      } else {
15484        G__setgvp((long) G__PVOID);
15485        ((TVirtualDragManager*) (soff))->~G__TTVirtualDragManager();
15486        G__setgvp((long)gvp);
15487      }
15488    }
15489    G__setnull(result7);
15490    return(1 || funcname || hash || result7 || libp) ;
15491 }
15492 
15493 // automatic assignment operator
15494 static int G__G__Gui3_332_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15495 {
15496    TVirtualDragManager* dest = (TVirtualDragManager*) G__getstructoffset();
15497    *dest = *(TVirtualDragManager*) libp->para[0].ref;
15498    const TVirtualDragManager& obj = *dest;
15499    result7->ref = (long) (&obj);
15500    result7->obj.i = (long) (&obj);
15501    return(1 || funcname || hash || result7 || libp) ;
15502 }
15503 
15504 
15505 /* TGuiBldAction */
15506 static int G__G__Gui3_334_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15507 {
15508    TGuiBldAction* p = NULL;
15509    char* gvp = (char*) G__getgvp();
15510    switch (libp->paran) {
15511    case 4:
15512      //m: 4
15513      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15514        p = new TGuiBldAction(
15515 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15516 , (Int_t) G__int(libp->para[2]), (TGLayoutHints*) G__int(libp->para[3]));
15517      } else {
15518        p = new((void*) gvp) TGuiBldAction(
15519 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15520 , (Int_t) G__int(libp->para[2]), (TGLayoutHints*) G__int(libp->para[3]));
15521      }
15522      break;
15523    case 3:
15524      //m: 3
15525      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15526        p = new TGuiBldAction(
15527 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15528 , (Int_t) G__int(libp->para[2]));
15529      } else {
15530        p = new((void*) gvp) TGuiBldAction(
15531 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15532 , (Int_t) G__int(libp->para[2]));
15533      }
15534      break;
15535    case 2:
15536      //m: 2
15537      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15538        p = new TGuiBldAction((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15539      } else {
15540        p = new((void*) gvp) TGuiBldAction((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15541      }
15542      break;
15543    case 1:
15544      //m: 1
15545      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15546        p = new TGuiBldAction((const char*) G__int(libp->para[0]));
15547      } else {
15548        p = new((void*) gvp) TGuiBldAction((const char*) G__int(libp->para[0]));
15549      }
15550      break;
15551    case 0:
15552      int n = G__getaryconstruct();
15553      if (n) {
15554        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15555          p = new TGuiBldAction[n];
15556        } else {
15557          p = new((void*) gvp) TGuiBldAction[n];
15558        }
15559      } else {
15560        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15561          p = new TGuiBldAction;
15562        } else {
15563          p = new((void*) gvp) TGuiBldAction;
15564        }
15565      }
15566      break;
15567    }
15568    result7->obj.i = (long) p;
15569    result7->ref = (long) p;
15570    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction));
15571    return(1 || funcname || hash || result7 || libp) ;
15572 }
15573 
15574 static int G__G__Gui3_334_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15575 {
15576       G__letint(result7, 85, (long) TGuiBldAction::Class());
15577    return(1 || funcname || hash || result7 || libp) ;
15578 }
15579 
15580 static int G__G__Gui3_334_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15581 {
15582       G__letint(result7, 67, (long) TGuiBldAction::Class_Name());
15583    return(1 || funcname || hash || result7 || libp) ;
15584 }
15585 
15586 static int G__G__Gui3_334_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15587 {
15588       G__letint(result7, 115, (long) TGuiBldAction::Class_Version());
15589    return(1 || funcname || hash || result7 || libp) ;
15590 }
15591 
15592 static int G__G__Gui3_334_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15593 {
15594       TGuiBldAction::Dictionary();
15595       G__setnull(result7);
15596    return(1 || funcname || hash || result7 || libp) ;
15597 }
15598 
15599 static int G__G__Gui3_334_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15600 {
15601       ((TGuiBldAction*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15602       G__setnull(result7);
15603    return(1 || funcname || hash || result7 || libp) ;
15604 }
15605 
15606 static int G__G__Gui3_334_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15607 {
15608       G__letint(result7, 67, (long) TGuiBldAction::DeclFileName());
15609    return(1 || funcname || hash || result7 || libp) ;
15610 }
15611 
15612 static int G__G__Gui3_334_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15613 {
15614       G__letint(result7, 105, (long) TGuiBldAction::ImplFileLine());
15615    return(1 || funcname || hash || result7 || libp) ;
15616 }
15617 
15618 static int G__G__Gui3_334_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15619 {
15620       G__letint(result7, 67, (long) TGuiBldAction::ImplFileName());
15621    return(1 || funcname || hash || result7 || libp) ;
15622 }
15623 
15624 static int G__G__Gui3_334_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15625 {
15626       G__letint(result7, 105, (long) TGuiBldAction::DeclFileLine());
15627    return(1 || funcname || hash || result7 || libp) ;
15628 }
15629 
15630 // automatic copy constructor
15631 static int G__G__Gui3_334_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15632 
15633 {
15634    TGuiBldAction* p;
15635    void* tmp = (void*) G__int(libp->para[0]);
15636    p = new TGuiBldAction(*(TGuiBldAction*) tmp);
15637    result7->obj.i = (long) p;
15638    result7->ref = (long) p;
15639    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction));
15640    return(1 || funcname || hash || result7 || libp) ;
15641 }
15642 
15643 // automatic destructor
15644 typedef TGuiBldAction G__TTGuiBldAction;
15645 static int G__G__Gui3_334_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15646 {
15647    char* gvp = (char*) G__getgvp();
15648    long soff = G__getstructoffset();
15649    int n = G__getaryconstruct();
15650    //
15651    //has_a_delete: 1
15652    //has_own_delete1arg: 0
15653    //has_own_delete2arg: 0
15654    //
15655    if (!soff) {
15656      return(1);
15657    }
15658    if (n) {
15659      if (gvp == (char*)G__PVOID) {
15660        delete[] (TGuiBldAction*) soff;
15661      } else {
15662        G__setgvp((long) G__PVOID);
15663        for (int i = n - 1; i >= 0; --i) {
15664          ((TGuiBldAction*) (soff+(sizeof(TGuiBldAction)*i)))->~G__TTGuiBldAction();
15665        }
15666        G__setgvp((long)gvp);
15667      }
15668    } else {
15669      if (gvp == (char*)G__PVOID) {
15670        delete (TGuiBldAction*) soff;
15671      } else {
15672        G__setgvp((long) G__PVOID);
15673        ((TGuiBldAction*) (soff))->~G__TTGuiBldAction();
15674        G__setgvp((long)gvp);
15675      }
15676    }
15677    G__setnull(result7);
15678    return(1 || funcname || hash || result7 || libp) ;
15679 }
15680 
15681 
15682 /* TGuiBuilder */
15683 static int G__G__Gui3_335_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15684 {
15685    TGuiBuilder* p = NULL;
15686    char* gvp = (char*) G__getgvp();
15687    int n = G__getaryconstruct();
15688    if (n) {
15689      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15690        p = new TGuiBuilder[n];
15691      } else {
15692        p = new((void*) gvp) TGuiBuilder[n];
15693      }
15694    } else {
15695      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15696        p = new TGuiBuilder;
15697      } else {
15698        p = new((void*) gvp) TGuiBuilder;
15699      }
15700    }
15701    result7->obj.i = (long) p;
15702    result7->ref = (long) p;
15703    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder));
15704    return(1 || funcname || hash || result7 || libp) ;
15705 }
15706 
15707 static int G__G__Gui3_335_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15708 {
15709       ((TGuiBuilder*) G__getstructoffset())->AddAction((TGuiBldAction*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15710       G__setnull(result7);
15711    return(1 || funcname || hash || result7 || libp) ;
15712 }
15713 
15714 static int G__G__Gui3_335_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15715 {
15716       ((TGuiBuilder*) G__getstructoffset())->AddSection((const char*) G__int(libp->para[0]));
15717       G__setnull(result7);
15718    return(1 || funcname || hash || result7 || libp) ;
15719 }
15720 
15721 static int G__G__Gui3_335_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15722 {
15723       G__letint(result7, 85, (long) ((TGuiBuilder*) G__getstructoffset())->ExecuteAction());
15724    return(1 || funcname || hash || result7 || libp) ;
15725 }
15726 
15727 static int G__G__Gui3_335_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15728 {
15729       ((TGuiBuilder*) G__getstructoffset())->SetAction((TGuiBldAction*) G__int(libp->para[0]));
15730       G__setnull(result7);
15731    return(1 || funcname || hash || result7 || libp) ;
15732 }
15733 
15734 static int G__G__Gui3_335_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15735 {
15736       G__letint(result7, 85, (long) ((const TGuiBuilder*) G__getstructoffset())->GetAction());
15737    return(1 || funcname || hash || result7 || libp) ;
15738 }
15739 
15740 static int G__G__Gui3_335_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15741 {
15742       G__letint(result7, 103, (long) ((const TGuiBuilder*) G__getstructoffset())->IsExecutable());
15743    return(1 || funcname || hash || result7 || libp) ;
15744 }
15745 
15746 static int G__G__Gui3_335_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15747 {
15748       ((TGuiBuilder*) G__getstructoffset())->Show();
15749       G__setnull(result7);
15750    return(1 || funcname || hash || result7 || libp) ;
15751 }
15752 
15753 static int G__G__Gui3_335_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15754 {
15755       ((TGuiBuilder*) G__getstructoffset())->Hide();
15756       G__setnull(result7);
15757    return(1 || funcname || hash || result7 || libp) ;
15758 }
15759 
15760 static int G__G__Gui3_335_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15761 {
15762       G__letint(result7, 85, (long) TGuiBuilder::Instance());
15763    return(1 || funcname || hash || result7 || libp) ;
15764 }
15765 
15766 static int G__G__Gui3_335_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15767 {
15768       G__letint(result7, 85, (long) TGuiBuilder::Class());
15769    return(1 || funcname || hash || result7 || libp) ;
15770 }
15771 
15772 static int G__G__Gui3_335_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15773 {
15774       G__letint(result7, 67, (long) TGuiBuilder::Class_Name());
15775    return(1 || funcname || hash || result7 || libp) ;
15776 }
15777 
15778 static int G__G__Gui3_335_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15779 {
15780       G__letint(result7, 115, (long) TGuiBuilder::Class_Version());
15781    return(1 || funcname || hash || result7 || libp) ;
15782 }
15783 
15784 static int G__G__Gui3_335_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15785 {
15786       TGuiBuilder::Dictionary();
15787       G__setnull(result7);
15788    return(1 || funcname || hash || result7 || libp) ;
15789 }
15790 
15791 static int G__G__Gui3_335_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15792 {
15793       G__letint(result7, 85, (long) ((const TGuiBuilder*) G__getstructoffset())->IsA());
15794    return(1 || funcname || hash || result7 || libp) ;
15795 }
15796 
15797 static int G__G__Gui3_335_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15798 {
15799       ((TGuiBuilder*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
15800       G__setnull(result7);
15801    return(1 || funcname || hash || result7 || libp) ;
15802 }
15803 
15804 static int G__G__Gui3_335_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15805 {
15806       ((TGuiBuilder*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
15807       G__setnull(result7);
15808    return(1 || funcname || hash || result7 || libp) ;
15809 }
15810 
15811 static int G__G__Gui3_335_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15812 {
15813       ((TGuiBuilder*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
15814       G__setnull(result7);
15815    return(1 || funcname || hash || result7 || libp) ;
15816 }
15817 
15818 static int G__G__Gui3_335_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15819 {
15820       G__letint(result7, 67, (long) TGuiBuilder::DeclFileName());
15821    return(1 || funcname || hash || result7 || libp) ;
15822 }
15823 
15824 static int G__G__Gui3_335_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15825 {
15826       G__letint(result7, 105, (long) TGuiBuilder::ImplFileLine());
15827    return(1 || funcname || hash || result7 || libp) ;
15828 }
15829 
15830 static int G__G__Gui3_335_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15831 {
15832       G__letint(result7, 67, (long) TGuiBuilder::ImplFileName());
15833    return(1 || funcname || hash || result7 || libp) ;
15834 }
15835 
15836 static int G__G__Gui3_335_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15837 {
15838       G__letint(result7, 105, (long) TGuiBuilder::DeclFileLine());
15839    return(1 || funcname || hash || result7 || libp) ;
15840 }
15841 
15842 // automatic copy constructor
15843 static int G__G__Gui3_335_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15844 
15845 {
15846    TGuiBuilder* p;
15847    void* tmp = (void*) G__int(libp->para[0]);
15848    p = new TGuiBuilder(*(TGuiBuilder*) tmp);
15849    result7->obj.i = (long) p;
15850    result7->ref = (long) p;
15851    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder));
15852    return(1 || funcname || hash || result7 || libp) ;
15853 }
15854 
15855 // automatic destructor
15856 typedef TGuiBuilder G__TTGuiBuilder;
15857 static int G__G__Gui3_335_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15858 {
15859    char* gvp = (char*) G__getgvp();
15860    long soff = G__getstructoffset();
15861    int n = G__getaryconstruct();
15862    //
15863    //has_a_delete: 0
15864    //has_own_delete1arg: 0
15865    //has_own_delete2arg: 0
15866    //
15867    if (!soff) {
15868      return(1);
15869    }
15870    if (n) {
15871      if (gvp == (char*)G__PVOID) {
15872        delete[] (TGuiBuilder*) soff;
15873      } else {
15874        G__setgvp((long) G__PVOID);
15875        for (int i = n - 1; i >= 0; --i) {
15876          ((TGuiBuilder*) (soff+(sizeof(TGuiBuilder)*i)))->~G__TTGuiBuilder();
15877        }
15878        G__setgvp((long)gvp);
15879      }
15880    } else {
15881      if (gvp == (char*)G__PVOID) {
15882        delete (TGuiBuilder*) soff;
15883      } else {
15884        G__setgvp((long) G__PVOID);
15885        ((TGuiBuilder*) (soff))->~G__TTGuiBuilder();
15886        G__setgvp((long)gvp);
15887      }
15888    }
15889    G__setnull(result7);
15890    return(1 || funcname || hash || result7 || libp) ;
15891 }
15892 
15893 // automatic assignment operator
15894 static int G__G__Gui3_335_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15895 {
15896    TGuiBuilder* dest = (TGuiBuilder*) G__getstructoffset();
15897    *dest = *(TGuiBuilder*) libp->para[0].ref;
15898    const TGuiBuilder& obj = *dest;
15899    result7->ref = (long) (&obj);
15900    result7->obj.i = (long) (&obj);
15901    return(1 || funcname || hash || result7 || libp) ;
15902 }
15903 
15904 
15905 /* TGRedirectOutputGuard */
15906 static int G__G__Gui3_336_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15907 {
15908    TGRedirectOutputGuard* p = NULL;
15909    char* gvp = (char*) G__getgvp();
15910    switch (libp->paran) {
15911    case 3:
15912      //m: 3
15913      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15914        p = new TGRedirectOutputGuard(
15915 (TGTextView*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15916 , (const char*) G__int(libp->para[2]));
15917      } else {
15918        p = new((void*) gvp) TGRedirectOutputGuard(
15919 (TGTextView*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
15920 , (const char*) G__int(libp->para[2]));
15921      }
15922      break;
15923    case 2:
15924      //m: 2
15925      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15926        p = new TGRedirectOutputGuard((TGTextView*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15927      } else {
15928        p = new((void*) gvp) TGRedirectOutputGuard((TGTextView*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
15929      }
15930      break;
15931    case 1:
15932      //m: 1
15933      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
15934        p = new TGRedirectOutputGuard((TGTextView*) G__int(libp->para[0]));
15935      } else {
15936        p = new((void*) gvp) TGRedirectOutputGuard((TGTextView*) G__int(libp->para[0]));
15937      }
15938      break;
15939    }
15940    result7->obj.i = (long) p;
15941    result7->ref = (long) p;
15942    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGRedirectOutputGuard));
15943    return(1 || funcname || hash || result7 || libp) ;
15944 }
15945 
15946 static int G__G__Gui3_336_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15947 {
15948       ((TGRedirectOutputGuard*) G__getstructoffset())->Update();
15949       G__setnull(result7);
15950    return(1 || funcname || hash || result7 || libp) ;
15951 }
15952 
15953 static int G__G__Gui3_336_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15954 {
15955       G__letint(result7, 85, (long) TGRedirectOutputGuard::Class());
15956    return(1 || funcname || hash || result7 || libp) ;
15957 }
15958 
15959 static int G__G__Gui3_336_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15960 {
15961       G__letint(result7, 67, (long) TGRedirectOutputGuard::Class_Name());
15962    return(1 || funcname || hash || result7 || libp) ;
15963 }
15964 
15965 static int G__G__Gui3_336_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15966 {
15967       G__letint(result7, 115, (long) TGRedirectOutputGuard::Class_Version());
15968    return(1 || funcname || hash || result7 || libp) ;
15969 }
15970 
15971 static int G__G__Gui3_336_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15972 {
15973       TGRedirectOutputGuard::Dictionary();
15974       G__setnull(result7);
15975    return(1 || funcname || hash || result7 || libp) ;
15976 }
15977 
15978 static int G__G__Gui3_336_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15979 {
15980       G__letint(result7, 85, (long) ((const TGRedirectOutputGuard*) G__getstructoffset())->IsA());
15981    return(1 || funcname || hash || result7 || libp) ;
15982 }
15983 
15984 static int G__G__Gui3_336_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15985 {
15986       ((TGRedirectOutputGuard*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
15987       G__setnull(result7);
15988    return(1 || funcname || hash || result7 || libp) ;
15989 }
15990 
15991 static int G__G__Gui3_336_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15992 {
15993       ((TGRedirectOutputGuard*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
15994       G__setnull(result7);
15995    return(1 || funcname || hash || result7 || libp) ;
15996 }
15997 
15998 static int G__G__Gui3_336_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
15999 {
16000       ((TGRedirectOutputGuard*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16001       G__setnull(result7);
16002    return(1 || funcname || hash || result7 || libp) ;
16003 }
16004 
16005 static int G__G__Gui3_336_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16006 {
16007       G__letint(result7, 67, (long) TGRedirectOutputGuard::DeclFileName());
16008    return(1 || funcname || hash || result7 || libp) ;
16009 }
16010 
16011 static int G__G__Gui3_336_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16012 {
16013       G__letint(result7, 105, (long) TGRedirectOutputGuard::ImplFileLine());
16014    return(1 || funcname || hash || result7 || libp) ;
16015 }
16016 
16017 static int G__G__Gui3_336_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16018 {
16019       G__letint(result7, 67, (long) TGRedirectOutputGuard::ImplFileName());
16020    return(1 || funcname || hash || result7 || libp) ;
16021 }
16022 
16023 static int G__G__Gui3_336_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16024 {
16025       G__letint(result7, 105, (long) TGRedirectOutputGuard::DeclFileLine());
16026    return(1 || funcname || hash || result7 || libp) ;
16027 }
16028 
16029 // automatic copy constructor
16030 static int G__G__Gui3_336_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16031 
16032 {
16033    TGRedirectOutputGuard* p;
16034    void* tmp = (void*) G__int(libp->para[0]);
16035    p = new TGRedirectOutputGuard(*(TGRedirectOutputGuard*) tmp);
16036    result7->obj.i = (long) p;
16037    result7->ref = (long) p;
16038    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGRedirectOutputGuard));
16039    return(1 || funcname || hash || result7 || libp) ;
16040 }
16041 
16042 // automatic destructor
16043 typedef TGRedirectOutputGuard G__TTGRedirectOutputGuard;
16044 static int G__G__Gui3_336_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16045 {
16046    char* gvp = (char*) G__getgvp();
16047    long soff = G__getstructoffset();
16048    int n = G__getaryconstruct();
16049    //
16050    //has_a_delete: 0
16051    //has_own_delete1arg: 0
16052    //has_own_delete2arg: 0
16053    //
16054    if (!soff) {
16055      return(1);
16056    }
16057    if (n) {
16058      if (gvp == (char*)G__PVOID) {
16059        delete[] (TGRedirectOutputGuard*) soff;
16060      } else {
16061        G__setgvp((long) G__PVOID);
16062        for (int i = n - 1; i >= 0; --i) {
16063          ((TGRedirectOutputGuard*) (soff+(sizeof(TGRedirectOutputGuard)*i)))->~G__TTGRedirectOutputGuard();
16064        }
16065        G__setgvp((long)gvp);
16066      }
16067    } else {
16068      if (gvp == (char*)G__PVOID) {
16069        delete (TGRedirectOutputGuard*) soff;
16070      } else {
16071        G__setgvp((long) G__PVOID);
16072        ((TGRedirectOutputGuard*) (soff))->~G__TTGRedirectOutputGuard();
16073        G__setgvp((long)gvp);
16074      }
16075    }
16076    G__setnull(result7);
16077    return(1 || funcname || hash || result7 || libp) ;
16078 }
16079 
16080 // automatic assignment operator
16081 static int G__G__Gui3_336_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16082 {
16083    TGRedirectOutputGuard* dest = (TGRedirectOutputGuard*) G__getstructoffset();
16084    *dest = *(TGRedirectOutputGuard*) libp->para[0].ref;
16085    const TGRedirectOutputGuard& obj = *dest;
16086    result7->ref = (long) (&obj);
16087    result7->obj.i = (long) (&obj);
16088    return(1 || funcname || hash || result7 || libp) ;
16089 }
16090 
16091 
16092 /* TGPasswdDialog */
16093 static int G__G__Gui3_338_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16094 {
16095    TGPasswdDialog* p = NULL;
16096    char* gvp = (char*) G__getgvp();
16097    switch (libp->paran) {
16098    case 5:
16099      //m: 5
16100      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16101        p = new TGPasswdDialog(
16102 (const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
16103 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
16104 , (UInt_t) G__int(libp->para[4]));
16105      } else {
16106        p = new((void*) gvp) TGPasswdDialog(
16107 (const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
16108 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
16109 , (UInt_t) G__int(libp->para[4]));
16110      }
16111      break;
16112    case 4:
16113      //m: 4
16114      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16115        p = new TGPasswdDialog(
16116 (const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
16117 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
16118      } else {
16119        p = new((void*) gvp) TGPasswdDialog(
16120 (const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
16121 , (Int_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
16122      }
16123      break;
16124    case 3:
16125      //m: 3
16126      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16127        p = new TGPasswdDialog(
16128 (const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
16129 , (Int_t) G__int(libp->para[2]));
16130      } else {
16131        p = new((void*) gvp) TGPasswdDialog(
16132 (const char*) G__int(libp->para[0]), (char*) G__int(libp->para[1])
16133 , (Int_t) G__int(libp->para[2]));
16134      }
16135      break;
16136    }
16137    result7->obj.i = (long) p;
16138    result7->ref = (long) p;
16139    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGPasswdDialog));
16140    return(1 || funcname || hash || result7 || libp) ;
16141 }
16142 
16143 static int G__G__Gui3_338_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16144 {
16145       ((TGPasswdDialog*) G__getstructoffset())->ReturnPressed();
16146       G__setnull(result7);
16147    return(1 || funcname || hash || result7 || libp) ;
16148 }
16149 
16150 static int G__G__Gui3_338_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16151 {
16152       ((TGPasswdDialog*) G__getstructoffset())->CloseWindow();
16153       G__setnull(result7);
16154    return(1 || funcname || hash || result7 || libp) ;
16155 }
16156 
16157 static int G__G__Gui3_338_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16158 {
16159       ((TGPasswdDialog*) G__getstructoffset())->DoClose();
16160       G__setnull(result7);
16161    return(1 || funcname || hash || result7 || libp) ;
16162 }
16163 
16164 static int G__G__Gui3_338_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16165 {
16166       G__letint(result7, 85, (long) TGPasswdDialog::Class());
16167    return(1 || funcname || hash || result7 || libp) ;
16168 }
16169 
16170 static int G__G__Gui3_338_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16171 {
16172       G__letint(result7, 67, (long) TGPasswdDialog::Class_Name());
16173    return(1 || funcname || hash || result7 || libp) ;
16174 }
16175 
16176 static int G__G__Gui3_338_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16177 {
16178       G__letint(result7, 115, (long) TGPasswdDialog::Class_Version());
16179    return(1 || funcname || hash || result7 || libp) ;
16180 }
16181 
16182 static int G__G__Gui3_338_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16183 {
16184       TGPasswdDialog::Dictionary();
16185       G__setnull(result7);
16186    return(1 || funcname || hash || result7 || libp) ;
16187 }
16188 
16189 static int G__G__Gui3_338_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16190 {
16191       G__letint(result7, 85, (long) ((const TGPasswdDialog*) G__getstructoffset())->IsA());
16192    return(1 || funcname || hash || result7 || libp) ;
16193 }
16194 
16195 static int G__G__Gui3_338_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16196 {
16197       ((TGPasswdDialog*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
16198       G__setnull(result7);
16199    return(1 || funcname || hash || result7 || libp) ;
16200 }
16201 
16202 static int G__G__Gui3_338_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16203 {
16204       ((TGPasswdDialog*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
16205       G__setnull(result7);
16206    return(1 || funcname || hash || result7 || libp) ;
16207 }
16208 
16209 static int G__G__Gui3_338_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16210 {
16211       ((TGPasswdDialog*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16212       G__setnull(result7);
16213    return(1 || funcname || hash || result7 || libp) ;
16214 }
16215 
16216 static int G__G__Gui3_338_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16217 {
16218       G__letint(result7, 67, (long) TGPasswdDialog::DeclFileName());
16219    return(1 || funcname || hash || result7 || libp) ;
16220 }
16221 
16222 static int G__G__Gui3_338_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16223 {
16224       G__letint(result7, 105, (long) TGPasswdDialog::ImplFileLine());
16225    return(1 || funcname || hash || result7 || libp) ;
16226 }
16227 
16228 static int G__G__Gui3_338_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16229 {
16230       G__letint(result7, 67, (long) TGPasswdDialog::ImplFileName());
16231    return(1 || funcname || hash || result7 || libp) ;
16232 }
16233 
16234 static int G__G__Gui3_338_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16235 {
16236       G__letint(result7, 105, (long) TGPasswdDialog::DeclFileLine());
16237    return(1 || funcname || hash || result7 || libp) ;
16238 }
16239 
16240 // automatic copy constructor
16241 static int G__G__Gui3_338_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16242 
16243 {
16244    TGPasswdDialog* p;
16245    void* tmp = (void*) G__int(libp->para[0]);
16246    p = new TGPasswdDialog(*(TGPasswdDialog*) tmp);
16247    result7->obj.i = (long) p;
16248    result7->ref = (long) p;
16249    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGPasswdDialog));
16250    return(1 || funcname || hash || result7 || libp) ;
16251 }
16252 
16253 // automatic destructor
16254 typedef TGPasswdDialog G__TTGPasswdDialog;
16255 static int G__G__Gui3_338_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16256 {
16257    char* gvp = (char*) G__getgvp();
16258    long soff = G__getstructoffset();
16259    int n = G__getaryconstruct();
16260    //
16261    //has_a_delete: 0
16262    //has_own_delete1arg: 0
16263    //has_own_delete2arg: 0
16264    //
16265    if (!soff) {
16266      return(1);
16267    }
16268    if (n) {
16269      if (gvp == (char*)G__PVOID) {
16270        delete[] (TGPasswdDialog*) soff;
16271      } else {
16272        G__setgvp((long) G__PVOID);
16273        for (int i = n - 1; i >= 0; --i) {
16274          ((TGPasswdDialog*) (soff+(sizeof(TGPasswdDialog)*i)))->~G__TTGPasswdDialog();
16275        }
16276        G__setgvp((long)gvp);
16277      }
16278    } else {
16279      if (gvp == (char*)G__PVOID) {
16280        delete (TGPasswdDialog*) soff;
16281      } else {
16282        G__setgvp((long) G__PVOID);
16283        ((TGPasswdDialog*) (soff))->~G__TTGPasswdDialog();
16284        G__setgvp((long)gvp);
16285      }
16286    }
16287    G__setnull(result7);
16288    return(1 || funcname || hash || result7 || libp) ;
16289 }
16290 
16291 // automatic assignment operator
16292 static int G__G__Gui3_338_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16293 {
16294    TGPasswdDialog* dest = (TGPasswdDialog*) G__getstructoffset();
16295    *dest = *(TGPasswdDialog*) libp->para[0].ref;
16296    const TGPasswdDialog& obj = *dest;
16297    result7->ref = (long) (&obj);
16298    result7->obj.i = (long) (&obj);
16299    return(1 || funcname || hash || result7 || libp) ;
16300 }
16301 
16302 
16303 /* TGTextEditor */
16304 static int G__G__Gui3_358_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16305 {
16306    TGTextEditor* p = NULL;
16307    char* gvp = (char*) G__getgvp();
16308    switch (libp->paran) {
16309    case 4:
16310      //m: 4
16311      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16312        p = new TGTextEditor(
16313 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
16314 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
16315      } else {
16316        p = new((void*) gvp) TGTextEditor(
16317 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
16318 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
16319      }
16320      break;
16321    case 3:
16322      //m: 3
16323      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16324        p = new TGTextEditor(
16325 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
16326 , (UInt_t) G__int(libp->para[2]));
16327      } else {
16328        p = new((void*) gvp) TGTextEditor(
16329 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
16330 , (UInt_t) G__int(libp->para[2]));
16331      }
16332      break;
16333    case 2:
16334      //m: 2
16335      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16336        p = new TGTextEditor((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
16337      } else {
16338        p = new((void*) gvp) TGTextEditor((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
16339      }
16340      break;
16341    case 1:
16342      //m: 1
16343      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16344        p = new TGTextEditor((const char*) G__int(libp->para[0]));
16345      } else {
16346        p = new((void*) gvp) TGTextEditor((const char*) G__int(libp->para[0]));
16347      }
16348      break;
16349    case 0:
16350      int n = G__getaryconstruct();
16351      if (n) {
16352        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16353          p = new TGTextEditor[n];
16354        } else {
16355          p = new((void*) gvp) TGTextEditor[n];
16356        }
16357      } else {
16358        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16359          p = new TGTextEditor;
16360        } else {
16361          p = new((void*) gvp) TGTextEditor;
16362        }
16363      }
16364      break;
16365    }
16366    result7->obj.i = (long) p;
16367    result7->ref = (long) p;
16368    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor));
16369    return(1 || funcname || hash || result7 || libp) ;
16370 }
16371 
16372 static int G__G__Gui3_358_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16373 {
16374    TGTextEditor* p = NULL;
16375    char* gvp = (char*) G__getgvp();
16376    switch (libp->paran) {
16377    case 4:
16378      //m: 4
16379      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16380        p = new TGTextEditor(
16381 (TMacro*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
16382 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
16383      } else {
16384        p = new((void*) gvp) TGTextEditor(
16385 (TMacro*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
16386 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
16387      }
16388      break;
16389    case 3:
16390      //m: 3
16391      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16392        p = new TGTextEditor(
16393 (TMacro*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
16394 , (UInt_t) G__int(libp->para[2]));
16395      } else {
16396        p = new((void*) gvp) TGTextEditor(
16397 (TMacro*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
16398 , (UInt_t) G__int(libp->para[2]));
16399      }
16400      break;
16401    case 2:
16402      //m: 2
16403      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16404        p = new TGTextEditor((TMacro*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
16405      } else {
16406        p = new((void*) gvp) TGTextEditor((TMacro*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
16407      }
16408      break;
16409    case 1:
16410      //m: 1
16411      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16412        p = new TGTextEditor((TMacro*) G__int(libp->para[0]));
16413      } else {
16414        p = new((void*) gvp) TGTextEditor((TMacro*) G__int(libp->para[0]));
16415      }
16416      break;
16417    }
16418    result7->obj.i = (long) p;
16419    result7->ref = (long) p;
16420    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor));
16421    return(1 || funcname || hash || result7 || libp) ;
16422 }
16423 
16424 static int G__G__Gui3_358_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16425 {
16426       ((TGTextEditor*) G__getstructoffset())->ClearText();
16427       G__setnull(result7);
16428    return(1 || funcname || hash || result7 || libp) ;
16429 }
16430 
16431 static int G__G__Gui3_358_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16432 {
16433       G__letint(result7, 103, (long) ((TGTextEditor*) G__getstructoffset())->LoadBuffer((const char*) G__int(libp->para[0])));
16434    return(1 || funcname || hash || result7 || libp) ;
16435 }
16436 
16437 static int G__G__Gui3_358_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16438 {
16439    switch (libp->paran) {
16440    case 1:
16441       ((TGTextEditor*) G__getstructoffset())->LoadFile((char*) G__int(libp->para[0]));
16442       G__setnull(result7);
16443       break;
16444    case 0:
16445       ((TGTextEditor*) G__getstructoffset())->LoadFile();
16446       G__setnull(result7);
16447       break;
16448    }
16449    return(1 || funcname || hash || result7 || libp) ;
16450 }
16451 
16452 static int G__G__Gui3_358_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16453 {
16454       ((TGTextEditor*) G__getstructoffset())->SaveFile((const char*) G__int(libp->para[0]));
16455       G__setnull(result7);
16456    return(1 || funcname || hash || result7 || libp) ;
16457 }
16458 
16459 static int G__G__Gui3_358_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16460 {
16461       G__letint(result7, 103, (long) ((TGTextEditor*) G__getstructoffset())->SaveFileAs());
16462    return(1 || funcname || hash || result7 || libp) ;
16463 }
16464 
16465 static int G__G__Gui3_358_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16466 {
16467       ((TGTextEditor*) G__getstructoffset())->PrintText();
16468       G__setnull(result7);
16469    return(1 || funcname || hash || result7 || libp) ;
16470 }
16471 
16472 static int G__G__Gui3_358_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16473 {
16474       ((TGTextEditor*) G__getstructoffset())->Search((Bool_t) G__int(libp->para[0]));
16475       G__setnull(result7);
16476    return(1 || funcname || hash || result7 || libp) ;
16477 }
16478 
16479 static int G__G__Gui3_358_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16480 {
16481       ((TGTextEditor*) G__getstructoffset())->Goto();
16482       G__setnull(result7);
16483    return(1 || funcname || hash || result7 || libp) ;
16484 }
16485 
16486 static int G__G__Gui3_358_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16487 {
16488       ((TGTextEditor*) G__getstructoffset())->About();
16489       G__setnull(result7);
16490    return(1 || funcname || hash || result7 || libp) ;
16491 }
16492 
16493 static int G__G__Gui3_358_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16494 {
16495       ((TGTextEditor*) G__getstructoffset())->DataChanged();
16496       G__setnull(result7);
16497    return(1 || funcname || hash || result7 || libp) ;
16498 }
16499 
16500 static int G__G__Gui3_358_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16501 {
16502       ((TGTextEditor*) G__getstructoffset())->DataDropped((char*) G__int(libp->para[0]));
16503       G__setnull(result7);
16504    return(1 || funcname || hash || result7 || libp) ;
16505 }
16506 
16507 static int G__G__Gui3_358_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16508 {
16509       G__letint(result7, 105, (long) ((TGTextEditor*) G__getstructoffset())->IsSaved());
16510    return(1 || funcname || hash || result7 || libp) ;
16511 }
16512 
16513 static int G__G__Gui3_358_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16514 {
16515       ((TGTextEditor*) G__getstructoffset())->CompileMacro();
16516       G__setnull(result7);
16517    return(1 || funcname || hash || result7 || libp) ;
16518 }
16519 
16520 static int G__G__Gui3_358_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16521 {
16522       ((TGTextEditor*) G__getstructoffset())->ExecuteMacro();
16523       G__setnull(result7);
16524    return(1 || funcname || hash || result7 || libp) ;
16525 }
16526 
16527 static int G__G__Gui3_358_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16528 {
16529       ((TGTextEditor*) G__getstructoffset())->InterruptMacro();
16530       G__setnull(result7);
16531    return(1 || funcname || hash || result7 || libp) ;
16532 }
16533 
16534 static int G__G__Gui3_358_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16535 {
16536       ((TGTextEditor*) G__getstructoffset())->SetText((TGText*) G__int(libp->para[0]));
16537       G__setnull(result7);
16538    return(1 || funcname || hash || result7 || libp) ;
16539 }
16540 
16541 static int G__G__Gui3_358_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16542 {
16543       ((TGTextEditor*) G__getstructoffset())->AddText((TGText*) G__int(libp->para[0]));
16544       G__setnull(result7);
16545    return(1 || funcname || hash || result7 || libp) ;
16546 }
16547 
16548 static int G__G__Gui3_358_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16549 {
16550       ((TGTextEditor*) G__getstructoffset())->AddLine((const char*) G__int(libp->para[0]));
16551       G__setnull(result7);
16552    return(1 || funcname || hash || result7 || libp) ;
16553 }
16554 
16555 static int G__G__Gui3_358_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16556 {
16557       ((TGTextEditor*) G__getstructoffset())->AddLineFast((const char*) G__int(libp->para[0]));
16558       G__setnull(result7);
16559    return(1 || funcname || hash || result7 || libp) ;
16560 }
16561 
16562 static int G__G__Gui3_358_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16563 {
16564       G__letint(result7, 85, (long) ((const TGTextEditor*) G__getstructoffset())->GetText());
16565    return(1 || funcname || hash || result7 || libp) ;
16566 }
16567 
16568 static int G__G__Gui3_358_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16569 {
16570       G__letint(result7, 85, (long) TGTextEditor::Class());
16571    return(1 || funcname || hash || result7 || libp) ;
16572 }
16573 
16574 static int G__G__Gui3_358_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16575 {
16576       G__letint(result7, 67, (long) TGTextEditor::Class_Name());
16577    return(1 || funcname || hash || result7 || libp) ;
16578 }
16579 
16580 static int G__G__Gui3_358_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16581 {
16582       G__letint(result7, 115, (long) TGTextEditor::Class_Version());
16583    return(1 || funcname || hash || result7 || libp) ;
16584 }
16585 
16586 static int G__G__Gui3_358_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16587 {
16588       TGTextEditor::Dictionary();
16589       G__setnull(result7);
16590    return(1 || funcname || hash || result7 || libp) ;
16591 }
16592 
16593 static int G__G__Gui3_358_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16594 {
16595       ((TGTextEditor*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
16596       G__setnull(result7);
16597    return(1 || funcname || hash || result7 || libp) ;
16598 }
16599 
16600 static int G__G__Gui3_358_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16601 {
16602       G__letint(result7, 67, (long) TGTextEditor::DeclFileName());
16603    return(1 || funcname || hash || result7 || libp) ;
16604 }
16605 
16606 static int G__G__Gui3_358_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16607 {
16608       G__letint(result7, 105, (long) TGTextEditor::ImplFileLine());
16609    return(1 || funcname || hash || result7 || libp) ;
16610 }
16611 
16612 static int G__G__Gui3_358_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16613 {
16614       G__letint(result7, 67, (long) TGTextEditor::ImplFileName());
16615    return(1 || funcname || hash || result7 || libp) ;
16616 }
16617 
16618 static int G__G__Gui3_358_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16619 {
16620       G__letint(result7, 105, (long) TGTextEditor::DeclFileLine());
16621    return(1 || funcname || hash || result7 || libp) ;
16622 }
16623 
16624 // automatic destructor
16625 typedef TGTextEditor G__TTGTextEditor;
16626 static int G__G__Gui3_358_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16627 {
16628    char* gvp = (char*) G__getgvp();
16629    long soff = G__getstructoffset();
16630    int n = G__getaryconstruct();
16631    //
16632    //has_a_delete: 1
16633    //has_own_delete1arg: 0
16634    //has_own_delete2arg: 0
16635    //
16636    if (!soff) {
16637      return(1);
16638    }
16639    if (n) {
16640      if (gvp == (char*)G__PVOID) {
16641        delete[] (TGTextEditor*) soff;
16642      } else {
16643        G__setgvp((long) G__PVOID);
16644        for (int i = n - 1; i >= 0; --i) {
16645          ((TGTextEditor*) (soff+(sizeof(TGTextEditor)*i)))->~G__TTGTextEditor();
16646        }
16647        G__setgvp((long)gvp);
16648      }
16649    } else {
16650      if (gvp == (char*)G__PVOID) {
16651        delete (TGTextEditor*) soff;
16652      } else {
16653        G__setgvp((long) G__PVOID);
16654        ((TGTextEditor*) (soff))->~G__TTGTextEditor();
16655        G__setgvp((long)gvp);
16656      }
16657    }
16658    G__setnull(result7);
16659    return(1 || funcname || hash || result7 || libp) ;
16660 }
16661 
16662 
16663 /* TGSpeedo */
16664 static int G__G__Gui3_375_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16665 {
16666    TGSpeedo* p = NULL;
16667    char* gvp = (char*) G__getgvp();
16668    switch (libp->paran) {
16669    case 2:
16670      //m: 2
16671      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16672        p = new TGSpeedo((TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1]));
16673      } else {
16674        p = new((void*) gvp) TGSpeedo((TGWindow*) G__int(libp->para[0]), (int) G__int(libp->para[1]));
16675      }
16676      break;
16677    case 1:
16678      //m: 1
16679      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16680        p = new TGSpeedo((TGWindow*) G__int(libp->para[0]));
16681      } else {
16682        p = new((void*) gvp) TGSpeedo((TGWindow*) G__int(libp->para[0]));
16683      }
16684      break;
16685    case 0:
16686      int n = G__getaryconstruct();
16687      if (n) {
16688        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16689          p = new TGSpeedo[n];
16690        } else {
16691          p = new((void*) gvp) TGSpeedo[n];
16692        }
16693      } else {
16694        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16695          p = new TGSpeedo;
16696        } else {
16697          p = new((void*) gvp) TGSpeedo;
16698        }
16699      }
16700      break;
16701    }
16702    result7->obj.i = (long) p;
16703    result7->ref = (long) p;
16704    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo));
16705    return(1 || funcname || hash || result7 || libp) ;
16706 }
16707 
16708 static int G__G__Gui3_375_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16709 {
16710    TGSpeedo* p = NULL;
16711    char* gvp = (char*) G__getgvp();
16712    switch (libp->paran) {
16713    case 8:
16714      //m: 8
16715      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16716        p = new TGSpeedo(
16717 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16718 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3])
16719 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
16720 , (const char*) G__int(libp->para[6]), (int) G__int(libp->para[7]));
16721      } else {
16722        p = new((void*) gvp) TGSpeedo(
16723 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16724 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3])
16725 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
16726 , (const char*) G__int(libp->para[6]), (int) G__int(libp->para[7]));
16727      }
16728      break;
16729    case 7:
16730      //m: 7
16731      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16732        p = new TGSpeedo(
16733 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16734 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3])
16735 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
16736 , (const char*) G__int(libp->para[6]));
16737      } else {
16738        p = new((void*) gvp) TGSpeedo(
16739 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16740 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3])
16741 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5])
16742 , (const char*) G__int(libp->para[6]));
16743      }
16744      break;
16745    case 6:
16746      //m: 6
16747      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16748        p = new TGSpeedo(
16749 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16750 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3])
16751 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
16752      } else {
16753        p = new((void*) gvp) TGSpeedo(
16754 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16755 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3])
16756 , (const char*) G__int(libp->para[4]), (const char*) G__int(libp->para[5]));
16757      }
16758      break;
16759    case 5:
16760      //m: 5
16761      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16762        p = new TGSpeedo(
16763 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16764 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3])
16765 , (const char*) G__int(libp->para[4]));
16766      } else {
16767        p = new((void*) gvp) TGSpeedo(
16768 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16769 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3])
16770 , (const char*) G__int(libp->para[4]));
16771      }
16772      break;
16773    case 4:
16774      //m: 4
16775      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16776        p = new TGSpeedo(
16777 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16778 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3]));
16779      } else {
16780        p = new((void*) gvp) TGSpeedo(
16781 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16782 , (Float_t) G__double(libp->para[2]), (const char*) G__int(libp->para[3]));
16783      }
16784      break;
16785    case 3:
16786      //m: 3
16787      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
16788        p = new TGSpeedo(
16789 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16790 , (Float_t) G__double(libp->para[2]));
16791      } else {
16792        p = new((void*) gvp) TGSpeedo(
16793 (TGWindow*) G__int(libp->para[0]), (Float_t) G__double(libp->para[1])
16794 , (Float_t) G__double(libp->para[2]));
16795      }
16796      break;
16797    }
16798    result7->obj.i = (long) p;
16799    result7->ref = (long) p;
16800    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo));
16801    return(1 || funcname || hash || result7 || libp) ;
16802 }
16803 
16804 static int G__G__Gui3_375_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16805 {
16806       G__letint(result7, 85, (long) ((const TGSpeedo*) G__getstructoffset())->GetPicture());
16807    return(1 || funcname || hash || result7 || libp) ;
16808 }
16809 
16810 static int G__G__Gui3_375_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16811 {
16812       G__letint(result7, 85, (long) ((const TGSpeedo*) G__getstructoffset())->GetImage());
16813    return(1 || funcname || hash || result7 || libp) ;
16814 }
16815 
16816 static int G__G__Gui3_375_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16817 {
16818       G__letdouble(result7, 102, (double) ((const TGSpeedo*) G__getstructoffset())->GetPeakVal());
16819    return(1 || funcname || hash || result7 || libp) ;
16820 }
16821 
16822 static int G__G__Gui3_375_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16823 {
16824       G__letdouble(result7, 102, (double) ((const TGSpeedo*) G__getstructoffset())->GetScaleMin());
16825    return(1 || funcname || hash || result7 || libp) ;
16826 }
16827 
16828 static int G__G__Gui3_375_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16829 {
16830       G__letdouble(result7, 102, (double) ((const TGSpeedo*) G__getstructoffset())->GetScaleMax());
16831    return(1 || funcname || hash || result7 || libp) ;
16832 }
16833 
16834 static int G__G__Gui3_375_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16835 {
16836       G__letint(result7, 103, (long) ((TGSpeedo*) G__getstructoffset())->IsThresholdActive());
16837    return(1 || funcname || hash || result7 || libp) ;
16838 }
16839 
16840 static int G__G__Gui3_375_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16841 {
16842       ((TGSpeedo*) G__getstructoffset())->Build();
16843       G__setnull(result7);
16844    return(1 || funcname || hash || result7 || libp) ;
16845 }
16846 
16847 static int G__G__Gui3_375_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16848 {
16849    switch (libp->paran) {
16850    case 1:
16851       ((TGSpeedo*) G__getstructoffset())->Glow((TGSpeedo::EGlowColor) G__int(libp->para[0]));
16852       G__setnull(result7);
16853       break;
16854    case 0:
16855       ((TGSpeedo*) G__getstructoffset())->Glow();
16856       G__setnull(result7);
16857       break;
16858    }
16859    return(1 || funcname || hash || result7 || libp) ;
16860 }
16861 
16862 static int G__G__Gui3_375_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16863 {
16864       ((TGSpeedo*) G__getstructoffset())->StepScale((Float_t) G__double(libp->para[0]));
16865       G__setnull(result7);
16866    return(1 || funcname || hash || result7 || libp) ;
16867 }
16868 
16869 static int G__G__Gui3_375_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16870 {
16871       ((TGSpeedo*) G__getstructoffset())->SetScaleValue((Float_t) G__double(libp->para[0]));
16872       G__setnull(result7);
16873    return(1 || funcname || hash || result7 || libp) ;
16874 }
16875 
16876 static int G__G__Gui3_375_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16877 {
16878       ((TGSpeedo*) G__getstructoffset())->SetScaleValue((Float_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1]));
16879       G__setnull(result7);
16880    return(1 || funcname || hash || result7 || libp) ;
16881 }
16882 
16883 static int G__G__Gui3_375_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16884 {
16885       ((TGSpeedo*) G__getstructoffset())->SetOdoValue((Int_t) G__int(libp->para[0]));
16886       G__setnull(result7);
16887    return(1 || funcname || hash || result7 || libp) ;
16888 }
16889 
16890 static int G__G__Gui3_375_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16891 {
16892    switch (libp->paran) {
16893    case 2:
16894       ((TGSpeedo*) G__getstructoffset())->SetDisplayText((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16895       G__setnull(result7);
16896       break;
16897    case 1:
16898       ((TGSpeedo*) G__getstructoffset())->SetDisplayText((const char*) G__int(libp->para[0]));
16899       G__setnull(result7);
16900       break;
16901    }
16902    return(1 || funcname || hash || result7 || libp) ;
16903 }
16904 
16905 static int G__G__Gui3_375_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16906 {
16907    switch (libp->paran) {
16908    case 2:
16909       ((TGSpeedo*) G__getstructoffset())->SetLabelText((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
16910       G__setnull(result7);
16911       break;
16912    case 1:
16913       ((TGSpeedo*) G__getstructoffset())->SetLabelText((const char*) G__int(libp->para[0]));
16914       G__setnull(result7);
16915       break;
16916    }
16917    return(1 || funcname || hash || result7 || libp) ;
16918 }
16919 
16920 static int G__G__Gui3_375_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16921 {
16922       ((TGSpeedo*) G__getstructoffset())->SetMinMaxScale((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
16923       G__setnull(result7);
16924    return(1 || funcname || hash || result7 || libp) ;
16925 }
16926 
16927 static int G__G__Gui3_375_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16928 {
16929    switch (libp->paran) {
16930    case 3:
16931       ((TGSpeedo*) G__getstructoffset())->SetThresholds((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1])
16932 , (Float_t) G__double(libp->para[2]));
16933       G__setnull(result7);
16934       break;
16935    case 2:
16936       ((TGSpeedo*) G__getstructoffset())->SetThresholds((Float_t) G__double(libp->para[0]), (Float_t) G__double(libp->para[1]));
16937       G__setnull(result7);
16938       break;
16939    case 1:
16940       ((TGSpeedo*) G__getstructoffset())->SetThresholds((Float_t) G__double(libp->para[0]));
16941       G__setnull(result7);
16942       break;
16943    case 0:
16944       ((TGSpeedo*) G__getstructoffset())->SetThresholds();
16945       G__setnull(result7);
16946       break;
16947    }
16948    return(1 || funcname || hash || result7 || libp) ;
16949 }
16950 
16951 static int G__G__Gui3_375_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16952 {
16953       ((TGSpeedo*) G__getstructoffset())->SetThresholdColors((TGSpeedo::EGlowColor) G__int(libp->para[0]), (TGSpeedo::EGlowColor) G__int(libp->para[1])
16954 , (TGSpeedo::EGlowColor) G__int(libp->para[2]));
16955       G__setnull(result7);
16956    return(1 || funcname || hash || result7 || libp) ;
16957 }
16958 
16959 static int G__G__Gui3_375_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16960 {
16961       ((TGSpeedo*) G__getstructoffset())->EnableThreshold();
16962       G__setnull(result7);
16963    return(1 || funcname || hash || result7 || libp) ;
16964 }
16965 
16966 static int G__G__Gui3_375_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16967 {
16968       ((TGSpeedo*) G__getstructoffset())->DisableThreshold();
16969       G__setnull(result7);
16970    return(1 || funcname || hash || result7 || libp) ;
16971 }
16972 
16973 static int G__G__Gui3_375_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16974 {
16975       ((TGSpeedo*) G__getstructoffset())->EnablePeakMark();
16976       G__setnull(result7);
16977    return(1 || funcname || hash || result7 || libp) ;
16978 }
16979 
16980 static int G__G__Gui3_375_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16981 {
16982       ((TGSpeedo*) G__getstructoffset())->DisablePeakMark();
16983       G__setnull(result7);
16984    return(1 || funcname || hash || result7 || libp) ;
16985 }
16986 
16987 static int G__G__Gui3_375_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16988 {
16989       ((TGSpeedo*) G__getstructoffset())->EnableMeanMark();
16990       G__setnull(result7);
16991    return(1 || funcname || hash || result7 || libp) ;
16992 }
16993 
16994 static int G__G__Gui3_375_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
16995 {
16996       ((TGSpeedo*) G__getstructoffset())->DisableMeanMark();
16997       G__setnull(result7);
16998    return(1 || funcname || hash || result7 || libp) ;
16999 }
17000 
17001 static int G__G__Gui3_375_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17002 {
17003       ((TGSpeedo*) G__getstructoffset())->ResetPeakVal();
17004       G__setnull(result7);
17005    return(1 || funcname || hash || result7 || libp) ;
17006 }
17007 
17008 static int G__G__Gui3_375_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17009 {
17010       ((TGSpeedo*) G__getstructoffset())->SetMeanValue((Float_t) G__double(libp->para[0]));
17011       G__setnull(result7);
17012    return(1 || funcname || hash || result7 || libp) ;
17013 }
17014 
17015 static int G__G__Gui3_375_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17016 {
17017       ((TGSpeedo*) G__getstructoffset())->OdoClicked();
17018       G__setnull(result7);
17019    return(1 || funcname || hash || result7 || libp) ;
17020 }
17021 
17022 static int G__G__Gui3_375_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17023 {
17024       ((TGSpeedo*) G__getstructoffset())->LedClicked();
17025       G__setnull(result7);
17026    return(1 || funcname || hash || result7 || libp) ;
17027 }
17028 
17029 static int G__G__Gui3_375_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17030 {
17031       G__letint(result7, 85, (long) TGSpeedo::Class());
17032    return(1 || funcname || hash || result7 || libp) ;
17033 }
17034 
17035 static int G__G__Gui3_375_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17036 {
17037       G__letint(result7, 67, (long) TGSpeedo::Class_Name());
17038    return(1 || funcname || hash || result7 || libp) ;
17039 }
17040 
17041 static int G__G__Gui3_375_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17042 {
17043       G__letint(result7, 115, (long) TGSpeedo::Class_Version());
17044    return(1 || funcname || hash || result7 || libp) ;
17045 }
17046 
17047 static int G__G__Gui3_375_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17048 {
17049       TGSpeedo::Dictionary();
17050       G__setnull(result7);
17051    return(1 || funcname || hash || result7 || libp) ;
17052 }
17053 
17054 static int G__G__Gui3_375_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17055 {
17056       ((TGSpeedo*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17057       G__setnull(result7);
17058    return(1 || funcname || hash || result7 || libp) ;
17059 }
17060 
17061 static int G__G__Gui3_375_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17062 {
17063       G__letint(result7, 67, (long) TGSpeedo::DeclFileName());
17064    return(1 || funcname || hash || result7 || libp) ;
17065 }
17066 
17067 static int G__G__Gui3_375_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17068 {
17069       G__letint(result7, 105, (long) TGSpeedo::ImplFileLine());
17070    return(1 || funcname || hash || result7 || libp) ;
17071 }
17072 
17073 static int G__G__Gui3_375_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17074 {
17075       G__letint(result7, 67, (long) TGSpeedo::ImplFileName());
17076    return(1 || funcname || hash || result7 || libp) ;
17077 }
17078 
17079 static int G__G__Gui3_375_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17080 {
17081       G__letint(result7, 105, (long) TGSpeedo::DeclFileLine());
17082    return(1 || funcname || hash || result7 || libp) ;
17083 }
17084 
17085 // automatic destructor
17086 typedef TGSpeedo G__TTGSpeedo;
17087 static int G__G__Gui3_375_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17088 {
17089    char* gvp = (char*) G__getgvp();
17090    long soff = G__getstructoffset();
17091    int n = G__getaryconstruct();
17092    //
17093    //has_a_delete: 1
17094    //has_own_delete1arg: 0
17095    //has_own_delete2arg: 0
17096    //
17097    if (!soff) {
17098      return(1);
17099    }
17100    if (n) {
17101      if (gvp == (char*)G__PVOID) {
17102        delete[] (TGSpeedo*) soff;
17103      } else {
17104        G__setgvp((long) G__PVOID);
17105        for (int i = n - 1; i >= 0; --i) {
17106          ((TGSpeedo*) (soff+(sizeof(TGSpeedo)*i)))->~G__TTGSpeedo();
17107        }
17108        G__setgvp((long)gvp);
17109      }
17110    } else {
17111      if (gvp == (char*)G__PVOID) {
17112        delete (TGSpeedo*) soff;
17113      } else {
17114        G__setgvp((long) G__PVOID);
17115        ((TGSpeedo*) (soff))->~G__TTGSpeedo();
17116        G__setgvp((long)gvp);
17117      }
17118    }
17119    G__setnull(result7);
17120    return(1 || funcname || hash || result7 || libp) ;
17121 }
17122 
17123 
17124 /* TGDragWindow */
17125 static int G__G__Gui3_377_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17126 {
17127    TGDragWindow* p = NULL;
17128    char* gvp = (char*) G__getgvp();
17129    switch (libp->paran) {
17130    case 5:
17131      //m: 5
17132      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17133        p = new TGDragWindow(
17134 (TGWindow*) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1])
17135 , (Pixmap_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17136 , (Pixel_t) G__int(libp->para[4]));
17137      } else {
17138        p = new((void*) gvp) TGDragWindow(
17139 (TGWindow*) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1])
17140 , (Pixmap_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17141 , (Pixel_t) G__int(libp->para[4]));
17142      }
17143      break;
17144    case 4:
17145      //m: 4
17146      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17147        p = new TGDragWindow(
17148 (TGWindow*) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1])
17149 , (Pixmap_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
17150      } else {
17151        p = new((void*) gvp) TGDragWindow(
17152 (TGWindow*) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1])
17153 , (Pixmap_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
17154      }
17155      break;
17156    case 3:
17157      //m: 3
17158      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17159        p = new TGDragWindow(
17160 (TGWindow*) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1])
17161 , (Pixmap_t) G__int(libp->para[2]));
17162      } else {
17163        p = new((void*) gvp) TGDragWindow(
17164 (TGWindow*) G__int(libp->para[0]), (Pixmap_t) G__int(libp->para[1])
17165 , (Pixmap_t) G__int(libp->para[2]));
17166      }
17167      break;
17168    }
17169    result7->obj.i = (long) p;
17170    result7->ref = (long) p;
17171    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow));
17172    return(1 || funcname || hash || result7 || libp) ;
17173 }
17174 
17175 static int G__G__Gui3_377_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17176 {
17177       G__letint(result7, 107, (long) ((const TGDragWindow*) G__getstructoffset())->GetInputId());
17178    return(1 || funcname || hash || result7 || libp) ;
17179 }
17180 
17181 static int G__G__Gui3_377_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17182 {
17183       G__letint(result7, 103, (long) ((const TGDragWindow*) G__getstructoffset())->HasWindow((Window_t) G__int(libp->para[0])));
17184    return(1 || funcname || hash || result7 || libp) ;
17185 }
17186 
17187 static int G__G__Gui3_377_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17188 {
17189       G__letint(result7, 85, (long) TGDragWindow::Class());
17190    return(1 || funcname || hash || result7 || libp) ;
17191 }
17192 
17193 static int G__G__Gui3_377_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17194 {
17195       G__letint(result7, 67, (long) TGDragWindow::Class_Name());
17196    return(1 || funcname || hash || result7 || libp) ;
17197 }
17198 
17199 static int G__G__Gui3_377_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17200 {
17201       G__letint(result7, 115, (long) TGDragWindow::Class_Version());
17202    return(1 || funcname || hash || result7 || libp) ;
17203 }
17204 
17205 static int G__G__Gui3_377_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17206 {
17207       TGDragWindow::Dictionary();
17208       G__setnull(result7);
17209    return(1 || funcname || hash || result7 || libp) ;
17210 }
17211 
17212 static int G__G__Gui3_377_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17213 {
17214       ((TGDragWindow*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17215       G__setnull(result7);
17216    return(1 || funcname || hash || result7 || libp) ;
17217 }
17218 
17219 static int G__G__Gui3_377_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17220 {
17221       G__letint(result7, 67, (long) TGDragWindow::DeclFileName());
17222    return(1 || funcname || hash || result7 || libp) ;
17223 }
17224 
17225 static int G__G__Gui3_377_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17226 {
17227       G__letint(result7, 105, (long) TGDragWindow::ImplFileLine());
17228    return(1 || funcname || hash || result7 || libp) ;
17229 }
17230 
17231 static int G__G__Gui3_377_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17232 {
17233       G__letint(result7, 67, (long) TGDragWindow::ImplFileName());
17234    return(1 || funcname || hash || result7 || libp) ;
17235 }
17236 
17237 static int G__G__Gui3_377_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17238 {
17239       G__letint(result7, 105, (long) TGDragWindow::DeclFileLine());
17240    return(1 || funcname || hash || result7 || libp) ;
17241 }
17242 
17243 // automatic destructor
17244 typedef TGDragWindow G__TTGDragWindow;
17245 static int G__G__Gui3_377_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17246 {
17247    char* gvp = (char*) G__getgvp();
17248    long soff = G__getstructoffset();
17249    int n = G__getaryconstruct();
17250    //
17251    //has_a_delete: 1
17252    //has_own_delete1arg: 0
17253    //has_own_delete2arg: 0
17254    //
17255    if (!soff) {
17256      return(1);
17257    }
17258    if (n) {
17259      if (gvp == (char*)G__PVOID) {
17260        delete[] (TGDragWindow*) soff;
17261      } else {
17262        G__setgvp((long) G__PVOID);
17263        for (int i = n - 1; i >= 0; --i) {
17264          ((TGDragWindow*) (soff+(sizeof(TGDragWindow)*i)))->~G__TTGDragWindow();
17265        }
17266        G__setgvp((long)gvp);
17267      }
17268    } else {
17269      if (gvp == (char*)G__PVOID) {
17270        delete (TGDragWindow*) soff;
17271      } else {
17272        G__setgvp((long) G__PVOID);
17273        ((TGDragWindow*) (soff))->~G__TTGDragWindow();
17274        G__setgvp((long)gvp);
17275      }
17276    }
17277    G__setnull(result7);
17278    return(1 || funcname || hash || result7 || libp) ;
17279 }
17280 
17281 
17282 /* TGTable */
17283 static int G__G__Gui3_378_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17284 {
17285    TGTable* p = NULL;
17286    char* gvp = (char*) G__getgvp();
17287    switch (libp->paran) {
17288    case 5:
17289      //m: 5
17290      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17291        p = new TGTable(
17292 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17293 , (TVirtualTableInterface*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17294 , (UInt_t) G__int(libp->para[4]));
17295      } else {
17296        p = new((void*) gvp) TGTable(
17297 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17298 , (TVirtualTableInterface*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17299 , (UInt_t) G__int(libp->para[4]));
17300      }
17301      break;
17302    case 4:
17303      //m: 4
17304      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17305        p = new TGTable(
17306 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17307 , (TVirtualTableInterface*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
17308      } else {
17309        p = new((void*) gvp) TGTable(
17310 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17311 , (TVirtualTableInterface*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
17312      }
17313      break;
17314    case 3:
17315      //m: 3
17316      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17317        p = new TGTable(
17318 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17319 , (TVirtualTableInterface*) G__int(libp->para[2]));
17320      } else {
17321        p = new((void*) gvp) TGTable(
17322 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17323 , (TVirtualTableInterface*) G__int(libp->para[2]));
17324      }
17325      break;
17326    case 2:
17327      //m: 2
17328      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17329        p = new TGTable((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
17330      } else {
17331        p = new((void*) gvp) TGTable((TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
17332      }
17333      break;
17334    case 1:
17335      //m: 1
17336      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17337        p = new TGTable((TGWindow*) G__int(libp->para[0]));
17338      } else {
17339        p = new((void*) gvp) TGTable((TGWindow*) G__int(libp->para[0]));
17340      }
17341      break;
17342    case 0:
17343      int n = G__getaryconstruct();
17344      if (n) {
17345        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17346          p = new TGTable[n];
17347        } else {
17348          p = new((void*) gvp) TGTable[n];
17349        }
17350      } else {
17351        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17352          p = new TGTable;
17353        } else {
17354          p = new((void*) gvp) TGTable;
17355        }
17356      }
17357      break;
17358    }
17359    result7->obj.i = (long) p;
17360    result7->ref = (long) p;
17361    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTable));
17362    return(1 || funcname || hash || result7 || libp) ;
17363 }
17364 
17365 static int G__G__Gui3_378_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17366 {
17367       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetRow((UInt_t) G__int(libp->para[0])));
17368    return(1 || funcname || hash || result7 || libp) ;
17369 }
17370 
17371 static int G__G__Gui3_378_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17372 {
17373       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetColumn((UInt_t) G__int(libp->para[0])));
17374    return(1 || funcname || hash || result7 || libp) ;
17375 }
17376 
17377 static int G__G__Gui3_378_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17378 {
17379       G__letint(result7, 85, (long) ((const TGTable*) G__getstructoffset())->GetCell((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
17380    return(1 || funcname || hash || result7 || libp) ;
17381 }
17382 
17383 static int G__G__Gui3_378_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17384 {
17385       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetCell((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
17386    return(1 || funcname || hash || result7 || libp) ;
17387 }
17388 
17389 static int G__G__Gui3_378_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17390 {
17391       G__letint(result7, 85, (long) ((const TGTable*) G__getstructoffset())->FindCell(*((TGString*) G__int(libp->para[0]))));
17392    return(1 || funcname || hash || result7 || libp) ;
17393 }
17394 
17395 static int G__G__Gui3_378_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17396 {
17397       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->FindCell(*((TGString*) G__int(libp->para[0]))));
17398    return(1 || funcname || hash || result7 || libp) ;
17399 }
17400 
17401 static int G__G__Gui3_378_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17402 {
17403       ((TGTable*) G__getstructoffset())->Show();
17404       G__setnull(result7);
17405    return(1 || funcname || hash || result7 || libp) ;
17406 }
17407 
17408 static int G__G__Gui3_378_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17409 {
17410       ((TGTable*) G__getstructoffset())->UpdateView();
17411       G__setnull(result7);
17412    return(1 || funcname || hash || result7 || libp) ;
17413 }
17414 
17415 static int G__G__Gui3_378_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17416 {
17417       G__letint(result7, 104, (long) ((const TGTable*) G__getstructoffset())->GetNTableRows());
17418    return(1 || funcname || hash || result7 || libp) ;
17419 }
17420 
17421 static int G__G__Gui3_378_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17422 {
17423       G__letint(result7, 104, (long) ((const TGTable*) G__getstructoffset())->GetNDataRows());
17424    return(1 || funcname || hash || result7 || libp) ;
17425 }
17426 
17427 static int G__G__Gui3_378_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17428 {
17429       G__letint(result7, 104, (long) ((const TGTable*) G__getstructoffset())->GetNTableColumns());
17430    return(1 || funcname || hash || result7 || libp) ;
17431 }
17432 
17433 static int G__G__Gui3_378_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17434 {
17435       G__letint(result7, 104, (long) ((const TGTable*) G__getstructoffset())->GetNDataColumns());
17436    return(1 || funcname || hash || result7 || libp) ;
17437 }
17438 
17439 static int G__G__Gui3_378_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17440 {
17441       G__letint(result7, 104, (long) ((const TGTable*) G__getstructoffset())->GetNTableCells());
17442    return(1 || funcname || hash || result7 || libp) ;
17443 }
17444 
17445 static int G__G__Gui3_378_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17446 {
17447       G__letint(result7, 104, (long) ((const TGTable*) G__getstructoffset())->GetNDataCells());
17448    return(1 || funcname || hash || result7 || libp) ;
17449 }
17450 
17451 static int G__G__Gui3_378_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17452 {
17453       G__letint(result7, 85, (long) ((const TGTable*) G__getstructoffset())->GetCurrentRange());
17454    return(1 || funcname || hash || result7 || libp) ;
17455 }
17456 
17457 static int G__G__Gui3_378_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17458 {
17459       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetInterface());
17460    return(1 || funcname || hash || result7 || libp) ;
17461 }
17462 
17463 static int G__G__Gui3_378_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17464 {
17465       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetCanvas());
17466    return(1 || funcname || hash || result7 || libp) ;
17467 }
17468 
17469 static int G__G__Gui3_378_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17470 {
17471       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetRHdrFrame());
17472    return(1 || funcname || hash || result7 || libp) ;
17473 }
17474 
17475 static int G__G__Gui3_378_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17476 {
17477       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetCHdrFrame());
17478    return(1 || funcname || hash || result7 || libp) ;
17479 }
17480 
17481 static int G__G__Gui3_378_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17482 {
17483       G__letint(result7, 85, (long) ((const TGTable*) G__getstructoffset())->GetRowHeader((const UInt_t) G__int(libp->para[0])));
17484    return(1 || funcname || hash || result7 || libp) ;
17485 }
17486 
17487 static int G__G__Gui3_378_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17488 {
17489       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetRowHeader((const UInt_t) G__int(libp->para[0])));
17490    return(1 || funcname || hash || result7 || libp) ;
17491 }
17492 
17493 static int G__G__Gui3_378_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17494 {
17495       G__letint(result7, 85, (long) ((const TGTable*) G__getstructoffset())->GetColumnHeader((const UInt_t) G__int(libp->para[0])));
17496    return(1 || funcname || hash || result7 || libp) ;
17497 }
17498 
17499 static int G__G__Gui3_378_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17500 {
17501       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetColumnHeader((const UInt_t) G__int(libp->para[0])));
17502    return(1 || funcname || hash || result7 || libp) ;
17503 }
17504 
17505 static int G__G__Gui3_378_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17506 {
17507       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->GetTableHeader());
17508    return(1 || funcname || hash || result7 || libp) ;
17509 }
17510 
17511 static int G__G__Gui3_378_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17512 {
17513       G__letint(result7, 107, (long) ((const TGTable*) G__getstructoffset())->GetRowBackground((UInt_t) G__int(libp->para[0])));
17514    return(1 || funcname || hash || result7 || libp) ;
17515 }
17516 
17517 static int G__G__Gui3_378_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17518 {
17519       G__letint(result7, 107, (long) ((const TGTable*) G__getstructoffset())->GetHeaderBackground());
17520    return(1 || funcname || hash || result7 || libp) ;
17521 }
17522 
17523 static int G__G__Gui3_378_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17524 {
17525       ((TGTable*) G__getstructoffset())->SetOddRowBackground((Pixel_t) G__int(libp->para[0]));
17526       G__setnull(result7);
17527    return(1 || funcname || hash || result7 || libp) ;
17528 }
17529 
17530 static int G__G__Gui3_378_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17531 {
17532       ((TGTable*) G__getstructoffset())->SetEvenRowBackground((Pixel_t) G__int(libp->para[0]));
17533       G__setnull(result7);
17534    return(1 || funcname || hash || result7 || libp) ;
17535 }
17536 
17537 static int G__G__Gui3_378_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17538 {
17539       ((TGTable*) G__getstructoffset())->SetHeaderBackground((Pixel_t) G__int(libp->para[0]));
17540       G__setnull(result7);
17541    return(1 || funcname || hash || result7 || libp) ;
17542 }
17543 
17544 static int G__G__Gui3_378_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17545 {
17546       ((TGTable*) G__getstructoffset())->SetDefaultColors();
17547       G__setnull(result7);
17548    return(1 || funcname || hash || result7 || libp) ;
17549 }
17550 
17551 static int G__G__Gui3_378_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17552 {
17553       ((TGTable*) G__getstructoffset())->MoveTable((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
17554       G__setnull(result7);
17555    return(1 || funcname || hash || result7 || libp) ;
17556 }
17557 
17558 static int G__G__Gui3_378_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17559 {
17560       ((TGTable*) G__getstructoffset())->GotoTableRange((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
17561 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
17562       G__setnull(result7);
17563    return(1 || funcname || hash || result7 || libp) ;
17564 }
17565 
17566 static int G__G__Gui3_378_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17567 {
17568       G__letint(result7, 85, (long) ((TGTable*) G__getstructoffset())->operator()((UInt_t) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])));
17569    return(1 || funcname || hash || result7 || libp) ;
17570 }
17571 
17572 static int G__G__Gui3_378_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17573 {
17574       ((TGTable*) G__getstructoffset())->ScrollCHeaders((Int_t) G__int(libp->para[0]));
17575       G__setnull(result7);
17576    return(1 || funcname || hash || result7 || libp) ;
17577 }
17578 
17579 static int G__G__Gui3_378_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17580 {
17581       ((TGTable*) G__getstructoffset())->ScrollRHeaders((Int_t) G__int(libp->para[0]));
17582       G__setnull(result7);
17583    return(1 || funcname || hash || result7 || libp) ;
17584 }
17585 
17586 static int G__G__Gui3_378_0_51(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17587 {
17588       ((TGTable*) G__getstructoffset())->NextChunk();
17589       G__setnull(result7);
17590    return(1 || funcname || hash || result7 || libp) ;
17591 }
17592 
17593 static int G__G__Gui3_378_0_52(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17594 {
17595       ((TGTable*) G__getstructoffset())->PreviousChunk();
17596       G__setnull(result7);
17597    return(1 || funcname || hash || result7 || libp) ;
17598 }
17599 
17600 static int G__G__Gui3_378_0_53(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17601 {
17602       ((TGTable*) G__getstructoffset())->UserRangeChange();
17603       G__setnull(result7);
17604    return(1 || funcname || hash || result7 || libp) ;
17605 }
17606 
17607 static int G__G__Gui3_378_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17608 {
17609       ((TGTable*) G__getstructoffset())->Goto();
17610       G__setnull(result7);
17611    return(1 || funcname || hash || result7 || libp) ;
17612 }
17613 
17614 static int G__G__Gui3_378_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17615 {
17616       ((TGTable*) G__getstructoffset())->Update();
17617       G__setnull(result7);
17618    return(1 || funcname || hash || result7 || libp) ;
17619 }
17620 
17621 static int G__G__Gui3_378_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17622 {
17623       G__letint(result7, 85, (long) TGTable::Class());
17624    return(1 || funcname || hash || result7 || libp) ;
17625 }
17626 
17627 static int G__G__Gui3_378_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17628 {
17629       G__letint(result7, 67, (long) TGTable::Class_Name());
17630    return(1 || funcname || hash || result7 || libp) ;
17631 }
17632 
17633 static int G__G__Gui3_378_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17634 {
17635       G__letint(result7, 115, (long) TGTable::Class_Version());
17636    return(1 || funcname || hash || result7 || libp) ;
17637 }
17638 
17639 static int G__G__Gui3_378_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17640 {
17641       TGTable::Dictionary();
17642       G__setnull(result7);
17643    return(1 || funcname || hash || result7 || libp) ;
17644 }
17645 
17646 static int G__G__Gui3_378_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17647 {
17648       ((TGTable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
17649       G__setnull(result7);
17650    return(1 || funcname || hash || result7 || libp) ;
17651 }
17652 
17653 static int G__G__Gui3_378_0_64(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17654 {
17655       G__letint(result7, 67, (long) TGTable::DeclFileName());
17656    return(1 || funcname || hash || result7 || libp) ;
17657 }
17658 
17659 static int G__G__Gui3_378_0_65(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17660 {
17661       G__letint(result7, 105, (long) TGTable::ImplFileLine());
17662    return(1 || funcname || hash || result7 || libp) ;
17663 }
17664 
17665 static int G__G__Gui3_378_0_66(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17666 {
17667       G__letint(result7, 67, (long) TGTable::ImplFileName());
17668    return(1 || funcname || hash || result7 || libp) ;
17669 }
17670 
17671 static int G__G__Gui3_378_0_67(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17672 {
17673       G__letint(result7, 105, (long) TGTable::DeclFileLine());
17674    return(1 || funcname || hash || result7 || libp) ;
17675 }
17676 
17677 // automatic destructor
17678 typedef TGTable G__TTGTable;
17679 static int G__G__Gui3_378_0_68(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17680 {
17681    char* gvp = (char*) G__getgvp();
17682    long soff = G__getstructoffset();
17683    int n = G__getaryconstruct();
17684    //
17685    //has_a_delete: 1
17686    //has_own_delete1arg: 0
17687    //has_own_delete2arg: 0
17688    //
17689    if (!soff) {
17690      return(1);
17691    }
17692    if (n) {
17693      if (gvp == (char*)G__PVOID) {
17694        delete[] (TGTable*) soff;
17695      } else {
17696        G__setgvp((long) G__PVOID);
17697        for (int i = n - 1; i >= 0; --i) {
17698          ((TGTable*) (soff+(sizeof(TGTable)*i)))->~G__TTGTable();
17699        }
17700        G__setgvp((long)gvp);
17701      }
17702    } else {
17703      if (gvp == (char*)G__PVOID) {
17704        delete (TGTable*) soff;
17705      } else {
17706        G__setgvp((long) G__PVOID);
17707        ((TGTable*) (soff))->~G__TTGTable();
17708        G__setgvp((long)gvp);
17709      }
17710    }
17711    G__setnull(result7);
17712    return(1 || funcname || hash || result7 || libp) ;
17713 }
17714 
17715 
17716 /* TGTableCell */
17717 static int G__G__Gui3_380_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17718 {
17719       G__letint(result7, 107, (long) TGTableCell::GetDefaultFontStruct());
17720    return(1 || funcname || hash || result7 || libp) ;
17721 }
17722 
17723 static int G__G__Gui3_380_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17724 {
17725       {
17726          const TGGC& obj = TGTableCell::GetDefaultGC();
17727          result7->ref = (long) (&obj);
17728          result7->obj.i = (long) (&obj);
17729       }
17730    return(1 || funcname || hash || result7 || libp) ;
17731 }
17732 
17733 static int G__G__Gui3_380_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17734 {
17735    TGTableCell* p = NULL;
17736    char* gvp = (char*) G__getgvp();
17737    switch (libp->paran) {
17738    case 11:
17739      //m: 11
17740      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17741        p = new TGTableCell(
17742 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17743 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17744 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17745 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17746 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9])
17747 , (Bool_t) G__int(libp->para[10]));
17748      } else {
17749        p = new((void*) gvp) TGTableCell(
17750 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17751 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17752 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17753 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17754 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9])
17755 , (Bool_t) G__int(libp->para[10]));
17756      }
17757      break;
17758    case 10:
17759      //m: 10
17760      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17761        p = new TGTableCell(
17762 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17763 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17764 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17765 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17766 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9]));
17767      } else {
17768        p = new((void*) gvp) TGTableCell(
17769 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17770 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17771 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17772 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17773 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9]));
17774      }
17775      break;
17776    case 9:
17777      //m: 9
17778      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17779        p = new TGTableCell(
17780 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17781 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17782 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17783 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17784 , (FontStruct_t) G__int(libp->para[8]));
17785      } else {
17786        p = new((void*) gvp) TGTableCell(
17787 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17788 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17789 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17790 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17791 , (FontStruct_t) G__int(libp->para[8]));
17792      }
17793      break;
17794    case 8:
17795      //m: 8
17796      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17797        p = new TGTableCell(
17798 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17799 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17800 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17801 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7]));
17802      } else {
17803        p = new((void*) gvp) TGTableCell(
17804 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17805 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17806 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17807 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7]));
17808      }
17809      break;
17810    case 7:
17811      //m: 7
17812      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17813        p = new TGTableCell(
17814 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17815 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17816 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17817 , (UInt_t) G__int(libp->para[6]));
17818      } else {
17819        p = new((void*) gvp) TGTableCell(
17820 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17821 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17822 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17823 , (UInt_t) G__int(libp->para[6]));
17824      }
17825      break;
17826    case 6:
17827      //m: 6
17828      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17829        p = new TGTableCell(
17830 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17831 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17832 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
17833      } else {
17834        p = new((void*) gvp) TGTableCell(
17835 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17836 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17837 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
17838      }
17839      break;
17840    case 5:
17841      //m: 5
17842      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17843        p = new TGTableCell(
17844 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17845 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17846 , (UInt_t) G__int(libp->para[4]));
17847      } else {
17848        p = new((void*) gvp) TGTableCell(
17849 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17850 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17851 , (UInt_t) G__int(libp->para[4]));
17852      }
17853      break;
17854    case 4:
17855      //m: 4
17856      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17857        p = new TGTableCell(
17858 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17859 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
17860      } else {
17861        p = new((void*) gvp) TGTableCell(
17862 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17863 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
17864      }
17865      break;
17866    case 3:
17867      //m: 3
17868      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17869        p = new TGTableCell(
17870 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17871 , (TGString*) G__int(libp->para[2]));
17872      } else {
17873        p = new((void*) gvp) TGTableCell(
17874 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17875 , (TGString*) G__int(libp->para[2]));
17876      }
17877      break;
17878    case 2:
17879      //m: 2
17880      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17881        p = new TGTableCell((TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1]));
17882      } else {
17883        p = new((void*) gvp) TGTableCell((TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1]));
17884      }
17885      break;
17886    case 1:
17887      //m: 1
17888      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17889        p = new TGTableCell((TGWindow*) G__int(libp->para[0]));
17890      } else {
17891        p = new((void*) gvp) TGTableCell((TGWindow*) G__int(libp->para[0]));
17892      }
17893      break;
17894    case 0:
17895      int n = G__getaryconstruct();
17896      if (n) {
17897        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17898          p = new TGTableCell[n];
17899        } else {
17900          p = new((void*) gvp) TGTableCell[n];
17901        }
17902      } else {
17903        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17904          p = new TGTableCell;
17905        } else {
17906          p = new((void*) gvp) TGTableCell;
17907        }
17908      }
17909      break;
17910    }
17911    result7->obj.i = (long) p;
17912    result7->ref = (long) p;
17913    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell));
17914    return(1 || funcname || hash || result7 || libp) ;
17915 }
17916 
17917 static int G__G__Gui3_380_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
17918 {
17919    TGTableCell* p = NULL;
17920    char* gvp = (char*) G__getgvp();
17921    switch (libp->paran) {
17922    case 11:
17923      //m: 11
17924      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17925        p = new TGTableCell(
17926 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17927 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17928 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17929 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17930 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9])
17931 , (Bool_t) G__int(libp->para[10]));
17932      } else {
17933        p = new((void*) gvp) TGTableCell(
17934 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17935 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17936 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17937 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17938 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9])
17939 , (Bool_t) G__int(libp->para[10]));
17940      }
17941      break;
17942    case 10:
17943      //m: 10
17944      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17945        p = new TGTableCell(
17946 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17947 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17948 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17949 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17950 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9]));
17951      } else {
17952        p = new((void*) gvp) TGTableCell(
17953 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17954 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17955 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17956 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17957 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9]));
17958      }
17959      break;
17960    case 9:
17961      //m: 9
17962      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17963        p = new TGTableCell(
17964 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17965 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17966 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17967 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17968 , (FontStruct_t) G__int(libp->para[8]));
17969      } else {
17970        p = new((void*) gvp) TGTableCell(
17971 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17972 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17973 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17974 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
17975 , (FontStruct_t) G__int(libp->para[8]));
17976      }
17977      break;
17978    case 8:
17979      //m: 8
17980      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17981        p = new TGTableCell(
17982 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17983 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17984 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17985 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7]));
17986      } else {
17987        p = new((void*) gvp) TGTableCell(
17988 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17989 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
17990 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
17991 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7]));
17992      }
17993      break;
17994    case 7:
17995      //m: 7
17996      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
17997        p = new TGTableCell(
17998 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
17999 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18000 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18001 , (UInt_t) G__int(libp->para[6]));
18002      } else {
18003        p = new((void*) gvp) TGTableCell(
18004 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18005 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18006 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18007 , (UInt_t) G__int(libp->para[6]));
18008      }
18009      break;
18010    case 6:
18011      //m: 6
18012      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18013        p = new TGTableCell(
18014 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18015 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18016 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
18017      } else {
18018        p = new((void*) gvp) TGTableCell(
18019 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18020 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18021 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
18022      }
18023      break;
18024    case 5:
18025      //m: 5
18026      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18027        p = new TGTableCell(
18028 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18029 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18030 , (UInt_t) G__int(libp->para[4]));
18031      } else {
18032        p = new((void*) gvp) TGTableCell(
18033 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18034 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18035 , (UInt_t) G__int(libp->para[4]));
18036      }
18037      break;
18038    case 4:
18039      //m: 4
18040      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18041        p = new TGTableCell(
18042 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18043 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18044      } else {
18045        p = new((void*) gvp) TGTableCell(
18046 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18047 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18048      }
18049      break;
18050    case 3:
18051      //m: 3
18052      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18053        p = new TGTableCell(
18054 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18055 , (const char*) G__int(libp->para[2]));
18056      } else {
18057        p = new((void*) gvp) TGTableCell(
18058 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18059 , (const char*) G__int(libp->para[2]));
18060      }
18061      break;
18062    }
18063    result7->obj.i = (long) p;
18064    result7->ref = (long) p;
18065    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell));
18066    return(1 || funcname || hash || result7 || libp) ;
18067 }
18068 
18069 static int G__G__Gui3_380_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18070 {
18071       ((TGTableCell*) G__getstructoffset())->SetLabel((const char*) G__int(libp->para[0]));
18072       G__setnull(result7);
18073    return(1 || funcname || hash || result7 || libp) ;
18074 }
18075 
18076 static int G__G__Gui3_380_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18077 {
18078       ((TGTableCell*) G__getstructoffset())->SetImage((TGPicture*) G__int(libp->para[0]));
18079       G__setnull(result7);
18080    return(1 || funcname || hash || result7 || libp) ;
18081 }
18082 
18083 static int G__G__Gui3_380_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18084 {
18085       ((TGTableCell*) G__getstructoffset())->SetTextJustify((Int_t) G__int(libp->para[0]));
18086       G__setnull(result7);
18087    return(1 || funcname || hash || result7 || libp) ;
18088 }
18089 
18090 static int G__G__Gui3_380_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18091 {
18092       ((TGTableCell*) G__getstructoffset())->SetFont((FontStruct_t) G__int(libp->para[0]));
18093       G__setnull(result7);
18094    return(1 || funcname || hash || result7 || libp) ;
18095 }
18096 
18097 static int G__G__Gui3_380_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18098 {
18099       ((TGTableCell*) G__getstructoffset())->SetFont((const char*) G__int(libp->para[0]));
18100       G__setnull(result7);
18101    return(1 || funcname || hash || result7 || libp) ;
18102 }
18103 
18104 static int G__G__Gui3_380_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18105 {
18106       ((TGTableCell*) G__getstructoffset())->Select();
18107       G__setnull(result7);
18108    return(1 || funcname || hash || result7 || libp) ;
18109 }
18110 
18111 static int G__G__Gui3_380_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18112 {
18113       ((TGTableCell*) G__getstructoffset())->SelectRow();
18114       G__setnull(result7);
18115    return(1 || funcname || hash || result7 || libp) ;
18116 }
18117 
18118 static int G__G__Gui3_380_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18119 {
18120       ((TGTableCell*) G__getstructoffset())->SelectColumn();
18121       G__setnull(result7);
18122    return(1 || funcname || hash || result7 || libp) ;
18123 }
18124 
18125 static int G__G__Gui3_380_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18126 {
18127       G__letint(result7, 104, (long) ((const TGTableCell*) G__getstructoffset())->GetColumn());
18128    return(1 || funcname || hash || result7 || libp) ;
18129 }
18130 
18131 static int G__G__Gui3_380_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18132 {
18133       G__letint(result7, 104, (long) ((const TGTableCell*) G__getstructoffset())->GetRow());
18134    return(1 || funcname || hash || result7 || libp) ;
18135 }
18136 
18137 static int G__G__Gui3_380_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18138 {
18139       G__letint(result7, 85, (long) ((const TGTableCell*) G__getstructoffset())->GetLabel());
18140    return(1 || funcname || hash || result7 || libp) ;
18141 }
18142 
18143 static int G__G__Gui3_380_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18144 {
18145       G__letint(result7, 85, (long) ((const TGTableCell*) G__getstructoffset())->GetImage());
18146    return(1 || funcname || hash || result7 || libp) ;
18147 }
18148 
18149 static int G__G__Gui3_380_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18150 {
18151       G__letint(result7, 105, (long) ((const TGTableCell*) G__getstructoffset())->GetTextJustify());
18152    return(1 || funcname || hash || result7 || libp) ;
18153 }
18154 
18155 static int G__G__Gui3_380_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18156 {
18157       G__letint(result7, 85, (long) TGTableCell::Class());
18158    return(1 || funcname || hash || result7 || libp) ;
18159 }
18160 
18161 static int G__G__Gui3_380_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18162 {
18163       G__letint(result7, 67, (long) TGTableCell::Class_Name());
18164    return(1 || funcname || hash || result7 || libp) ;
18165 }
18166 
18167 static int G__G__Gui3_380_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18168 {
18169       G__letint(result7, 115, (long) TGTableCell::Class_Version());
18170    return(1 || funcname || hash || result7 || libp) ;
18171 }
18172 
18173 static int G__G__Gui3_380_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18174 {
18175       TGTableCell::Dictionary();
18176       G__setnull(result7);
18177    return(1 || funcname || hash || result7 || libp) ;
18178 }
18179 
18180 static int G__G__Gui3_380_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18181 {
18182       ((TGTableCell*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18183       G__setnull(result7);
18184    return(1 || funcname || hash || result7 || libp) ;
18185 }
18186 
18187 static int G__G__Gui3_380_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18188 {
18189       G__letint(result7, 67, (long) TGTableCell::DeclFileName());
18190    return(1 || funcname || hash || result7 || libp) ;
18191 }
18192 
18193 static int G__G__Gui3_380_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18194 {
18195       G__letint(result7, 105, (long) TGTableCell::ImplFileLine());
18196    return(1 || funcname || hash || result7 || libp) ;
18197 }
18198 
18199 static int G__G__Gui3_380_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18200 {
18201       G__letint(result7, 67, (long) TGTableCell::ImplFileName());
18202    return(1 || funcname || hash || result7 || libp) ;
18203 }
18204 
18205 static int G__G__Gui3_380_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18206 {
18207       G__letint(result7, 105, (long) TGTableCell::DeclFileLine());
18208    return(1 || funcname || hash || result7 || libp) ;
18209 }
18210 
18211 // automatic destructor
18212 typedef TGTableCell G__TTGTableCell;
18213 static int G__G__Gui3_380_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18214 {
18215    char* gvp = (char*) G__getgvp();
18216    long soff = G__getstructoffset();
18217    int n = G__getaryconstruct();
18218    //
18219    //has_a_delete: 1
18220    //has_own_delete1arg: 0
18221    //has_own_delete2arg: 0
18222    //
18223    if (!soff) {
18224      return(1);
18225    }
18226    if (n) {
18227      if (gvp == (char*)G__PVOID) {
18228        delete[] (TGTableCell*) soff;
18229      } else {
18230        G__setgvp((long) G__PVOID);
18231        for (int i = n - 1; i >= 0; --i) {
18232          ((TGTableCell*) (soff+(sizeof(TGTableCell)*i)))->~G__TTGTableCell();
18233        }
18234        G__setgvp((long)gvp);
18235      }
18236    } else {
18237      if (gvp == (char*)G__PVOID) {
18238        delete (TGTableCell*) soff;
18239      } else {
18240        G__setgvp((long) G__PVOID);
18241        ((TGTableCell*) (soff))->~G__TTGTableCell();
18242        G__setgvp((long)gvp);
18243      }
18244    }
18245    G__setnull(result7);
18246    return(1 || funcname || hash || result7 || libp) ;
18247 }
18248 
18249 
18250 /* TGTableHeader */
18251 static int G__G__Gui3_382_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18252 {
18253    TGTableHeader* p = NULL;
18254    char* gvp = (char*) G__getgvp();
18255    switch (libp->paran) {
18256    case 10:
18257      //m: 10
18258      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18259        p = new TGTableHeader(
18260 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18261 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18262 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18263 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
18264 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9]));
18265      } else {
18266        p = new((void*) gvp) TGTableHeader(
18267 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18268 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18269 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18270 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
18271 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9]));
18272      }
18273      break;
18274    case 9:
18275      //m: 9
18276      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18277        p = new TGTableHeader(
18278 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18279 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18280 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18281 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
18282 , (FontStruct_t) G__int(libp->para[8]));
18283      } else {
18284        p = new((void*) gvp) TGTableHeader(
18285 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18286 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18287 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18288 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
18289 , (FontStruct_t) G__int(libp->para[8]));
18290      }
18291      break;
18292    case 8:
18293      //m: 8
18294      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18295        p = new TGTableHeader(
18296 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18297 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18298 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18299 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7]));
18300      } else {
18301        p = new((void*) gvp) TGTableHeader(
18302 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18303 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18304 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18305 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7]));
18306      }
18307      break;
18308    case 7:
18309      //m: 7
18310      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18311        p = new TGTableHeader(
18312 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18313 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18314 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18315 , (UInt_t) G__int(libp->para[6]));
18316      } else {
18317        p = new((void*) gvp) TGTableHeader(
18318 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18319 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18320 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18321 , (UInt_t) G__int(libp->para[6]));
18322      }
18323      break;
18324    case 6:
18325      //m: 6
18326      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18327        p = new TGTableHeader(
18328 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18329 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18330 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
18331      } else {
18332        p = new((void*) gvp) TGTableHeader(
18333 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18334 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18335 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
18336      }
18337      break;
18338    case 5:
18339      //m: 5
18340      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18341        p = new TGTableHeader(
18342 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18343 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18344 , (EHeaderType) G__int(libp->para[4]));
18345      } else {
18346        p = new((void*) gvp) TGTableHeader(
18347 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18348 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18349 , (EHeaderType) G__int(libp->para[4]));
18350      }
18351      break;
18352    case 4:
18353      //m: 4
18354      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18355        p = new TGTableHeader(
18356 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18357 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18358      } else {
18359        p = new((void*) gvp) TGTableHeader(
18360 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18361 , (TGString*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18362      }
18363      break;
18364    case 3:
18365      //m: 3
18366      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18367        p = new TGTableHeader(
18368 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18369 , (TGString*) G__int(libp->para[2]));
18370      } else {
18371        p = new((void*) gvp) TGTableHeader(
18372 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18373 , (TGString*) G__int(libp->para[2]));
18374      }
18375      break;
18376    case 2:
18377      //m: 2
18378      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18379        p = new TGTableHeader((TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1]));
18380      } else {
18381        p = new((void*) gvp) TGTableHeader((TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1]));
18382      }
18383      break;
18384    case 1:
18385      //m: 1
18386      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18387        p = new TGTableHeader((TGWindow*) G__int(libp->para[0]));
18388      } else {
18389        p = new((void*) gvp) TGTableHeader((TGWindow*) G__int(libp->para[0]));
18390      }
18391      break;
18392    case 0:
18393      int n = G__getaryconstruct();
18394      if (n) {
18395        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18396          p = new TGTableHeader[n];
18397        } else {
18398          p = new((void*) gvp) TGTableHeader[n];
18399        }
18400      } else {
18401        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18402          p = new TGTableHeader;
18403        } else {
18404          p = new((void*) gvp) TGTableHeader;
18405        }
18406      }
18407      break;
18408    }
18409    result7->obj.i = (long) p;
18410    result7->ref = (long) p;
18411    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader));
18412    return(1 || funcname || hash || result7 || libp) ;
18413 }
18414 
18415 static int G__G__Gui3_382_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18416 {
18417    TGTableHeader* p = NULL;
18418    char* gvp = (char*) G__getgvp();
18419    switch (libp->paran) {
18420    case 10:
18421      //m: 10
18422      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18423        p = new TGTableHeader(
18424 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18425 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18426 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18427 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
18428 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9]));
18429      } else {
18430        p = new((void*) gvp) TGTableHeader(
18431 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18432 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18433 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18434 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
18435 , (FontStruct_t) G__int(libp->para[8]), (UInt_t) G__int(libp->para[9]));
18436      }
18437      break;
18438    case 9:
18439      //m: 9
18440      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18441        p = new TGTableHeader(
18442 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18443 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18444 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18445 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
18446 , (FontStruct_t) G__int(libp->para[8]));
18447      } else {
18448        p = new((void*) gvp) TGTableHeader(
18449 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18450 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18451 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18452 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7])
18453 , (FontStruct_t) G__int(libp->para[8]));
18454      }
18455      break;
18456    case 8:
18457      //m: 8
18458      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18459        p = new TGTableHeader(
18460 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18461 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18462 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18463 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7]));
18464      } else {
18465        p = new((void*) gvp) TGTableHeader(
18466 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18467 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18468 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18469 , (UInt_t) G__int(libp->para[6]), (GContext_t) G__int(libp->para[7]));
18470      }
18471      break;
18472    case 7:
18473      //m: 7
18474      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18475        p = new TGTableHeader(
18476 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18477 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18478 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18479 , (UInt_t) G__int(libp->para[6]));
18480      } else {
18481        p = new((void*) gvp) TGTableHeader(
18482 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18483 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18484 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
18485 , (UInt_t) G__int(libp->para[6]));
18486      }
18487      break;
18488    case 6:
18489      //m: 6
18490      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18491        p = new TGTableHeader(
18492 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18493 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18494 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
18495      } else {
18496        p = new((void*) gvp) TGTableHeader(
18497 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18498 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18499 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
18500      }
18501      break;
18502    case 5:
18503      //m: 5
18504      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18505        p = new TGTableHeader(
18506 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18507 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18508 , (EHeaderType) G__int(libp->para[4]));
18509      } else {
18510        p = new((void*) gvp) TGTableHeader(
18511 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18512 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18513 , (EHeaderType) G__int(libp->para[4]));
18514      }
18515      break;
18516    case 4:
18517      //m: 4
18518      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18519        p = new TGTableHeader(
18520 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18521 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18522      } else {
18523        p = new((void*) gvp) TGTableHeader(
18524 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18525 , (const char*) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18526      }
18527      break;
18528    }
18529    result7->obj.i = (long) p;
18530    result7->ref = (long) p;
18531    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader));
18532    return(1 || funcname || hash || result7 || libp) ;
18533 }
18534 
18535 static int G__G__Gui3_382_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18536 {
18537       ((TGTableHeader*) G__getstructoffset())->SetDefaultLabel();
18538       G__setnull(result7);
18539    return(1 || funcname || hash || result7 || libp) ;
18540 }
18541 
18542 static int G__G__Gui3_382_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18543 {
18544       ((TGTableHeader*) G__getstructoffset())->SetPosition((UInt_t) G__int(libp->para[0]));
18545       G__setnull(result7);
18546    return(1 || funcname || hash || result7 || libp) ;
18547 }
18548 
18549 static int G__G__Gui3_382_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18550 {
18551    switch (libp->paran) {
18552    case 1:
18553       ((TGTableHeader*) G__getstructoffset())->Sort((Bool_t) G__int(libp->para[0]));
18554       G__setnull(result7);
18555       break;
18556    case 0:
18557       ((TGTableHeader*) G__getstructoffset())->Sort();
18558       G__setnull(result7);
18559       break;
18560    }
18561    return(1 || funcname || hash || result7 || libp) ;
18562 }
18563 
18564 static int G__G__Gui3_382_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18565 {
18566       ((TGTableHeader*) G__getstructoffset())->UpdatePosition();
18567       G__setnull(result7);
18568    return(1 || funcname || hash || result7 || libp) ;
18569 }
18570 
18571 static int G__G__Gui3_382_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18572 {
18573       G__letint(result7, 105, (long) ((TGTableHeader*) G__getstructoffset())->GetType());
18574    return(1 || funcname || hash || result7 || libp) ;
18575 }
18576 
18577 static int G__G__Gui3_382_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18578 {
18579       G__letint(result7, 85, (long) TGTableHeader::Class());
18580    return(1 || funcname || hash || result7 || libp) ;
18581 }
18582 
18583 static int G__G__Gui3_382_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18584 {
18585       G__letint(result7, 67, (long) TGTableHeader::Class_Name());
18586    return(1 || funcname || hash || result7 || libp) ;
18587 }
18588 
18589 static int G__G__Gui3_382_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18590 {
18591       G__letint(result7, 115, (long) TGTableHeader::Class_Version());
18592    return(1 || funcname || hash || result7 || libp) ;
18593 }
18594 
18595 static int G__G__Gui3_382_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18596 {
18597       TGTableHeader::Dictionary();
18598       G__setnull(result7);
18599    return(1 || funcname || hash || result7 || libp) ;
18600 }
18601 
18602 static int G__G__Gui3_382_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18603 {
18604       ((TGTableHeader*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18605       G__setnull(result7);
18606    return(1 || funcname || hash || result7 || libp) ;
18607 }
18608 
18609 static int G__G__Gui3_382_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18610 {
18611       G__letint(result7, 67, (long) TGTableHeader::DeclFileName());
18612    return(1 || funcname || hash || result7 || libp) ;
18613 }
18614 
18615 static int G__G__Gui3_382_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18616 {
18617       G__letint(result7, 105, (long) TGTableHeader::ImplFileLine());
18618    return(1 || funcname || hash || result7 || libp) ;
18619 }
18620 
18621 static int G__G__Gui3_382_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18622 {
18623       G__letint(result7, 67, (long) TGTableHeader::ImplFileName());
18624    return(1 || funcname || hash || result7 || libp) ;
18625 }
18626 
18627 static int G__G__Gui3_382_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18628 {
18629       G__letint(result7, 105, (long) TGTableHeader::DeclFileLine());
18630    return(1 || funcname || hash || result7 || libp) ;
18631 }
18632 
18633 // automatic destructor
18634 typedef TGTableHeader G__TTGTableHeader;
18635 static int G__G__Gui3_382_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18636 {
18637    char* gvp = (char*) G__getgvp();
18638    long soff = G__getstructoffset();
18639    int n = G__getaryconstruct();
18640    //
18641    //has_a_delete: 1
18642    //has_own_delete1arg: 0
18643    //has_own_delete2arg: 0
18644    //
18645    if (!soff) {
18646      return(1);
18647    }
18648    if (n) {
18649      if (gvp == (char*)G__PVOID) {
18650        delete[] (TGTableHeader*) soff;
18651      } else {
18652        G__setgvp((long) G__PVOID);
18653        for (int i = n - 1; i >= 0; --i) {
18654          ((TGTableHeader*) (soff+(sizeof(TGTableHeader)*i)))->~G__TTGTableHeader();
18655        }
18656        G__setgvp((long)gvp);
18657      }
18658    } else {
18659      if (gvp == (char*)G__PVOID) {
18660        delete (TGTableHeader*) soff;
18661      } else {
18662        G__setgvp((long) G__PVOID);
18663        ((TGTableHeader*) (soff))->~G__TTGTableHeader();
18664        G__setgvp((long)gvp);
18665      }
18666    }
18667    G__setnull(result7);
18668    return(1 || funcname || hash || result7 || libp) ;
18669 }
18670 
18671 
18672 /* TGTableFrame */
18673 static int G__G__Gui3_384_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18674 {
18675    TGTableFrame* p = NULL;
18676    char* gvp = (char*) G__getgvp();
18677    //m: 3
18678    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18679      p = new TGTableFrame(
18680 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
18681 , (UInt_t) G__int(libp->para[2]));
18682    } else {
18683      p = new((void*) gvp) TGTableFrame(
18684 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
18685 , (UInt_t) G__int(libp->para[2]));
18686    }
18687    result7->obj.i = (long) p;
18688    result7->ref = (long) p;
18689    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTableFrame));
18690    return(1 || funcname || hash || result7 || libp) ;
18691 }
18692 
18693 static int G__G__Gui3_384_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18694 {
18695       G__letint(result7, 85, (long) ((const TGTableFrame*) G__getstructoffset())->GetFrame());
18696    return(1 || funcname || hash || result7 || libp) ;
18697 }
18698 
18699 static int G__G__Gui3_384_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18700 {
18701       ((TGTableFrame*) G__getstructoffset())->SetCanvas((TGCanvas*) G__int(libp->para[0]));
18702       G__setnull(result7);
18703    return(1 || funcname || hash || result7 || libp) ;
18704 }
18705 
18706 static int G__G__Gui3_384_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18707 {
18708       ((TGTableFrame*) G__getstructoffset())->HandleMouseWheel((Event_t*) G__int(libp->para[0]));
18709       G__setnull(result7);
18710    return(1 || funcname || hash || result7 || libp) ;
18711 }
18712 
18713 static int G__G__Gui3_384_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18714 {
18715       ((TGTableFrame*) G__getstructoffset())->DrawRegion((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
18716 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18717       G__setnull(result7);
18718    return(1 || funcname || hash || result7 || libp) ;
18719 }
18720 
18721 static int G__G__Gui3_384_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18722 {
18723       G__letint(result7, 85, (long) TGTableFrame::Class());
18724    return(1 || funcname || hash || result7 || libp) ;
18725 }
18726 
18727 static int G__G__Gui3_384_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18728 {
18729       G__letint(result7, 67, (long) TGTableFrame::Class_Name());
18730    return(1 || funcname || hash || result7 || libp) ;
18731 }
18732 
18733 static int G__G__Gui3_384_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18734 {
18735       G__letint(result7, 115, (long) TGTableFrame::Class_Version());
18736    return(1 || funcname || hash || result7 || libp) ;
18737 }
18738 
18739 static int G__G__Gui3_384_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18740 {
18741       TGTableFrame::Dictionary();
18742       G__setnull(result7);
18743    return(1 || funcname || hash || result7 || libp) ;
18744 }
18745 
18746 static int G__G__Gui3_384_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18747 {
18748       ((TGTableFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18749       G__setnull(result7);
18750    return(1 || funcname || hash || result7 || libp) ;
18751 }
18752 
18753 static int G__G__Gui3_384_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18754 {
18755       G__letint(result7, 67, (long) TGTableFrame::DeclFileName());
18756    return(1 || funcname || hash || result7 || libp) ;
18757 }
18758 
18759 static int G__G__Gui3_384_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18760 {
18761       G__letint(result7, 105, (long) TGTableFrame::ImplFileLine());
18762    return(1 || funcname || hash || result7 || libp) ;
18763 }
18764 
18765 static int G__G__Gui3_384_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18766 {
18767       G__letint(result7, 67, (long) TGTableFrame::ImplFileName());
18768    return(1 || funcname || hash || result7 || libp) ;
18769 }
18770 
18771 static int G__G__Gui3_384_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18772 {
18773       G__letint(result7, 105, (long) TGTableFrame::DeclFileLine());
18774    return(1 || funcname || hash || result7 || libp) ;
18775 }
18776 
18777 // automatic destructor
18778 typedef TGTableFrame G__TTGTableFrame;
18779 static int G__G__Gui3_384_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18780 {
18781    char* gvp = (char*) G__getgvp();
18782    long soff = G__getstructoffset();
18783    int n = G__getaryconstruct();
18784    //
18785    //has_a_delete: 0
18786    //has_own_delete1arg: 0
18787    //has_own_delete2arg: 0
18788    //
18789    if (!soff) {
18790      return(1);
18791    }
18792    if (n) {
18793      if (gvp == (char*)G__PVOID) {
18794        delete[] (TGTableFrame*) soff;
18795      } else {
18796        G__setgvp((long) G__PVOID);
18797        for (int i = n - 1; i >= 0; --i) {
18798          ((TGTableFrame*) (soff+(sizeof(TGTableFrame)*i)))->~G__TTGTableFrame();
18799        }
18800        G__setgvp((long)gvp);
18801      }
18802    } else {
18803      if (gvp == (char*)G__PVOID) {
18804        delete (TGTableFrame*) soff;
18805      } else {
18806        G__setgvp((long) G__PVOID);
18807        ((TGTableFrame*) (soff))->~G__TTGTableFrame();
18808        G__setgvp((long)gvp);
18809      }
18810    }
18811    G__setnull(result7);
18812    return(1 || funcname || hash || result7 || libp) ;
18813 }
18814 
18815 
18816 /* TGTableHeaderFrame */
18817 static int G__G__Gui3_385_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18818 {
18819    TGTableHeaderFrame* p = NULL;
18820    char* gvp = (char*) G__getgvp();
18821    switch (libp->paran) {
18822    case 6:
18823      //m: 6
18824      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18825        p = new TGTableHeaderFrame(
18826 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18827 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18828 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
18829      } else {
18830        p = new((void*) gvp) TGTableHeaderFrame(
18831 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18832 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18833 , (EHeaderType) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
18834      }
18835      break;
18836    case 5:
18837      //m: 5
18838      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18839        p = new TGTableHeaderFrame(
18840 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18841 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18842 , (EHeaderType) G__int(libp->para[4]));
18843      } else {
18844        p = new((void*) gvp) TGTableHeaderFrame(
18845 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18846 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
18847 , (EHeaderType) G__int(libp->para[4]));
18848      }
18849      break;
18850    case 4:
18851      //m: 4
18852      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18853        p = new TGTableHeaderFrame(
18854 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18855 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18856      } else {
18857        p = new((void*) gvp) TGTableHeaderFrame(
18858 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18859 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18860      }
18861      break;
18862    case 3:
18863      //m: 3
18864      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18865        p = new TGTableHeaderFrame(
18866 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18867 , (UInt_t) G__int(libp->para[2]));
18868      } else {
18869        p = new((void*) gvp) TGTableHeaderFrame(
18870 (TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1])
18871 , (UInt_t) G__int(libp->para[2]));
18872      }
18873      break;
18874    case 2:
18875      //m: 2
18876      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18877        p = new TGTableHeaderFrame((TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1]));
18878      } else {
18879        p = new((void*) gvp) TGTableHeaderFrame((TGWindow*) G__int(libp->para[0]), (TGTable*) G__int(libp->para[1]));
18880      }
18881      break;
18882    case 1:
18883      //m: 1
18884      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
18885        p = new TGTableHeaderFrame((TGWindow*) G__int(libp->para[0]));
18886      } else {
18887        p = new((void*) gvp) TGTableHeaderFrame((TGWindow*) G__int(libp->para[0]));
18888      }
18889      break;
18890    }
18891    result7->obj.i = (long) p;
18892    result7->ref = (long) p;
18893    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame));
18894    return(1 || funcname || hash || result7 || libp) ;
18895 }
18896 
18897 static int G__G__Gui3_385_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18898 {
18899       ((TGTableHeaderFrame*) G__getstructoffset())->DrawRegion((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
18900 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
18901       G__setnull(result7);
18902    return(1 || funcname || hash || result7 || libp) ;
18903 }
18904 
18905 static int G__G__Gui3_385_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18906 {
18907       G__letint(result7, 85, (long) TGTableHeaderFrame::Class());
18908    return(1 || funcname || hash || result7 || libp) ;
18909 }
18910 
18911 static int G__G__Gui3_385_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18912 {
18913       G__letint(result7, 67, (long) TGTableHeaderFrame::Class_Name());
18914    return(1 || funcname || hash || result7 || libp) ;
18915 }
18916 
18917 static int G__G__Gui3_385_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18918 {
18919       G__letint(result7, 115, (long) TGTableHeaderFrame::Class_Version());
18920    return(1 || funcname || hash || result7 || libp) ;
18921 }
18922 
18923 static int G__G__Gui3_385_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18924 {
18925       TGTableHeaderFrame::Dictionary();
18926       G__setnull(result7);
18927    return(1 || funcname || hash || result7 || libp) ;
18928 }
18929 
18930 static int G__G__Gui3_385_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18931 {
18932       ((TGTableHeaderFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
18933       G__setnull(result7);
18934    return(1 || funcname || hash || result7 || libp) ;
18935 }
18936 
18937 static int G__G__Gui3_385_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18938 {
18939       G__letint(result7, 67, (long) TGTableHeaderFrame::DeclFileName());
18940    return(1 || funcname || hash || result7 || libp) ;
18941 }
18942 
18943 static int G__G__Gui3_385_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18944 {
18945       G__letint(result7, 105, (long) TGTableHeaderFrame::ImplFileLine());
18946    return(1 || funcname || hash || result7 || libp) ;
18947 }
18948 
18949 static int G__G__Gui3_385_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18950 {
18951       G__letint(result7, 67, (long) TGTableHeaderFrame::ImplFileName());
18952    return(1 || funcname || hash || result7 || libp) ;
18953 }
18954 
18955 static int G__G__Gui3_385_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18956 {
18957       G__letint(result7, 105, (long) TGTableHeaderFrame::DeclFileLine());
18958    return(1 || funcname || hash || result7 || libp) ;
18959 }
18960 
18961 // automatic destructor
18962 typedef TGTableHeaderFrame G__TTGTableHeaderFrame;
18963 static int G__G__Gui3_385_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
18964 {
18965    char* gvp = (char*) G__getgvp();
18966    long soff = G__getstructoffset();
18967    int n = G__getaryconstruct();
18968    //
18969    //has_a_delete: 1
18970    //has_own_delete1arg: 0
18971    //has_own_delete2arg: 0
18972    //
18973    if (!soff) {
18974      return(1);
18975    }
18976    if (n) {
18977      if (gvp == (char*)G__PVOID) {
18978        delete[] (TGTableHeaderFrame*) soff;
18979      } else {
18980        G__setgvp((long) G__PVOID);
18981        for (int i = n - 1; i >= 0; --i) {
18982          ((TGTableHeaderFrame*) (soff+(sizeof(TGTableHeaderFrame)*i)))->~G__TTGTableHeaderFrame();
18983        }
18984        G__setgvp((long)gvp);
18985      }
18986    } else {
18987      if (gvp == (char*)G__PVOID) {
18988        delete (TGTableHeaderFrame*) soff;
18989      } else {
18990        G__setgvp((long) G__PVOID);
18991        ((TGTableHeaderFrame*) (soff))->~G__TTGTableHeaderFrame();
18992        G__setgvp((long)gvp);
18993      }
18994    }
18995    G__setnull(result7);
18996    return(1 || funcname || hash || result7 || libp) ;
18997 }
18998 
18999 
19000 /* TTableRange */
19001 static int G__G__Gui3_387_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19002 {
19003    TTableRange* p = NULL;
19004    char* gvp = (char*) G__getgvp();
19005    int n = G__getaryconstruct();
19006    if (n) {
19007      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19008        p = new TTableRange[n];
19009      } else {
19010        p = new((void*) gvp) TTableRange[n];
19011      }
19012    } else {
19013      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19014        p = new TTableRange;
19015      } else {
19016        p = new((void*) gvp) TTableRange;
19017      }
19018    }
19019    result7->obj.i = (long) p;
19020    result7->ref = (long) p;
19021    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TTableRange));
19022    return(1 || funcname || hash || result7 || libp) ;
19023 }
19024 
19025 static int G__G__Gui3_387_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19026 {
19027       ((TTableRange*) G__getstructoffset())->Print();
19028       G__setnull(result7);
19029    return(1 || funcname || hash || result7 || libp) ;
19030 }
19031 
19032 static int G__G__Gui3_387_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19033 {
19034       G__letint(result7, 103, (long) ((TTableRange*) G__getstructoffset())->operator==(*(TTableRange*) libp->para[0].ref));
19035    return(1 || funcname || hash || result7 || libp) ;
19036 }
19037 
19038 static int G__G__Gui3_387_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19039 {
19040       G__letint(result7, 85, (long) TTableRange::Class());
19041    return(1 || funcname || hash || result7 || libp) ;
19042 }
19043 
19044 static int G__G__Gui3_387_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19045 {
19046       G__letint(result7, 67, (long) TTableRange::Class_Name());
19047    return(1 || funcname || hash || result7 || libp) ;
19048 }
19049 
19050 static int G__G__Gui3_387_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19051 {
19052       G__letint(result7, 115, (long) TTableRange::Class_Version());
19053    return(1 || funcname || hash || result7 || libp) ;
19054 }
19055 
19056 static int G__G__Gui3_387_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19057 {
19058       TTableRange::Dictionary();
19059       G__setnull(result7);
19060    return(1 || funcname || hash || result7 || libp) ;
19061 }
19062 
19063 static int G__G__Gui3_387_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19064 {
19065       G__letint(result7, 85, (long) ((const TTableRange*) G__getstructoffset())->IsA());
19066    return(1 || funcname || hash || result7 || libp) ;
19067 }
19068 
19069 static int G__G__Gui3_387_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19070 {
19071       ((TTableRange*) G__getstructoffset())->ShowMembers(*(TMemberInspector*) libp->para[0].ref);
19072       G__setnull(result7);
19073    return(1 || funcname || hash || result7 || libp) ;
19074 }
19075 
19076 static int G__G__Gui3_387_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19077 {
19078       ((TTableRange*) G__getstructoffset())->Streamer(*(TBuffer*) libp->para[0].ref);
19079       G__setnull(result7);
19080    return(1 || funcname || hash || result7 || libp) ;
19081 }
19082 
19083 static int G__G__Gui3_387_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19084 {
19085       ((TTableRange*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19086       G__setnull(result7);
19087    return(1 || funcname || hash || result7 || libp) ;
19088 }
19089 
19090 static int G__G__Gui3_387_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19091 {
19092       G__letint(result7, 67, (long) TTableRange::DeclFileName());
19093    return(1 || funcname || hash || result7 || libp) ;
19094 }
19095 
19096 static int G__G__Gui3_387_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19097 {
19098       G__letint(result7, 105, (long) TTableRange::ImplFileLine());
19099    return(1 || funcname || hash || result7 || libp) ;
19100 }
19101 
19102 static int G__G__Gui3_387_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19103 {
19104       G__letint(result7, 67, (long) TTableRange::ImplFileName());
19105    return(1 || funcname || hash || result7 || libp) ;
19106 }
19107 
19108 static int G__G__Gui3_387_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19109 {
19110       G__letint(result7, 105, (long) TTableRange::DeclFileLine());
19111    return(1 || funcname || hash || result7 || libp) ;
19112 }
19113 
19114 // automatic copy constructor
19115 static int G__G__Gui3_387_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19116 
19117 {
19118    TTableRange* p;
19119    void* tmp = (void*) G__int(libp->para[0]);
19120    p = new TTableRange(*(TTableRange*) tmp);
19121    result7->obj.i = (long) p;
19122    result7->ref = (long) p;
19123    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TTableRange));
19124    return(1 || funcname || hash || result7 || libp) ;
19125 }
19126 
19127 // automatic destructor
19128 typedef TTableRange G__TTTableRange;
19129 static int G__G__Gui3_387_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19130 {
19131    char* gvp = (char*) G__getgvp();
19132    long soff = G__getstructoffset();
19133    int n = G__getaryconstruct();
19134    //
19135    //has_a_delete: 0
19136    //has_own_delete1arg: 0
19137    //has_own_delete2arg: 0
19138    //
19139    if (!soff) {
19140      return(1);
19141    }
19142    if (n) {
19143      if (gvp == (char*)G__PVOID) {
19144        delete[] (TTableRange*) soff;
19145      } else {
19146        G__setgvp((long) G__PVOID);
19147        for (int i = n - 1; i >= 0; --i) {
19148          ((TTableRange*) (soff+(sizeof(TTableRange)*i)))->~G__TTTableRange();
19149        }
19150        G__setgvp((long)gvp);
19151      }
19152    } else {
19153      if (gvp == (char*)G__PVOID) {
19154        delete (TTableRange*) soff;
19155      } else {
19156        G__setgvp((long) G__PVOID);
19157        ((TTableRange*) (soff))->~G__TTTableRange();
19158        G__setgvp((long)gvp);
19159      }
19160    }
19161    G__setnull(result7);
19162    return(1 || funcname || hash || result7 || libp) ;
19163 }
19164 
19165 // automatic assignment operator
19166 static int G__G__Gui3_387_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19167 {
19168    TTableRange* dest = (TTableRange*) G__getstructoffset();
19169    *dest = *(TTableRange*) libp->para[0].ref;
19170    const TTableRange& obj = *dest;
19171    result7->ref = (long) (&obj);
19172    result7->obj.i = (long) (&obj);
19173    return(1 || funcname || hash || result7 || libp) ;
19174 }
19175 
19176 
19177 /* TGSimpleTableInterface */
19178 static int G__G__Gui3_388_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19179 {
19180    TGSimpleTableInterface* p = NULL;
19181    char* gvp = (char*) G__getgvp();
19182    switch (libp->paran) {
19183    case 3:
19184      //m: 3
19185      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19186        p = new TGSimpleTableInterface(
19187 (Double_t**) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
19188 , (UInt_t) G__int(libp->para[2]));
19189      } else {
19190        p = new((void*) gvp) TGSimpleTableInterface(
19191 (Double_t**) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
19192 , (UInt_t) G__int(libp->para[2]));
19193      }
19194      break;
19195    case 2:
19196      //m: 2
19197      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19198        p = new TGSimpleTableInterface((Double_t**) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
19199      } else {
19200        p = new((void*) gvp) TGSimpleTableInterface((Double_t**) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
19201      }
19202      break;
19203    case 1:
19204      //m: 1
19205      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19206        p = new TGSimpleTableInterface((Double_t**) G__int(libp->para[0]));
19207      } else {
19208        p = new((void*) gvp) TGSimpleTableInterface((Double_t**) G__int(libp->para[0]));
19209      }
19210      break;
19211    }
19212    result7->obj.i = (long) p;
19213    result7->ref = (long) p;
19214    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface));
19215    return(1 || funcname || hash || result7 || libp) ;
19216 }
19217 
19218 static int G__G__Gui3_388_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19219 {
19220       G__letint(result7, 85, (long) TGSimpleTableInterface::Class());
19221    return(1 || funcname || hash || result7 || libp) ;
19222 }
19223 
19224 static int G__G__Gui3_388_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19225 {
19226       G__letint(result7, 67, (long) TGSimpleTableInterface::Class_Name());
19227    return(1 || funcname || hash || result7 || libp) ;
19228 }
19229 
19230 static int G__G__Gui3_388_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19231 {
19232       G__letint(result7, 115, (long) TGSimpleTableInterface::Class_Version());
19233    return(1 || funcname || hash || result7 || libp) ;
19234 }
19235 
19236 static int G__G__Gui3_388_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19237 {
19238       TGSimpleTableInterface::Dictionary();
19239       G__setnull(result7);
19240    return(1 || funcname || hash || result7 || libp) ;
19241 }
19242 
19243 static int G__G__Gui3_388_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19244 {
19245       ((TGSimpleTableInterface*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19246       G__setnull(result7);
19247    return(1 || funcname || hash || result7 || libp) ;
19248 }
19249 
19250 static int G__G__Gui3_388_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19251 {
19252       G__letint(result7, 67, (long) TGSimpleTableInterface::DeclFileName());
19253    return(1 || funcname || hash || result7 || libp) ;
19254 }
19255 
19256 static int G__G__Gui3_388_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19257 {
19258       G__letint(result7, 105, (long) TGSimpleTableInterface::ImplFileLine());
19259    return(1 || funcname || hash || result7 || libp) ;
19260 }
19261 
19262 static int G__G__Gui3_388_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19263 {
19264       G__letint(result7, 67, (long) TGSimpleTableInterface::ImplFileName());
19265    return(1 || funcname || hash || result7 || libp) ;
19266 }
19267 
19268 static int G__G__Gui3_388_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19269 {
19270       G__letint(result7, 105, (long) TGSimpleTableInterface::DeclFileLine());
19271    return(1 || funcname || hash || result7 || libp) ;
19272 }
19273 
19274 // automatic copy constructor
19275 static int G__G__Gui3_388_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19276 
19277 {
19278    TGSimpleTableInterface* p;
19279    void* tmp = (void*) G__int(libp->para[0]);
19280    p = new TGSimpleTableInterface(*(TGSimpleTableInterface*) tmp);
19281    result7->obj.i = (long) p;
19282    result7->ref = (long) p;
19283    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface));
19284    return(1 || funcname || hash || result7 || libp) ;
19285 }
19286 
19287 // automatic destructor
19288 typedef TGSimpleTableInterface G__TTGSimpleTableInterface;
19289 static int G__G__Gui3_388_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19290 {
19291    char* gvp = (char*) G__getgvp();
19292    long soff = G__getstructoffset();
19293    int n = G__getaryconstruct();
19294    //
19295    //has_a_delete: 0
19296    //has_own_delete1arg: 0
19297    //has_own_delete2arg: 0
19298    //
19299    if (!soff) {
19300      return(1);
19301    }
19302    if (n) {
19303      if (gvp == (char*)G__PVOID) {
19304        delete[] (TGSimpleTableInterface*) soff;
19305      } else {
19306        G__setgvp((long) G__PVOID);
19307        for (int i = n - 1; i >= 0; --i) {
19308          ((TGSimpleTableInterface*) (soff+(sizeof(TGSimpleTableInterface)*i)))->~G__TTGSimpleTableInterface();
19309        }
19310        G__setgvp((long)gvp);
19311      }
19312    } else {
19313      if (gvp == (char*)G__PVOID) {
19314        delete (TGSimpleTableInterface*) soff;
19315      } else {
19316        G__setgvp((long) G__PVOID);
19317        ((TGSimpleTableInterface*) (soff))->~G__TTGSimpleTableInterface();
19318        G__setgvp((long)gvp);
19319      }
19320    }
19321    G__setnull(result7);
19322    return(1 || funcname || hash || result7 || libp) ;
19323 }
19324 
19325 // automatic assignment operator
19326 static int G__G__Gui3_388_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19327 {
19328    TGSimpleTableInterface* dest = (TGSimpleTableInterface*) G__getstructoffset();
19329    *dest = *(TGSimpleTableInterface*) libp->para[0].ref;
19330    const TGSimpleTableInterface& obj = *dest;
19331    result7->ref = (long) (&obj);
19332    result7->obj.i = (long) (&obj);
19333    return(1 || funcname || hash || result7 || libp) ;
19334 }
19335 
19336 
19337 /* TGSimpleTable */
19338 static int G__G__Gui3_389_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19339 {
19340    TGSimpleTable* p = NULL;
19341    char* gvp = (char*) G__getgvp();
19342    //m: 5
19343    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19344      p = new TGSimpleTable(
19345 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19346 , (Double_t**) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
19347 , (UInt_t) G__int(libp->para[4]));
19348    } else {
19349      p = new((void*) gvp) TGSimpleTable(
19350 (TGWindow*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19351 , (Double_t**) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
19352 , (UInt_t) G__int(libp->para[4]));
19353    }
19354    result7->obj.i = (long) p;
19355    result7->ref = (long) p;
19356    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable));
19357    return(1 || funcname || hash || result7 || libp) ;
19358 }
19359 
19360 static int G__G__Gui3_389_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19361 {
19362       G__letint(result7, 85, (long) TGSimpleTable::Class());
19363    return(1 || funcname || hash || result7 || libp) ;
19364 }
19365 
19366 static int G__G__Gui3_389_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19367 {
19368       G__letint(result7, 67, (long) TGSimpleTable::Class_Name());
19369    return(1 || funcname || hash || result7 || libp) ;
19370 }
19371 
19372 static int G__G__Gui3_389_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19373 {
19374       G__letint(result7, 115, (long) TGSimpleTable::Class_Version());
19375    return(1 || funcname || hash || result7 || libp) ;
19376 }
19377 
19378 static int G__G__Gui3_389_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19379 {
19380       TGSimpleTable::Dictionary();
19381       G__setnull(result7);
19382    return(1 || funcname || hash || result7 || libp) ;
19383 }
19384 
19385 static int G__G__Gui3_389_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19386 {
19387       ((TGSimpleTable*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19388       G__setnull(result7);
19389    return(1 || funcname || hash || result7 || libp) ;
19390 }
19391 
19392 static int G__G__Gui3_389_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19393 {
19394       G__letint(result7, 67, (long) TGSimpleTable::DeclFileName());
19395    return(1 || funcname || hash || result7 || libp) ;
19396 }
19397 
19398 static int G__G__Gui3_389_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19399 {
19400       G__letint(result7, 105, (long) TGSimpleTable::ImplFileLine());
19401    return(1 || funcname || hash || result7 || libp) ;
19402 }
19403 
19404 static int G__G__Gui3_389_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19405 {
19406       G__letint(result7, 67, (long) TGSimpleTable::ImplFileName());
19407    return(1 || funcname || hash || result7 || libp) ;
19408 }
19409 
19410 static int G__G__Gui3_389_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19411 {
19412       G__letint(result7, 105, (long) TGSimpleTable::DeclFileLine());
19413    return(1 || funcname || hash || result7 || libp) ;
19414 }
19415 
19416 // automatic destructor
19417 typedef TGSimpleTable G__TTGSimpleTable;
19418 static int G__G__Gui3_389_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19419 {
19420    char* gvp = (char*) G__getgvp();
19421    long soff = G__getstructoffset();
19422    int n = G__getaryconstruct();
19423    //
19424    //has_a_delete: 1
19425    //has_own_delete1arg: 0
19426    //has_own_delete2arg: 0
19427    //
19428    if (!soff) {
19429      return(1);
19430    }
19431    if (n) {
19432      if (gvp == (char*)G__PVOID) {
19433        delete[] (TGSimpleTable*) soff;
19434      } else {
19435        G__setgvp((long) G__PVOID);
19436        for (int i = n - 1; i >= 0; --i) {
19437          ((TGSimpleTable*) (soff+(sizeof(TGSimpleTable)*i)))->~G__TTGSimpleTable();
19438        }
19439        G__setgvp((long)gvp);
19440      }
19441    } else {
19442      if (gvp == (char*)G__PVOID) {
19443        delete (TGSimpleTable*) soff;
19444      } else {
19445        G__setgvp((long) G__PVOID);
19446        ((TGSimpleTable*) (soff))->~G__TTGSimpleTable();
19447        G__setgvp((long)gvp);
19448      }
19449    }
19450    G__setnull(result7);
19451    return(1 || funcname || hash || result7 || libp) ;
19452 }
19453 
19454 
19455 /* TGCommandPlugin */
19456 static int G__G__Gui3_390_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19457 {
19458    TGCommandPlugin* p = NULL;
19459    char* gvp = (char*) G__getgvp();
19460    //m: 3
19461    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19462      p = new TGCommandPlugin(
19463 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
19464 , (UInt_t) G__int(libp->para[2]));
19465    } else {
19466      p = new((void*) gvp) TGCommandPlugin(
19467 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
19468 , (UInt_t) G__int(libp->para[2]));
19469    }
19470    result7->obj.i = (long) p;
19471    result7->ref = (long) p;
19472    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin));
19473    return(1 || funcname || hash || result7 || libp) ;
19474 }
19475 
19476 static int G__G__Gui3_390_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19477 {
19478       ((TGCommandPlugin*) G__getstructoffset())->CheckRemote((const char*) G__int(libp->para[0]));
19479       G__setnull(result7);
19480    return(1 || funcname || hash || result7 || libp) ;
19481 }
19482 
19483 static int G__G__Gui3_390_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19484 {
19485       ((TGCommandPlugin*) G__getstructoffset())->HandleCommand();
19486       G__setnull(result7);
19487    return(1 || funcname || hash || result7 || libp) ;
19488 }
19489 
19490 static int G__G__Gui3_390_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19491 {
19492       G__letint(result7, 85, (long) TGCommandPlugin::Class());
19493    return(1 || funcname || hash || result7 || libp) ;
19494 }
19495 
19496 static int G__G__Gui3_390_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19497 {
19498       G__letint(result7, 67, (long) TGCommandPlugin::Class_Name());
19499    return(1 || funcname || hash || result7 || libp) ;
19500 }
19501 
19502 static int G__G__Gui3_390_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19503 {
19504       G__letint(result7, 115, (long) TGCommandPlugin::Class_Version());
19505    return(1 || funcname || hash || result7 || libp) ;
19506 }
19507 
19508 static int G__G__Gui3_390_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19509 {
19510       TGCommandPlugin::Dictionary();
19511       G__setnull(result7);
19512    return(1 || funcname || hash || result7 || libp) ;
19513 }
19514 
19515 static int G__G__Gui3_390_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19516 {
19517       ((TGCommandPlugin*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
19518       G__setnull(result7);
19519    return(1 || funcname || hash || result7 || libp) ;
19520 }
19521 
19522 static int G__G__Gui3_390_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19523 {
19524       G__letint(result7, 67, (long) TGCommandPlugin::DeclFileName());
19525    return(1 || funcname || hash || result7 || libp) ;
19526 }
19527 
19528 static int G__G__Gui3_390_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19529 {
19530       G__letint(result7, 105, (long) TGCommandPlugin::ImplFileLine());
19531    return(1 || funcname || hash || result7 || libp) ;
19532 }
19533 
19534 static int G__G__Gui3_390_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19535 {
19536       G__letint(result7, 67, (long) TGCommandPlugin::ImplFileName());
19537    return(1 || funcname || hash || result7 || libp) ;
19538 }
19539 
19540 static int G__G__Gui3_390_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19541 {
19542       G__letint(result7, 105, (long) TGCommandPlugin::DeclFileLine());
19543    return(1 || funcname || hash || result7 || libp) ;
19544 }
19545 
19546 // automatic destructor
19547 typedef TGCommandPlugin G__TTGCommandPlugin;
19548 static int G__G__Gui3_390_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19549 {
19550    char* gvp = (char*) G__getgvp();
19551    long soff = G__getstructoffset();
19552    int n = G__getaryconstruct();
19553    //
19554    //has_a_delete: 1
19555    //has_own_delete1arg: 0
19556    //has_own_delete2arg: 0
19557    //
19558    if (!soff) {
19559      return(1);
19560    }
19561    if (n) {
19562      if (gvp == (char*)G__PVOID) {
19563        delete[] (TGCommandPlugin*) soff;
19564      } else {
19565        G__setgvp((long) G__PVOID);
19566        for (int i = n - 1; i >= 0; --i) {
19567          ((TGCommandPlugin*) (soff+(sizeof(TGCommandPlugin)*i)))->~G__TTGCommandPlugin();
19568        }
19569        G__setgvp((long)gvp);
19570      }
19571    } else {
19572      if (gvp == (char*)G__PVOID) {
19573        delete (TGCommandPlugin*) soff;
19574      } else {
19575        G__setgvp((long) G__PVOID);
19576        ((TGCommandPlugin*) (soff))->~G__TTGCommandPlugin();
19577        G__setgvp((long)gvp);
19578      }
19579    }
19580    G__setnull(result7);
19581    return(1 || funcname || hash || result7 || libp) ;
19582 }
19583 
19584 
19585 /* TRootBrowser */
19586 static int G__G__Gui3_391_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19587 {
19588    TRootBrowser* p = NULL;
19589    char* gvp = (char*) G__getgvp();
19590    switch (libp->paran) {
19591    case 6:
19592      //m: 6
19593      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19594        p = new TRootBrowser(
19595 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19596 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
19597 , (Option_t*) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
19598      } else {
19599        p = new((void*) gvp) TRootBrowser(
19600 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19601 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
19602 , (Option_t*) G__int(libp->para[4]), (Bool_t) G__int(libp->para[5]));
19603      }
19604      break;
19605    case 5:
19606      //m: 5
19607      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19608        p = new TRootBrowser(
19609 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19610 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
19611 , (Option_t*) G__int(libp->para[4]));
19612      } else {
19613        p = new((void*) gvp) TRootBrowser(
19614 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19615 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
19616 , (Option_t*) G__int(libp->para[4]));
19617      }
19618      break;
19619    case 4:
19620      //m: 4
19621      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19622        p = new TRootBrowser(
19623 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19624 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
19625      } else {
19626        p = new((void*) gvp) TRootBrowser(
19627 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19628 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
19629      }
19630      break;
19631    case 3:
19632      //m: 3
19633      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19634        p = new TRootBrowser(
19635 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19636 , (UInt_t) G__int(libp->para[2]));
19637      } else {
19638        p = new((void*) gvp) TRootBrowser(
19639 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19640 , (UInt_t) G__int(libp->para[2]));
19641      }
19642      break;
19643    case 2:
19644      //m: 2
19645      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19646        p = new TRootBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
19647      } else {
19648        p = new((void*) gvp) TRootBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
19649      }
19650      break;
19651    case 1:
19652      //m: 1
19653      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19654        p = new TRootBrowser((TBrowser*) G__int(libp->para[0]));
19655      } else {
19656        p = new((void*) gvp) TRootBrowser((TBrowser*) G__int(libp->para[0]));
19657      }
19658      break;
19659    case 0:
19660      int n = G__getaryconstruct();
19661      if (n) {
19662        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19663          p = new TRootBrowser[n];
19664        } else {
19665          p = new((void*) gvp) TRootBrowser[n];
19666        }
19667      } else {
19668        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19669          p = new TRootBrowser;
19670        } else {
19671          p = new((void*) gvp) TRootBrowser;
19672        }
19673      }
19674      break;
19675    }
19676    result7->obj.i = (long) p;
19677    result7->ref = (long) p;
19678    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser));
19679    return(1 || funcname || hash || result7 || libp) ;
19680 }
19681 
19682 static int G__G__Gui3_391_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19683 {
19684    TRootBrowser* p = NULL;
19685    char* gvp = (char*) G__getgvp();
19686    switch (libp->paran) {
19687    case 8:
19688      //m: 8
19689      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19690        p = new TRootBrowser(
19691 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19692 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19693 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
19694 , (Option_t*) G__int(libp->para[6]), (Bool_t) G__int(libp->para[7]));
19695      } else {
19696        p = new((void*) gvp) TRootBrowser(
19697 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19698 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19699 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
19700 , (Option_t*) G__int(libp->para[6]), (Bool_t) G__int(libp->para[7]));
19701      }
19702      break;
19703    case 7:
19704      //m: 7
19705      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19706        p = new TRootBrowser(
19707 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19708 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19709 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
19710 , (Option_t*) G__int(libp->para[6]));
19711      } else {
19712        p = new((void*) gvp) TRootBrowser(
19713 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19714 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19715 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
19716 , (Option_t*) G__int(libp->para[6]));
19717      }
19718      break;
19719    case 6:
19720      //m: 6
19721      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
19722        p = new TRootBrowser(
19723 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19724 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19725 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
19726      } else {
19727        p = new((void*) gvp) TRootBrowser(
19728 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19729 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19730 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5]));
19731      }
19732      break;
19733    }
19734    result7->obj.i = (long) p;
19735    result7->ref = (long) p;
19736    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser));
19737    return(1 || funcname || hash || result7 || libp) ;
19738 }
19739 
19740 static int G__G__Gui3_391_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19741 {
19742    switch (libp->paran) {
19743    case 1:
19744       ((TRootBrowser*) G__getstructoffset())->InitPlugins((Option_t*) G__int(libp->para[0]));
19745       G__setnull(result7);
19746       break;
19747    case 0:
19748       ((TRootBrowser*) G__getstructoffset())->InitPlugins();
19749       G__setnull(result7);
19750       break;
19751    }
19752    return(1 || funcname || hash || result7 || libp) ;
19753 }
19754 
19755 static int G__G__Gui3_391_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19756 {
19757       ((TRootBrowser*) G__getstructoffset())->CreateBrowser((const char*) G__int(libp->para[0]));
19758       G__setnull(result7);
19759    return(1 || funcname || hash || result7 || libp) ;
19760 }
19761 
19762 static int G__G__Gui3_391_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19763 {
19764       ((TRootBrowser*) G__getstructoffset())->CloneBrowser();
19765       G__setnull(result7);
19766    return(1 || funcname || hash || result7 || libp) ;
19767 }
19768 
19769 static int G__G__Gui3_391_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19770 {
19771       ((TRootBrowser*) G__getstructoffset())->CloseTab((Int_t) G__int(libp->para[0]));
19772       G__setnull(result7);
19773    return(1 || funcname || hash || result7 || libp) ;
19774 }
19775 
19776 static int G__G__Gui3_391_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19777 {
19778       ((TRootBrowser*) G__getstructoffset())->DoTab((Int_t) G__int(libp->para[0]));
19779       G__setnull(result7);
19780    return(1 || funcname || hash || result7 || libp) ;
19781 }
19782 
19783 static int G__G__Gui3_391_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19784 {
19785       G__letint(result7, 85, (long) ((const TRootBrowser*) G__getstructoffset())->GetActFrame());
19786    return(1 || funcname || hash || result7 || libp) ;
19787 }
19788 
19789 static int G__G__Gui3_391_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19790 {
19791       G__letint(result7, 85, (long) ((const TRootBrowser*) G__getstructoffset())->GetToolbarFrame());
19792    return(1 || funcname || hash || result7 || libp) ;
19793 }
19794 
19795 static int G__G__Gui3_391_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19796 {
19797       G__letint(result7, 85, (long) ((const TRootBrowser*) G__getstructoffset())->GetStatusBar());
19798    return(1 || funcname || hash || result7 || libp) ;
19799 }
19800 
19801 static int G__G__Gui3_391_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19802 {
19803       G__letint(result7, 85, (long) ((const TRootBrowser*) G__getstructoffset())->GetTabLeft());
19804    return(1 || funcname || hash || result7 || libp) ;
19805 }
19806 
19807 static int G__G__Gui3_391_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19808 {
19809       G__letint(result7, 85, (long) ((const TRootBrowser*) G__getstructoffset())->GetTabRight());
19810    return(1 || funcname || hash || result7 || libp) ;
19811 }
19812 
19813 static int G__G__Gui3_391_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19814 {
19815       G__letint(result7, 85, (long) ((const TRootBrowser*) G__getstructoffset())->GetTabBottom());
19816    return(1 || funcname || hash || result7 || libp) ;
19817 }
19818 
19819 static int G__G__Gui3_391_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19820 {
19821       G__letint(result7, 85, (long) ((const TRootBrowser*) G__getstructoffset())->GetTab((Int_t) G__int(libp->para[0])));
19822    return(1 || funcname || hash || result7 || libp) ;
19823 }
19824 
19825 static int G__G__Gui3_391_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19826 {
19827    switch (libp->paran) {
19828    case 2:
19829       ((TRootBrowser*) G__getstructoffset())->SetTab((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19830       G__setnull(result7);
19831       break;
19832    case 1:
19833       ((TRootBrowser*) G__getstructoffset())->SetTab((Int_t) G__int(libp->para[0]));
19834       G__setnull(result7);
19835       break;
19836    case 0:
19837       ((TRootBrowser*) G__getstructoffset())->SetTab();
19838       G__setnull(result7);
19839       break;
19840    }
19841    return(1 || funcname || hash || result7 || libp) ;
19842 }
19843 
19844 static int G__G__Gui3_391_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19845 {
19846    switch (libp->paran) {
19847    case 3:
19848       ((TRootBrowser*) G__getstructoffset())->SetTabTitle((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
19849 , (Int_t) G__int(libp->para[2]));
19850       G__setnull(result7);
19851       break;
19852    case 2:
19853       ((TRootBrowser*) G__getstructoffset())->SetTabTitle((const char*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19854       G__setnull(result7);
19855       break;
19856    case 1:
19857       ((TRootBrowser*) G__getstructoffset())->SetTabTitle((const char*) G__int(libp->para[0]));
19858       G__setnull(result7);
19859       break;
19860    }
19861    return(1 || funcname || hash || result7 || libp) ;
19862 }
19863 
19864 static int G__G__Gui3_391_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19865 {
19866       ((TRootBrowser*) G__getstructoffset())->HandleMenu((Int_t) G__int(libp->para[0]));
19867       G__setnull(result7);
19868    return(1 || funcname || hash || result7 || libp) ;
19869 }
19870 
19871 static int G__G__Gui3_391_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19872 {
19873       ((TRootBrowser*) G__getstructoffset())->RecursiveReparent((TGPopupMenu*) G__int(libp->para[0]));
19874       G__setnull(result7);
19875    return(1 || funcname || hash || result7 || libp) ;
19876 }
19877 
19878 static int G__G__Gui3_391_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19879 {
19880       ((TRootBrowser*) G__getstructoffset())->RemoveTab((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19881       G__setnull(result7);
19882    return(1 || funcname || hash || result7 || libp) ;
19883 }
19884 
19885 static int G__G__Gui3_391_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19886 {
19887       ((TRootBrowser*) G__getstructoffset())->SetActBrowser((TBrowserImp*) G__int(libp->para[0]));
19888       G__setnull(result7);
19889    return(1 || funcname || hash || result7 || libp) ;
19890 }
19891 
19892 static int G__G__Gui3_391_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19893 {
19894       ((TRootBrowser*) G__getstructoffset())->ShowMenu((TGCompositeFrame*) G__int(libp->para[0]));
19895       G__setnull(result7);
19896    return(1 || funcname || hash || result7 || libp) ;
19897 }
19898 
19899 static int G__G__Gui3_391_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19900 {
19901    switch (libp->paran) {
19902    case 2:
19903       ((TRootBrowser*) G__getstructoffset())->StartEmbedding((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
19904       G__setnull(result7);
19905       break;
19906    case 1:
19907       ((TRootBrowser*) G__getstructoffset())->StartEmbedding((Int_t) G__int(libp->para[0]));
19908       G__setnull(result7);
19909       break;
19910    case 0:
19911       ((TRootBrowser*) G__getstructoffset())->StartEmbedding();
19912       G__setnull(result7);
19913       break;
19914    }
19915    return(1 || funcname || hash || result7 || libp) ;
19916 }
19917 
19918 static int G__G__Gui3_391_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19919 {
19920    switch (libp->paran) {
19921    case 1:
19922       ((TRootBrowser*) G__getstructoffset())->StopEmbedding((const char*) G__int(libp->para[0]));
19923       G__setnull(result7);
19924       break;
19925    case 0:
19926       ((TRootBrowser*) G__getstructoffset())->StopEmbedding();
19927       G__setnull(result7);
19928       break;
19929    }
19930    return(1 || funcname || hash || result7 || libp) ;
19931 }
19932 
19933 static int G__G__Gui3_391_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19934 {
19935       ((TRootBrowser*) G__getstructoffset())->StopEmbedding((const char*) G__int(libp->para[0]), (TGLayoutHints*) G__int(libp->para[1]));
19936       G__setnull(result7);
19937    return(1 || funcname || hash || result7 || libp) ;
19938 }
19939 
19940 static int G__G__Gui3_391_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19941 {
19942       ((TRootBrowser*) G__getstructoffset())->SwitchMenus((TGCompositeFrame*) G__int(libp->para[0]));
19943       G__setnull(result7);
19944    return(1 || funcname || hash || result7 || libp) ;
19945 }
19946 
19947 static int G__G__Gui3_391_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19948 {
19949       ((TRootBrowser*) G__getstructoffset())->DoubleClicked((TObject*) G__int(libp->para[0]));
19950       G__setnull(result7);
19951    return(1 || funcname || hash || result7 || libp) ;
19952 }
19953 
19954 static int G__G__Gui3_391_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19955 {
19956       ((TRootBrowser*) G__getstructoffset())->Checked((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
19957       G__setnull(result7);
19958    return(1 || funcname || hash || result7 || libp) ;
19959 }
19960 
19961 static int G__G__Gui3_391_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19962 {
19963    switch (libp->paran) {
19964    case 3:
19965       ((TRootBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19966 , (Int_t) G__int(libp->para[2]));
19967       G__setnull(result7);
19968       break;
19969    case 2:
19970       ((TRootBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
19971       G__setnull(result7);
19972       break;
19973    case 1:
19974       ((TRootBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]));
19975       G__setnull(result7);
19976       break;
19977    }
19978    return(1 || funcname || hash || result7 || libp) ;
19979 }
19980 
19981 static int G__G__Gui3_391_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
19982 {
19983    switch (libp->paran) {
19984    case 5:
19985       G__letint(result7, 108, (long) ((TRootBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19986 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
19987 , (Int_t) G__int(libp->para[4])));
19988       break;
19989    case 4:
19990       G__letint(result7, 108, (long) ((TRootBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19991 , (const char*) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])));
19992       break;
19993    case 3:
19994       G__letint(result7, 108, (long) ((TRootBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
19995 , (const char*) G__int(libp->para[2])));
19996       break;
19997    case 2:
19998       G__letint(result7, 108, (long) ((TRootBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
19999       break;
20000    case 1:
20001       G__letint(result7, 108, (long) ((TRootBrowser*) G__getstructoffset())->ExecPlugin((const char*) G__int(libp->para[0])));
20002       break;
20003    case 0:
20004       G__letint(result7, 108, (long) ((TRootBrowser*) G__getstructoffset())->ExecPlugin());
20005       break;
20006    }
20007    return(1 || funcname || hash || result7 || libp) ;
20008 }
20009 
20010 static int G__G__Gui3_391_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20011 {
20012       ((TRootBrowser*) G__getstructoffset())->ShowCloseTab((Bool_t) G__int(libp->para[0]));
20013       G__setnull(result7);
20014    return(1 || funcname || hash || result7 || libp) ;
20015 }
20016 
20017 static int G__G__Gui3_391_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20018 {
20019       G__letint(result7, 103, (long) ((const TRootBrowser*) G__getstructoffset())->IsCloseTabShown());
20020    return(1 || funcname || hash || result7 || libp) ;
20021 }
20022 
20023 static int G__G__Gui3_391_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20024 {
20025    switch (libp->paran) {
20026    case 5:
20027       G__letint(result7, 85, (long) TRootBrowser::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20028 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
20029 , (Option_t*) G__int(libp->para[4])));
20030       break;
20031    case 4:
20032       G__letint(result7, 85, (long) TRootBrowser::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20033 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])));
20034       break;
20035    case 3:
20036       G__letint(result7, 85, (long) TRootBrowser::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20037 , (UInt_t) G__int(libp->para[2])));
20038       break;
20039    case 2:
20040       G__letint(result7, 85, (long) TRootBrowser::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])));
20041       break;
20042    case 1:
20043       G__letint(result7, 85, (long) TRootBrowser::NewBrowser((TBrowser*) G__int(libp->para[0])));
20044       break;
20045    case 0:
20046       G__letint(result7, 85, (long) TRootBrowser::NewBrowser());
20047       break;
20048    }
20049    return(1 || funcname || hash || result7 || libp) ;
20050 }
20051 
20052 static int G__G__Gui3_391_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20053 {
20054    switch (libp->paran) {
20055    case 7:
20056       G__letint(result7, 85, (long) TRootBrowser::NewBrowser(
20057 (TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20058 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
20059 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])
20060 , (Option_t*) G__int(libp->para[6])));
20061       break;
20062    case 6:
20063       G__letint(result7, 85, (long) TRootBrowser::NewBrowser((TBrowser*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20064 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
20065 , (UInt_t) G__int(libp->para[4]), (UInt_t) G__int(libp->para[5])));
20066       break;
20067    }
20068    return(1 || funcname || hash || result7 || libp) ;
20069 }
20070 
20071 static int G__G__Gui3_391_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20072 {
20073       G__letint(result7, 85, (long) TRootBrowser::Class());
20074    return(1 || funcname || hash || result7 || libp) ;
20075 }
20076 
20077 static int G__G__Gui3_391_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20078 {
20079       G__letint(result7, 67, (long) TRootBrowser::Class_Name());
20080    return(1 || funcname || hash || result7 || libp) ;
20081 }
20082 
20083 static int G__G__Gui3_391_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20084 {
20085       G__letint(result7, 115, (long) TRootBrowser::Class_Version());
20086    return(1 || funcname || hash || result7 || libp) ;
20087 }
20088 
20089 static int G__G__Gui3_391_0_50(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20090 {
20091       TRootBrowser::Dictionary();
20092       G__setnull(result7);
20093    return(1 || funcname || hash || result7 || libp) ;
20094 }
20095 
20096 static int G__G__Gui3_391_0_54(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20097 {
20098       ((TRootBrowser*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20099       G__setnull(result7);
20100    return(1 || funcname || hash || result7 || libp) ;
20101 }
20102 
20103 static int G__G__Gui3_391_0_55(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20104 {
20105       G__letint(result7, 67, (long) TRootBrowser::DeclFileName());
20106    return(1 || funcname || hash || result7 || libp) ;
20107 }
20108 
20109 static int G__G__Gui3_391_0_56(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20110 {
20111       G__letint(result7, 105, (long) TRootBrowser::ImplFileLine());
20112    return(1 || funcname || hash || result7 || libp) ;
20113 }
20114 
20115 static int G__G__Gui3_391_0_57(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20116 {
20117       G__letint(result7, 67, (long) TRootBrowser::ImplFileName());
20118    return(1 || funcname || hash || result7 || libp) ;
20119 }
20120 
20121 static int G__G__Gui3_391_0_58(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20122 {
20123       G__letint(result7, 105, (long) TRootBrowser::DeclFileLine());
20124    return(1 || funcname || hash || result7 || libp) ;
20125 }
20126 
20127 // automatic destructor
20128 typedef TRootBrowser G__TTRootBrowser;
20129 static int G__G__Gui3_391_0_59(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20130 {
20131    char* gvp = (char*) G__getgvp();
20132    long soff = G__getstructoffset();
20133    int n = G__getaryconstruct();
20134    //
20135    //has_a_delete: 1
20136    //has_own_delete1arg: 0
20137    //has_own_delete2arg: 0
20138    //
20139    if (!soff) {
20140      return(1);
20141    }
20142    if (n) {
20143      if (gvp == (char*)G__PVOID) {
20144        delete[] (TRootBrowser*) soff;
20145      } else {
20146        G__setgvp((long) G__PVOID);
20147        for (int i = n - 1; i >= 0; --i) {
20148          ((TRootBrowser*) (soff+(sizeof(TRootBrowser)*i)))->~G__TTRootBrowser();
20149        }
20150        G__setgvp((long)gvp);
20151      }
20152    } else {
20153      if (gvp == (char*)G__PVOID) {
20154        delete (TRootBrowser*) soff;
20155      } else {
20156        G__setgvp((long) G__PVOID);
20157        ((TRootBrowser*) (soff))->~G__TTRootBrowser();
20158        G__setgvp((long)gvp);
20159      }
20160    }
20161    G__setnull(result7);
20162    return(1 || funcname || hash || result7 || libp) ;
20163 }
20164 
20165 
20166 /* TGFileBrowser */
20167 static int G__G__Gui3_394_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20168 {
20169    TGFileBrowser* p = NULL;
20170    char* gvp = (char*) G__getgvp();
20171    switch (libp->paran) {
20172    case 4:
20173      //m: 4
20174      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20175        p = new TGFileBrowser(
20176 (TGWindow*) G__int(libp->para[0]), (TBrowser*) G__int(libp->para[1])
20177 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
20178      } else {
20179        p = new((void*) gvp) TGFileBrowser(
20180 (TGWindow*) G__int(libp->para[0]), (TBrowser*) G__int(libp->para[1])
20181 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
20182      }
20183      break;
20184    case 3:
20185      //m: 3
20186      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20187        p = new TGFileBrowser(
20188 (TGWindow*) G__int(libp->para[0]), (TBrowser*) G__int(libp->para[1])
20189 , (UInt_t) G__int(libp->para[2]));
20190      } else {
20191        p = new((void*) gvp) TGFileBrowser(
20192 (TGWindow*) G__int(libp->para[0]), (TBrowser*) G__int(libp->para[1])
20193 , (UInt_t) G__int(libp->para[2]));
20194      }
20195      break;
20196    case 2:
20197      //m: 2
20198      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20199        p = new TGFileBrowser((TGWindow*) G__int(libp->para[0]), (TBrowser*) G__int(libp->para[1]));
20200      } else {
20201        p = new((void*) gvp) TGFileBrowser((TGWindow*) G__int(libp->para[0]), (TBrowser*) G__int(libp->para[1]));
20202      }
20203      break;
20204    case 1:
20205      //m: 1
20206      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20207        p = new TGFileBrowser((TGWindow*) G__int(libp->para[0]));
20208      } else {
20209        p = new((void*) gvp) TGFileBrowser((TGWindow*) G__int(libp->para[0]));
20210      }
20211      break;
20212    }
20213    result7->obj.i = (long) p;
20214    result7->ref = (long) p;
20215    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser));
20216    return(1 || funcname || hash || result7 || libp) ;
20217 }
20218 
20219 static int G__G__Gui3_394_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20220 {
20221    switch (libp->paran) {
20222    case 3:
20223       ((TGFileBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20224 , (Int_t) G__int(libp->para[2]));
20225       G__setnull(result7);
20226       break;
20227    case 2:
20228       ((TGFileBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
20229       G__setnull(result7);
20230       break;
20231    case 1:
20232       ((TGFileBrowser*) G__getstructoffset())->Add((TObject*) G__int(libp->para[0]));
20233       G__setnull(result7);
20234       break;
20235    }
20236    return(1 || funcname || hash || result7 || libp) ;
20237 }
20238 
20239 static int G__G__Gui3_394_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20240 {
20241       G__letint(result7, 85, (long) ((const TGFileBrowser*) G__getstructoffset())->GetNewBrowser());
20242    return(1 || funcname || hash || result7 || libp) ;
20243 }
20244 
20245 static int G__G__Gui3_394_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20246 {
20247       ((TGFileBrowser*) G__getstructoffset())->SetNewBrowser((TRootBrowser*) G__int(libp->para[0]));
20248       G__setnull(result7);
20249    return(1 || funcname || hash || result7 || libp) ;
20250 }
20251 
20252 static int G__G__Gui3_394_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20253 {
20254    switch (libp->paran) {
20255    case 3:
20256       ((TGFileBrowser*) G__getstructoffset())->AddFSDirectory((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20257 , (Option_t*) G__int(libp->para[2]));
20258       G__setnull(result7);
20259       break;
20260    case 2:
20261       ((TGFileBrowser*) G__getstructoffset())->AddFSDirectory((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
20262       G__setnull(result7);
20263       break;
20264    case 1:
20265       ((TGFileBrowser*) G__getstructoffset())->AddFSDirectory((const char*) G__int(libp->para[0]));
20266       G__setnull(result7);
20267       break;
20268    }
20269    return(1 || funcname || hash || result7 || libp) ;
20270 }
20271 
20272 static int G__G__Gui3_394_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20273 {
20274    switch (libp->paran) {
20275    case 3:
20276       ((TGFileBrowser*) G__getstructoffset())->AddKey((TGListTreeItem*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1])
20277 , (const char*) G__int(libp->para[2]));
20278       G__setnull(result7);
20279       break;
20280    case 2:
20281       ((TGFileBrowser*) G__getstructoffset())->AddKey((TGListTreeItem*) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
20282       G__setnull(result7);
20283       break;
20284    }
20285    return(1 || funcname || hash || result7 || libp) ;
20286 }
20287 
20288 static int G__G__Gui3_394_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20289 {
20290       ((TGFileBrowser*) G__getstructoffset())->AddRemoteFile((TObject*) G__int(libp->para[0]));
20291       G__setnull(result7);
20292    return(1 || funcname || hash || result7 || libp) ;
20293 }
20294 
20295 static int G__G__Gui3_394_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20296 {
20297       ((TGFileBrowser*) G__getstructoffset())->ApplyFilter((Int_t) G__int(libp->para[0]));
20298       G__setnull(result7);
20299    return(1 || funcname || hash || result7 || libp) ;
20300 }
20301 
20302 static int G__G__Gui3_394_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20303 {
20304       ((TGFileBrowser*) G__getstructoffset())->Chdir((TGListTreeItem*) G__int(libp->para[0]));
20305       G__setnull(result7);
20306    return(1 || funcname || hash || result7 || libp) ;
20307 }
20308 
20309 static int G__G__Gui3_394_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20310 {
20311       ((TGFileBrowser*) G__getstructoffset())->Checked((TObject*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1]));
20312       G__setnull(result7);
20313    return(1 || funcname || hash || result7 || libp) ;
20314 }
20315 
20316 static int G__G__Gui3_394_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20317 {
20318       ((TGFileBrowser*) G__getstructoffset())->CheckRemote((TGListTreeItem*) G__int(libp->para[0]));
20319       G__setnull(result7);
20320    return(1 || funcname || hash || result7 || libp) ;
20321 }
20322 
20323 static int G__G__Gui3_394_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20324 {
20325    switch (libp->paran) {
20326    case 2:
20327       G__letint(result7, 103, (long) ((TGFileBrowser*) G__getstructoffset())->CheckSorted((TGListTreeItem*) G__int(libp->para[0]), (Bool_t) G__int(libp->para[1])));
20328       break;
20329    case 1:
20330       G__letint(result7, 103, (long) ((TGFileBrowser*) G__getstructoffset())->CheckSorted((TGListTreeItem*) G__int(libp->para[0])));
20331       break;
20332    }
20333    return(1 || funcname || hash || result7 || libp) ;
20334 }
20335 
20336 static int G__G__Gui3_394_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20337 {
20338       ((TGFileBrowser*) G__getstructoffset())->Clicked((TGListTreeItem*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20339 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
20340       G__setnull(result7);
20341    return(1 || funcname || hash || result7 || libp) ;
20342 }
20343 
20344 static int G__G__Gui3_394_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20345 {
20346       {
20347          TString* pobj;
20348          TString xobj = ((TGFileBrowser*) G__getstructoffset())->DirName((TGListTreeItem*) G__int(libp->para[0]));
20349          pobj = new TString(xobj);
20350          result7->obj.i = (long) ((void*) pobj);
20351          result7->ref = result7->obj.i;
20352          G__store_tempobject(*result7);
20353       }
20354    return(1 || funcname || hash || result7 || libp) ;
20355 }
20356 
20357 static int G__G__Gui3_394_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20358 {
20359       {
20360          TString* pobj;
20361          TString xobj = ((TGFileBrowser*) G__getstructoffset())->FullPathName((TGListTreeItem*) G__int(libp->para[0]));
20362          pobj = new TString(xobj);
20363          result7->obj.i = (long) ((void*) pobj);
20364          result7->ref = result7->obj.i;
20365          G__store_tempobject(*result7);
20366       }
20367    return(1 || funcname || hash || result7 || libp) ;
20368 }
20369 
20370 static int G__G__Gui3_394_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20371 {
20372       ((TGFileBrowser*) G__getstructoffset())->DoubleClicked((TGListTreeItem*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
20373       G__setnull(result7);
20374    return(1 || funcname || hash || result7 || libp) ;
20375 }
20376 
20377 static int G__G__Gui3_394_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20378 {
20379       G__letint(result7, 108, (long) ((TGFileBrowser*) G__getstructoffset())->XXExecuteDefaultAction((TObject*) G__int(libp->para[0])));
20380    return(1 || funcname || hash || result7 || libp) ;
20381 }
20382 
20383 static int G__G__Gui3_394_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20384 {
20385       G__letint(result7, 67, (long) ((TGFileBrowser*) G__getstructoffset())->FormatFileInfo((const char*) G__int(libp->para[0]), (Long64_t) G__Longlong(libp->para[1])
20386 , (Long_t) G__int(libp->para[2])));
20387    return(1 || funcname || hash || result7 || libp) ;
20388 }
20389 
20390 static int G__G__Gui3_394_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20391 {
20392       ((TGFileBrowser*) G__getstructoffset())->GetFilePictures((const TGPicture**) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20393 , (Bool_t) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
20394       G__setnull(result7);
20395    return(1 || funcname || hash || result7 || libp) ;
20396 }
20397 
20398 static int G__G__Gui3_394_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20399 {
20400       ((TGFileBrowser*) G__getstructoffset())->GetObjPicture((const TGPicture**) G__int(libp->para[0]), (TObject*) G__int(libp->para[1]));
20401       G__setnull(result7);
20402    return(1 || funcname || hash || result7 || libp) ;
20403 }
20404 
20405 static int G__G__Gui3_394_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20406 {
20407       ((TGFileBrowser*) G__getstructoffset())->GotoDir((const char*) G__int(libp->para[0]));
20408       G__setnull(result7);
20409    return(1 || funcname || hash || result7 || libp) ;
20410 }
20411 
20412 static int G__G__Gui3_394_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20413 {
20414       ((TGFileBrowser*) G__getstructoffset())->PadModified();
20415       G__setnull(result7);
20416    return(1 || funcname || hash || result7 || libp) ;
20417 }
20418 
20419 static int G__G__Gui3_394_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20420 {
20421       ((TGFileBrowser*) G__getstructoffset())->Selected((char*) G__int(libp->para[0]));
20422       G__setnull(result7);
20423    return(1 || funcname || hash || result7 || libp) ;
20424 }
20425 
20426 static int G__G__Gui3_394_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20427 {
20428       ((TGFileBrowser*) G__getstructoffset())->ToggleSort();
20429       G__setnull(result7);
20430    return(1 || funcname || hash || result7 || libp) ;
20431 }
20432 
20433 static int G__G__Gui3_394_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20434 {
20435       ((TGFileBrowser*) G__getstructoffset())->Update();
20436       G__setnull(result7);
20437    return(1 || funcname || hash || result7 || libp) ;
20438 }
20439 
20440 static int G__G__Gui3_394_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20441 {
20442       G__letint(result7, 85, (long) TGFileBrowser::Class());
20443    return(1 || funcname || hash || result7 || libp) ;
20444 }
20445 
20446 static int G__G__Gui3_394_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20447 {
20448       G__letint(result7, 67, (long) TGFileBrowser::Class_Name());
20449    return(1 || funcname || hash || result7 || libp) ;
20450 }
20451 
20452 static int G__G__Gui3_394_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20453 {
20454       G__letint(result7, 115, (long) TGFileBrowser::Class_Version());
20455    return(1 || funcname || hash || result7 || libp) ;
20456 }
20457 
20458 static int G__G__Gui3_394_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20459 {
20460       TGFileBrowser::Dictionary();
20461       G__setnull(result7);
20462    return(1 || funcname || hash || result7 || libp) ;
20463 }
20464 
20465 static int G__G__Gui3_394_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20466 {
20467       ((TGFileBrowser*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20468       G__setnull(result7);
20469    return(1 || funcname || hash || result7 || libp) ;
20470 }
20471 
20472 static int G__G__Gui3_394_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20473 {
20474       G__letint(result7, 67, (long) TGFileBrowser::DeclFileName());
20475    return(1 || funcname || hash || result7 || libp) ;
20476 }
20477 
20478 static int G__G__Gui3_394_0_41(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20479 {
20480       G__letint(result7, 105, (long) TGFileBrowser::ImplFileLine());
20481    return(1 || funcname || hash || result7 || libp) ;
20482 }
20483 
20484 static int G__G__Gui3_394_0_42(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20485 {
20486       G__letint(result7, 67, (long) TGFileBrowser::ImplFileName());
20487    return(1 || funcname || hash || result7 || libp) ;
20488 }
20489 
20490 static int G__G__Gui3_394_0_43(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20491 {
20492       G__letint(result7, 105, (long) TGFileBrowser::DeclFileLine());
20493    return(1 || funcname || hash || result7 || libp) ;
20494 }
20495 
20496 // automatic destructor
20497 typedef TGFileBrowser G__TTGFileBrowser;
20498 static int G__G__Gui3_394_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20499 {
20500    char* gvp = (char*) G__getgvp();
20501    long soff = G__getstructoffset();
20502    int n = G__getaryconstruct();
20503    //
20504    //has_a_delete: 1
20505    //has_own_delete1arg: 0
20506    //has_own_delete2arg: 0
20507    //
20508    if (!soff) {
20509      return(1);
20510    }
20511    if (n) {
20512      if (gvp == (char*)G__PVOID) {
20513        delete[] (TGFileBrowser*) soff;
20514      } else {
20515        G__setgvp((long) G__PVOID);
20516        for (int i = n - 1; i >= 0; --i) {
20517          ((TGFileBrowser*) (soff+(sizeof(TGFileBrowser)*i)))->~G__TTGFileBrowser();
20518        }
20519        G__setgvp((long)gvp);
20520      }
20521    } else {
20522      if (gvp == (char*)G__PVOID) {
20523        delete (TGFileBrowser*) soff;
20524      } else {
20525        G__setgvp((long) G__PVOID);
20526        ((TGFileBrowser*) (soff))->~G__TTGFileBrowser();
20527        G__setgvp((long)gvp);
20528      }
20529    }
20530    G__setnull(result7);
20531    return(1 || funcname || hash || result7 || libp) ;
20532 }
20533 
20534 
20535 /* TBrowserPlugin */
20536 static int G__G__Gui3_401_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20537 {
20538    TBrowserPlugin* p = NULL;
20539    char* gvp = (char*) G__getgvp();
20540    switch (libp->paran) {
20541    case 4:
20542      //m: 4
20543      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20544        p = new TBrowserPlugin(
20545 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20546 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
20547      } else {
20548        p = new((void*) gvp) TBrowserPlugin(
20549 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20550 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3]));
20551      }
20552      break;
20553    case 3:
20554      //m: 3
20555      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20556        p = new TBrowserPlugin(
20557 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20558 , (Int_t) G__int(libp->para[2]));
20559      } else {
20560        p = new((void*) gvp) TBrowserPlugin(
20561 (const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])
20562 , (Int_t) G__int(libp->para[2]));
20563      }
20564      break;
20565    case 2:
20566      //m: 2
20567      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20568        p = new TBrowserPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
20569      } else {
20570        p = new((void*) gvp) TBrowserPlugin((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
20571      }
20572      break;
20573    case 1:
20574      //m: 1
20575      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20576        p = new TBrowserPlugin((const char*) G__int(libp->para[0]));
20577      } else {
20578        p = new((void*) gvp) TBrowserPlugin((const char*) G__int(libp->para[0]));
20579      }
20580      break;
20581    }
20582    result7->obj.i = (long) p;
20583    result7->ref = (long) p;
20584    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin));
20585    return(1 || funcname || hash || result7 || libp) ;
20586 }
20587 
20588 static int G__G__Gui3_401_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20589 {
20590       ((TBrowserPlugin*) G__getstructoffset())->SetTab((Int_t) G__int(libp->para[0]));
20591       G__setnull(result7);
20592    return(1 || funcname || hash || result7 || libp) ;
20593 }
20594 
20595 static int G__G__Gui3_401_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20596 {
20597       ((TBrowserPlugin*) G__getstructoffset())->SetSubTab((Int_t) G__int(libp->para[0]));
20598       G__setnull(result7);
20599    return(1 || funcname || hash || result7 || libp) ;
20600 }
20601 
20602 static int G__G__Gui3_401_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20603 {
20604       ((TBrowserPlugin*) G__getstructoffset())->SetCommand((const char*) G__int(libp->para[0]));
20605       G__setnull(result7);
20606    return(1 || funcname || hash || result7 || libp) ;
20607 }
20608 
20609 static int G__G__Gui3_401_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20610 {
20611       G__letint(result7, 85, (long) TBrowserPlugin::Class());
20612    return(1 || funcname || hash || result7 || libp) ;
20613 }
20614 
20615 static int G__G__Gui3_401_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20616 {
20617       G__letint(result7, 67, (long) TBrowserPlugin::Class_Name());
20618    return(1 || funcname || hash || result7 || libp) ;
20619 }
20620 
20621 static int G__G__Gui3_401_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20622 {
20623       G__letint(result7, 115, (long) TBrowserPlugin::Class_Version());
20624    return(1 || funcname || hash || result7 || libp) ;
20625 }
20626 
20627 static int G__G__Gui3_401_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20628 {
20629       TBrowserPlugin::Dictionary();
20630       G__setnull(result7);
20631    return(1 || funcname || hash || result7 || libp) ;
20632 }
20633 
20634 static int G__G__Gui3_401_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20635 {
20636       ((TBrowserPlugin*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20637       G__setnull(result7);
20638    return(1 || funcname || hash || result7 || libp) ;
20639 }
20640 
20641 static int G__G__Gui3_401_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20642 {
20643       G__letint(result7, 67, (long) TBrowserPlugin::DeclFileName());
20644    return(1 || funcname || hash || result7 || libp) ;
20645 }
20646 
20647 static int G__G__Gui3_401_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20648 {
20649       G__letint(result7, 105, (long) TBrowserPlugin::ImplFileLine());
20650    return(1 || funcname || hash || result7 || libp) ;
20651 }
20652 
20653 static int G__G__Gui3_401_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20654 {
20655       G__letint(result7, 67, (long) TBrowserPlugin::ImplFileName());
20656    return(1 || funcname || hash || result7 || libp) ;
20657 }
20658 
20659 static int G__G__Gui3_401_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20660 {
20661       G__letint(result7, 105, (long) TBrowserPlugin::DeclFileLine());
20662    return(1 || funcname || hash || result7 || libp) ;
20663 }
20664 
20665 // automatic copy constructor
20666 static int G__G__Gui3_401_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20667 
20668 {
20669    TBrowserPlugin* p;
20670    void* tmp = (void*) G__int(libp->para[0]);
20671    p = new TBrowserPlugin(*(TBrowserPlugin*) tmp);
20672    result7->obj.i = (long) p;
20673    result7->ref = (long) p;
20674    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin));
20675    return(1 || funcname || hash || result7 || libp) ;
20676 }
20677 
20678 // automatic destructor
20679 typedef TBrowserPlugin G__TTBrowserPlugin;
20680 static int G__G__Gui3_401_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20681 {
20682    char* gvp = (char*) G__getgvp();
20683    long soff = G__getstructoffset();
20684    int n = G__getaryconstruct();
20685    //
20686    //has_a_delete: 1
20687    //has_own_delete1arg: 0
20688    //has_own_delete2arg: 0
20689    //
20690    if (!soff) {
20691      return(1);
20692    }
20693    if (n) {
20694      if (gvp == (char*)G__PVOID) {
20695        delete[] (TBrowserPlugin*) soff;
20696      } else {
20697        G__setgvp((long) G__PVOID);
20698        for (int i = n - 1; i >= 0; --i) {
20699          ((TBrowserPlugin*) (soff+(sizeof(TBrowserPlugin)*i)))->~G__TTBrowserPlugin();
20700        }
20701        G__setgvp((long)gvp);
20702      }
20703    } else {
20704      if (gvp == (char*)G__PVOID) {
20705        delete (TBrowserPlugin*) soff;
20706      } else {
20707        G__setgvp((long) G__PVOID);
20708        ((TBrowserPlugin*) (soff))->~G__TTBrowserPlugin();
20709        G__setgvp((long)gvp);
20710      }
20711    }
20712    G__setnull(result7);
20713    return(1 || funcname || hash || result7 || libp) ;
20714 }
20715 
20716 // automatic assignment operator
20717 static int G__G__Gui3_401_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20718 {
20719    TBrowserPlugin* dest = (TBrowserPlugin*) G__getstructoffset();
20720    *dest = *(TBrowserPlugin*) libp->para[0].ref;
20721    const TBrowserPlugin& obj = *dest;
20722    result7->ref = (long) (&obj);
20723    result7->obj.i = (long) (&obj);
20724    return(1 || funcname || hash || result7 || libp) ;
20725 }
20726 
20727 
20728 /* TGRectMap */
20729 static int G__G__Gui3_409_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20730 {
20731    TGRectMap* p = NULL;
20732    char* gvp = (char*) G__getgvp();
20733    //m: 4
20734    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20735      p = new TGRectMap(
20736 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20737 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
20738    } else {
20739      p = new((void*) gvp) TGRectMap(
20740 (Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20741 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
20742    }
20743    result7->obj.i = (long) p;
20744    result7->ref = (long) p;
20745    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGRectMap));
20746    return(1 || funcname || hash || result7 || libp) ;
20747 }
20748 
20749 static int G__G__Gui3_409_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20750 {
20751       G__letint(result7, 103, (long) ((const TGRectMap*) G__getstructoffset())->Contains((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])));
20752    return(1 || funcname || hash || result7 || libp) ;
20753 }
20754 
20755 static int G__G__Gui3_409_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20756 {
20757       G__letint(result7, 85, (long) TGRectMap::Class());
20758    return(1 || funcname || hash || result7 || libp) ;
20759 }
20760 
20761 static int G__G__Gui3_409_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20762 {
20763       G__letint(result7, 67, (long) TGRectMap::Class_Name());
20764    return(1 || funcname || hash || result7 || libp) ;
20765 }
20766 
20767 static int G__G__Gui3_409_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20768 {
20769       G__letint(result7, 115, (long) TGRectMap::Class_Version());
20770    return(1 || funcname || hash || result7 || libp) ;
20771 }
20772 
20773 static int G__G__Gui3_409_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20774 {
20775       TGRectMap::Dictionary();
20776       G__setnull(result7);
20777    return(1 || funcname || hash || result7 || libp) ;
20778 }
20779 
20780 static int G__G__Gui3_409_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20781 {
20782       ((TGRectMap*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20783       G__setnull(result7);
20784    return(1 || funcname || hash || result7 || libp) ;
20785 }
20786 
20787 static int G__G__Gui3_409_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20788 {
20789       G__letint(result7, 67, (long) TGRectMap::DeclFileName());
20790    return(1 || funcname || hash || result7 || libp) ;
20791 }
20792 
20793 static int G__G__Gui3_409_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20794 {
20795       G__letint(result7, 105, (long) TGRectMap::ImplFileLine());
20796    return(1 || funcname || hash || result7 || libp) ;
20797 }
20798 
20799 static int G__G__Gui3_409_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20800 {
20801       G__letint(result7, 67, (long) TGRectMap::ImplFileName());
20802    return(1 || funcname || hash || result7 || libp) ;
20803 }
20804 
20805 static int G__G__Gui3_409_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20806 {
20807       G__letint(result7, 105, (long) TGRectMap::DeclFileLine());
20808    return(1 || funcname || hash || result7 || libp) ;
20809 }
20810 
20811 // automatic destructor
20812 typedef TGRectMap G__TTGRectMap;
20813 static int G__G__Gui3_409_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20814 {
20815    char* gvp = (char*) G__getgvp();
20816    long soff = G__getstructoffset();
20817    int n = G__getaryconstruct();
20818    //
20819    //has_a_delete: 1
20820    //has_own_delete1arg: 0
20821    //has_own_delete2arg: 0
20822    //
20823    if (!soff) {
20824      return(1);
20825    }
20826    if (n) {
20827      if (gvp == (char*)G__PVOID) {
20828        delete[] (TGRectMap*) soff;
20829      } else {
20830        G__setgvp((long) G__PVOID);
20831        for (int i = n - 1; i >= 0; --i) {
20832          ((TGRectMap*) (soff+(sizeof(TGRectMap)*i)))->~G__TTGRectMap();
20833        }
20834        G__setgvp((long)gvp);
20835      }
20836    } else {
20837      if (gvp == (char*)G__PVOID) {
20838        delete (TGRectMap*) soff;
20839      } else {
20840        G__setgvp((long) G__PVOID);
20841        ((TGRectMap*) (soff))->~G__TTGRectMap();
20842        G__setgvp((long)gvp);
20843      }
20844    }
20845    G__setnull(result7);
20846    return(1 || funcname || hash || result7 || libp) ;
20847 }
20848 
20849 
20850 /* TGSplitTool */
20851 static int G__G__Gui3_410_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20852 {
20853    TGSplitTool* p = NULL;
20854    char* gvp = (char*) G__getgvp();
20855    switch (libp->paran) {
20856    case 2:
20857      //m: 2
20858      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20859        p = new TGSplitTool((TGWindow*) G__int(libp->para[0]), (TGFrame*) G__int(libp->para[1]));
20860      } else {
20861        p = new((void*) gvp) TGSplitTool((TGWindow*) G__int(libp->para[0]), (TGFrame*) G__int(libp->para[1]));
20862      }
20863      break;
20864    case 1:
20865      //m: 1
20866      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20867        p = new TGSplitTool((TGWindow*) G__int(libp->para[0]));
20868      } else {
20869        p = new((void*) gvp) TGSplitTool((TGWindow*) G__int(libp->para[0]));
20870      }
20871      break;
20872    case 0:
20873      int n = G__getaryconstruct();
20874      if (n) {
20875        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20876          p = new TGSplitTool[n];
20877        } else {
20878          p = new((void*) gvp) TGSplitTool[n];
20879        }
20880      } else {
20881        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
20882          p = new TGSplitTool;
20883        } else {
20884          p = new((void*) gvp) TGSplitTool;
20885        }
20886      }
20887      break;
20888    }
20889    result7->obj.i = (long) p;
20890    result7->ref = (long) p;
20891    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool));
20892    return(1 || funcname || hash || result7 || libp) ;
20893 }
20894 
20895 static int G__G__Gui3_410_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20896 {
20897       ((TGSplitTool*) G__getstructoffset())->AddRectangle((TGFrame*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
20898 , (Int_t) G__int(libp->para[2]), (Int_t) G__int(libp->para[3])
20899 , (Int_t) G__int(libp->para[4]));
20900       G__setnull(result7);
20901    return(1 || funcname || hash || result7 || libp) ;
20902 }
20903 
20904 static int G__G__Gui3_410_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20905 {
20906       ((TGSplitTool*) G__getstructoffset())->Show((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
20907       G__setnull(result7);
20908    return(1 || funcname || hash || result7 || libp) ;
20909 }
20910 
20911 static int G__G__Gui3_410_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20912 {
20913       ((TGSplitTool*) G__getstructoffset())->Hide();
20914       G__setnull(result7);
20915    return(1 || funcname || hash || result7 || libp) ;
20916 }
20917 
20918 static int G__G__Gui3_410_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20919 {
20920       ((TGSplitTool*) G__getstructoffset())->Reset();
20921       G__setnull(result7);
20922    return(1 || funcname || hash || result7 || libp) ;
20923 }
20924 
20925 static int G__G__Gui3_410_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20926 {
20927       ((TGSplitTool*) G__getstructoffset())->SetPosition((Int_t) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
20928       G__setnull(result7);
20929    return(1 || funcname || hash || result7 || libp) ;
20930 }
20931 
20932 static int G__G__Gui3_410_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20933 {
20934       G__letint(result7, 85, (long) TGSplitTool::Class());
20935    return(1 || funcname || hash || result7 || libp) ;
20936 }
20937 
20938 static int G__G__Gui3_410_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20939 {
20940       G__letint(result7, 67, (long) TGSplitTool::Class_Name());
20941    return(1 || funcname || hash || result7 || libp) ;
20942 }
20943 
20944 static int G__G__Gui3_410_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20945 {
20946       G__letint(result7, 115, (long) TGSplitTool::Class_Version());
20947    return(1 || funcname || hash || result7 || libp) ;
20948 }
20949 
20950 static int G__G__Gui3_410_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20951 {
20952       TGSplitTool::Dictionary();
20953       G__setnull(result7);
20954    return(1 || funcname || hash || result7 || libp) ;
20955 }
20956 
20957 static int G__G__Gui3_410_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20958 {
20959       ((TGSplitTool*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
20960       G__setnull(result7);
20961    return(1 || funcname || hash || result7 || libp) ;
20962 }
20963 
20964 static int G__G__Gui3_410_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20965 {
20966       G__letint(result7, 67, (long) TGSplitTool::DeclFileName());
20967    return(1 || funcname || hash || result7 || libp) ;
20968 }
20969 
20970 static int G__G__Gui3_410_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20971 {
20972       G__letint(result7, 105, (long) TGSplitTool::ImplFileLine());
20973    return(1 || funcname || hash || result7 || libp) ;
20974 }
20975 
20976 static int G__G__Gui3_410_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20977 {
20978       G__letint(result7, 67, (long) TGSplitTool::ImplFileName());
20979    return(1 || funcname || hash || result7 || libp) ;
20980 }
20981 
20982 static int G__G__Gui3_410_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20983 {
20984       G__letint(result7, 105, (long) TGSplitTool::DeclFileLine());
20985    return(1 || funcname || hash || result7 || libp) ;
20986 }
20987 
20988 // automatic destructor
20989 typedef TGSplitTool G__TTGSplitTool;
20990 static int G__G__Gui3_410_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
20991 {
20992    char* gvp = (char*) G__getgvp();
20993    long soff = G__getstructoffset();
20994    int n = G__getaryconstruct();
20995    //
20996    //has_a_delete: 1
20997    //has_own_delete1arg: 0
20998    //has_own_delete2arg: 0
20999    //
21000    if (!soff) {
21001      return(1);
21002    }
21003    if (n) {
21004      if (gvp == (char*)G__PVOID) {
21005        delete[] (TGSplitTool*) soff;
21006      } else {
21007        G__setgvp((long) G__PVOID);
21008        for (int i = n - 1; i >= 0; --i) {
21009          ((TGSplitTool*) (soff+(sizeof(TGSplitTool)*i)))->~G__TTGSplitTool();
21010        }
21011        G__setgvp((long)gvp);
21012      }
21013    } else {
21014      if (gvp == (char*)G__PVOID) {
21015        delete (TGSplitTool*) soff;
21016      } else {
21017        G__setgvp((long) G__PVOID);
21018        ((TGSplitTool*) (soff))->~G__TTGSplitTool();
21019        G__setgvp((long)gvp);
21020      }
21021    }
21022    G__setnull(result7);
21023    return(1 || funcname || hash || result7 || libp) ;
21024 }
21025 
21026 
21027 /* TGSplitFrame */
21028 static int G__G__Gui3_411_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21029 {
21030    TGSplitFrame* p = NULL;
21031    char* gvp = (char*) G__getgvp();
21032    switch (libp->paran) {
21033    case 4:
21034      //m: 4
21035      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21036        p = new TGSplitFrame(
21037 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21038 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
21039      } else {
21040        p = new((void*) gvp) TGSplitFrame(
21041 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21042 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
21043      }
21044      break;
21045    case 3:
21046      //m: 3
21047      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21048        p = new TGSplitFrame(
21049 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21050 , (UInt_t) G__int(libp->para[2]));
21051      } else {
21052        p = new((void*) gvp) TGSplitFrame(
21053 (TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1])
21054 , (UInt_t) G__int(libp->para[2]));
21055      }
21056      break;
21057    case 2:
21058      //m: 2
21059      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21060        p = new TGSplitFrame((TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
21061      } else {
21062        p = new((void*) gvp) TGSplitFrame((TGWindow*) G__int(libp->para[0]), (UInt_t) G__int(libp->para[1]));
21063      }
21064      break;
21065    case 1:
21066      //m: 1
21067      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21068        p = new TGSplitFrame((TGWindow*) G__int(libp->para[0]));
21069      } else {
21070        p = new((void*) gvp) TGSplitFrame((TGWindow*) G__int(libp->para[0]));
21071      }
21072      break;
21073    case 0:
21074      int n = G__getaryconstruct();
21075      if (n) {
21076        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21077          p = new TGSplitFrame[n];
21078        } else {
21079          p = new((void*) gvp) TGSplitFrame[n];
21080        }
21081      } else {
21082        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21083          p = new TGSplitFrame;
21084        } else {
21085          p = new((void*) gvp) TGSplitFrame;
21086        }
21087      }
21088      break;
21089    }
21090    result7->obj.i = (long) p;
21091    result7->ref = (long) p;
21092    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame));
21093    return(1 || funcname || hash || result7 || libp) ;
21094 }
21095 
21096 static int G__G__Gui3_411_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21097 {
21098    switch (libp->paran) {
21099    case 1:
21100       ((TGSplitFrame*) G__getstructoffset())->HSplit((UInt_t) G__int(libp->para[0]));
21101       G__setnull(result7);
21102       break;
21103    case 0:
21104       ((TGSplitFrame*) G__getstructoffset())->HSplit();
21105       G__setnull(result7);
21106       break;
21107    }
21108    return(1 || funcname || hash || result7 || libp) ;
21109 }
21110 
21111 static int G__G__Gui3_411_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21112 {
21113    switch (libp->paran) {
21114    case 1:
21115       ((TGSplitFrame*) G__getstructoffset())->VSplit((UInt_t) G__int(libp->para[0]));
21116       G__setnull(result7);
21117       break;
21118    case 0:
21119       ((TGSplitFrame*) G__getstructoffset())->VSplit();
21120       G__setnull(result7);
21121       break;
21122    }
21123    return(1 || funcname || hash || result7 || libp) ;
21124 }
21125 
21126 static int G__G__Gui3_411_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21127 {
21128       G__letint(result7, 85, (long) ((const TGSplitFrame*) G__getstructoffset())->GetFirst());
21129    return(1 || funcname || hash || result7 || libp) ;
21130 }
21131 
21132 static int G__G__Gui3_411_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21133 {
21134       G__letint(result7, 85, (long) ((const TGSplitFrame*) G__getstructoffset())->GetFrame());
21135    return(1 || funcname || hash || result7 || libp) ;
21136 }
21137 
21138 static int G__G__Gui3_411_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21139 {
21140       G__letint(result7, 85, (long) ((const TGSplitFrame*) G__getstructoffset())->GetSecond());
21141    return(1 || funcname || hash || result7 || libp) ;
21142 }
21143 
21144 static int G__G__Gui3_411_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21145 {
21146       G__letint(result7, 85, (long) ((const TGSplitFrame*) G__getstructoffset())->GetSplitter());
21147    return(1 || funcname || hash || result7 || libp) ;
21148 }
21149 
21150 static int G__G__Gui3_411_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21151 {
21152       G__letint(result7, 85, (long) ((const TGSplitFrame*) G__getstructoffset())->GetSplitTool());
21153    return(1 || funcname || hash || result7 || libp) ;
21154 }
21155 
21156 static int G__G__Gui3_411_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21157 {
21158       G__letint(result7, 85, (long) ((TGSplitFrame*) G__getstructoffset())->GetTopFrame());
21159    return(1 || funcname || hash || result7 || libp) ;
21160 }
21161 
21162 static int G__G__Gui3_411_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21163 {
21164       G__letint(result7, 85, (long) ((const TGSplitFrame*) G__getstructoffset())->GetUndocked());
21165    return(1 || funcname || hash || result7 || libp) ;
21166 }
21167 
21168 static int G__G__Gui3_411_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21169 {
21170       G__letdouble(result7, 102, (double) ((const TGSplitFrame*) G__getstructoffset())->GetHRatio());
21171    return(1 || funcname || hash || result7 || libp) ;
21172 }
21173 
21174 static int G__G__Gui3_411_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21175 {
21176       G__letdouble(result7, 102, (double) ((const TGSplitFrame*) G__getstructoffset())->GetWRatio());
21177    return(1 || funcname || hash || result7 || libp) ;
21178 }
21179 
21180 static int G__G__Gui3_411_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21181 {
21182       ((TGSplitFrame*) G__getstructoffset())->MapToSPlitTool((TGSplitFrame*) G__int(libp->para[0]));
21183       G__setnull(result7);
21184    return(1 || funcname || hash || result7 || libp) ;
21185 }
21186 
21187 static int G__G__Gui3_411_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21188 {
21189       ((TGSplitFrame*) G__getstructoffset())->OnSplitterClicked((Event_t*) G__int(libp->para[0]));
21190       G__setnull(result7);
21191    return(1 || funcname || hash || result7 || libp) ;
21192 }
21193 
21194 static int G__G__Gui3_411_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21195 {
21196       ((TGSplitFrame*) G__getstructoffset())->SetHRatio((Float_t) G__double(libp->para[0]));
21197       G__setnull(result7);
21198    return(1 || funcname || hash || result7 || libp) ;
21199 }
21200 
21201 static int G__G__Gui3_411_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21202 {
21203       ((TGSplitFrame*) G__getstructoffset())->SetWRatio((Float_t) G__double(libp->para[0]));
21204       G__setnull(result7);
21205    return(1 || funcname || hash || result7 || libp) ;
21206 }
21207 
21208 static int G__G__Gui3_411_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21209 {
21210    switch (libp->paran) {
21211    case 1:
21212       ((TGSplitFrame*) G__getstructoffset())->SplitHorizontal((const char*) G__int(libp->para[0]));
21213       G__setnull(result7);
21214       break;
21215    case 0:
21216       ((TGSplitFrame*) G__getstructoffset())->SplitHorizontal();
21217       G__setnull(result7);
21218       break;
21219    }
21220    return(1 || funcname || hash || result7 || libp) ;
21221 }
21222 
21223 static int G__G__Gui3_411_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21224 {
21225    switch (libp->paran) {
21226    case 1:
21227       ((TGSplitFrame*) G__getstructoffset())->SplitVertical((const char*) G__int(libp->para[0]));
21228       G__setnull(result7);
21229       break;
21230    case 0:
21231       ((TGSplitFrame*) G__getstructoffset())->SplitVertical();
21232       G__setnull(result7);
21233       break;
21234    }
21235    return(1 || funcname || hash || result7 || libp) ;
21236 }
21237 
21238 static int G__G__Gui3_411_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21239 {
21240       ((TGSplitFrame*) G__getstructoffset())->UnSplit((const char*) G__int(libp->para[0]));
21241       G__setnull(result7);
21242    return(1 || funcname || hash || result7 || libp) ;
21243 }
21244 
21245 static int G__G__Gui3_411_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21246 {
21247       ((TGSplitFrame*) G__getstructoffset())->Close();
21248       G__setnull(result7);
21249    return(1 || funcname || hash || result7 || libp) ;
21250 }
21251 
21252 static int G__G__Gui3_411_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21253 {
21254       ((TGSplitFrame*) G__getstructoffset())->CloseAndCollapse();
21255       G__setnull(result7);
21256    return(1 || funcname || hash || result7 || libp) ;
21257 }
21258 
21259 static int G__G__Gui3_411_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21260 {
21261       ((TGSplitFrame*) G__getstructoffset())->ExtractFrame();
21262       G__setnull(result7);
21263    return(1 || funcname || hash || result7 || libp) ;
21264 }
21265 
21266 static int G__G__Gui3_411_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21267 {
21268       ((TGSplitFrame*) G__getstructoffset())->SwallowBack();
21269       G__setnull(result7);
21270    return(1 || funcname || hash || result7 || libp) ;
21271 }
21272 
21273 static int G__G__Gui3_411_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21274 {
21275       ((TGSplitFrame*) G__getstructoffset())->SwitchToMain();
21276       G__setnull(result7);
21277    return(1 || funcname || hash || result7 || libp) ;
21278 }
21279 
21280 static int G__G__Gui3_411_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21281 {
21282       ((TGSplitFrame*) G__getstructoffset())->SplitHor();
21283       G__setnull(result7);
21284    return(1 || funcname || hash || result7 || libp) ;
21285 }
21286 
21287 static int G__G__Gui3_411_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21288 {
21289       ((TGSplitFrame*) G__getstructoffset())->SplitVer();
21290       G__setnull(result7);
21291    return(1 || funcname || hash || result7 || libp) ;
21292 }
21293 
21294 static int G__G__Gui3_411_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21295 {
21296       ((TGSplitFrame*) G__getstructoffset())->Docked((TGFrame*) G__int(libp->para[0]));
21297       G__setnull(result7);
21298    return(1 || funcname || hash || result7 || libp) ;
21299 }
21300 
21301 static int G__G__Gui3_411_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21302 {
21303       ((TGSplitFrame*) G__getstructoffset())->Undocked((TGFrame*) G__int(libp->para[0]));
21304       G__setnull(result7);
21305    return(1 || funcname || hash || result7 || libp) ;
21306 }
21307 
21308 static int G__G__Gui3_411_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21309 {
21310       TGSplitFrame::SwitchFrames((TGFrame*) G__int(libp->para[0]), (TGCompositeFrame*) G__int(libp->para[1])
21311 , (TGFrame*) G__int(libp->para[2]));
21312       G__setnull(result7);
21313    return(1 || funcname || hash || result7 || libp) ;
21314 }
21315 
21316 static int G__G__Gui3_411_0_37(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21317 {
21318       G__letint(result7, 85, (long) TGSplitFrame::Class());
21319    return(1 || funcname || hash || result7 || libp) ;
21320 }
21321 
21322 static int G__G__Gui3_411_0_38(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21323 {
21324       G__letint(result7, 67, (long) TGSplitFrame::Class_Name());
21325    return(1 || funcname || hash || result7 || libp) ;
21326 }
21327 
21328 static int G__G__Gui3_411_0_39(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21329 {
21330       G__letint(result7, 115, (long) TGSplitFrame::Class_Version());
21331    return(1 || funcname || hash || result7 || libp) ;
21332 }
21333 
21334 static int G__G__Gui3_411_0_40(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21335 {
21336       TGSplitFrame::Dictionary();
21337       G__setnull(result7);
21338    return(1 || funcname || hash || result7 || libp) ;
21339 }
21340 
21341 static int G__G__Gui3_411_0_44(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21342 {
21343       ((TGSplitFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
21344       G__setnull(result7);
21345    return(1 || funcname || hash || result7 || libp) ;
21346 }
21347 
21348 static int G__G__Gui3_411_0_45(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21349 {
21350       G__letint(result7, 67, (long) TGSplitFrame::DeclFileName());
21351    return(1 || funcname || hash || result7 || libp) ;
21352 }
21353 
21354 static int G__G__Gui3_411_0_46(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21355 {
21356       G__letint(result7, 105, (long) TGSplitFrame::ImplFileLine());
21357    return(1 || funcname || hash || result7 || libp) ;
21358 }
21359 
21360 static int G__G__Gui3_411_0_47(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21361 {
21362       G__letint(result7, 67, (long) TGSplitFrame::ImplFileName());
21363    return(1 || funcname || hash || result7 || libp) ;
21364 }
21365 
21366 static int G__G__Gui3_411_0_48(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21367 {
21368       G__letint(result7, 105, (long) TGSplitFrame::DeclFileLine());
21369    return(1 || funcname || hash || result7 || libp) ;
21370 }
21371 
21372 // automatic destructor
21373 typedef TGSplitFrame G__TTGSplitFrame;
21374 static int G__G__Gui3_411_0_49(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21375 {
21376    char* gvp = (char*) G__getgvp();
21377    long soff = G__getstructoffset();
21378    int n = G__getaryconstruct();
21379    //
21380    //has_a_delete: 1
21381    //has_own_delete1arg: 0
21382    //has_own_delete2arg: 0
21383    //
21384    if (!soff) {
21385      return(1);
21386    }
21387    if (n) {
21388      if (gvp == (char*)G__PVOID) {
21389        delete[] (TGSplitFrame*) soff;
21390      } else {
21391        G__setgvp((long) G__PVOID);
21392        for (int i = n - 1; i >= 0; --i) {
21393          ((TGSplitFrame*) (soff+(sizeof(TGSplitFrame)*i)))->~G__TTGSplitFrame();
21394        }
21395        G__setgvp((long)gvp);
21396      }
21397    } else {
21398      if (gvp == (char*)G__PVOID) {
21399        delete (TGSplitFrame*) soff;
21400      } else {
21401        G__setgvp((long) G__PVOID);
21402        ((TGSplitFrame*) (soff))->~G__TTGSplitFrame();
21403        G__setgvp((long)gvp);
21404      }
21405    }
21406    G__setnull(result7);
21407    return(1 || funcname || hash || result7 || libp) ;
21408 }
21409 
21410 
21411 /* TGShapedFrame */
21412 static int G__G__Gui3_412_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21413 {
21414    TGShapedFrame* p = NULL;
21415    char* gvp = (char*) G__getgvp();
21416    switch (libp->paran) {
21417    case 5:
21418      //m: 5
21419      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21420        p = new TGShapedFrame(
21421 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21422 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
21423 , (UInt_t) G__int(libp->para[4]));
21424      } else {
21425        p = new((void*) gvp) TGShapedFrame(
21426 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21427 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3])
21428 , (UInt_t) G__int(libp->para[4]));
21429      }
21430      break;
21431    case 4:
21432      //m: 4
21433      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21434        p = new TGShapedFrame(
21435 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21436 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
21437      } else {
21438        p = new((void*) gvp) TGShapedFrame(
21439 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21440 , (UInt_t) G__int(libp->para[2]), (UInt_t) G__int(libp->para[3]));
21441      }
21442      break;
21443    case 3:
21444      //m: 3
21445      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21446        p = new TGShapedFrame(
21447 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21448 , (UInt_t) G__int(libp->para[2]));
21449      } else {
21450        p = new((void*) gvp) TGShapedFrame(
21451 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21452 , (UInt_t) G__int(libp->para[2]));
21453      }
21454      break;
21455    case 2:
21456      //m: 2
21457      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21458        p = new TGShapedFrame((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
21459      } else {
21460        p = new((void*) gvp) TGShapedFrame((const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1]));
21461      }
21462      break;
21463    case 1:
21464      //m: 1
21465      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21466        p = new TGShapedFrame((const char*) G__int(libp->para[0]));
21467      } else {
21468        p = new((void*) gvp) TGShapedFrame((const char*) G__int(libp->para[0]));
21469      }
21470      break;
21471    case 0:
21472      int n = G__getaryconstruct();
21473      if (n) {
21474        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21475          p = new TGShapedFrame[n];
21476        } else {
21477          p = new((void*) gvp) TGShapedFrame[n];
21478        }
21479      } else {
21480        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21481          p = new TGShapedFrame;
21482        } else {
21483          p = new((void*) gvp) TGShapedFrame;
21484        }
21485      }
21486      break;
21487    }
21488    result7->obj.i = (long) p;
21489    result7->ref = (long) p;
21490    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame));
21491    return(1 || funcname || hash || result7 || libp) ;
21492 }
21493 
21494 static int G__G__Gui3_412_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21495 {
21496       {
21497          const TGPicture* pobj;
21498          const TGPicture xobj = ((const TGShapedFrame*) G__getstructoffset())->GetPicture();
21499          pobj = new TGPicture(xobj);
21500          result7->obj.i = (long) ((void*) pobj);
21501          result7->ref = result7->obj.i;
21502          G__store_tempobject(*result7);
21503       }
21504    return(1 || funcname || hash || result7 || libp) ;
21505 }
21506 
21507 static int G__G__Gui3_412_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21508 {
21509       {
21510          const TImage* pobj;
21511          const TImage xobj = ((const TGShapedFrame*) G__getstructoffset())->GetImage();
21512          pobj = new TImage(xobj);
21513          result7->obj.i = (long) ((void*) pobj);
21514          result7->ref = result7->obj.i;
21515          G__store_tempobject(*result7);
21516       }
21517    return(1 || funcname || hash || result7 || libp) ;
21518 }
21519 
21520 static int G__G__Gui3_412_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21521 {
21522       G__letint(result7, 85, (long) TGShapedFrame::Class());
21523    return(1 || funcname || hash || result7 || libp) ;
21524 }
21525 
21526 static int G__G__Gui3_412_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21527 {
21528       G__letint(result7, 67, (long) TGShapedFrame::Class_Name());
21529    return(1 || funcname || hash || result7 || libp) ;
21530 }
21531 
21532 static int G__G__Gui3_412_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21533 {
21534       G__letint(result7, 115, (long) TGShapedFrame::Class_Version());
21535    return(1 || funcname || hash || result7 || libp) ;
21536 }
21537 
21538 static int G__G__Gui3_412_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21539 {
21540       TGShapedFrame::Dictionary();
21541       G__setnull(result7);
21542    return(1 || funcname || hash || result7 || libp) ;
21543 }
21544 
21545 static int G__G__Gui3_412_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21546 {
21547       ((TGShapedFrame*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
21548       G__setnull(result7);
21549    return(1 || funcname || hash || result7 || libp) ;
21550 }
21551 
21552 static int G__G__Gui3_412_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21553 {
21554       G__letint(result7, 67, (long) TGShapedFrame::DeclFileName());
21555    return(1 || funcname || hash || result7 || libp) ;
21556 }
21557 
21558 static int G__G__Gui3_412_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21559 {
21560       G__letint(result7, 105, (long) TGShapedFrame::ImplFileLine());
21561    return(1 || funcname || hash || result7 || libp) ;
21562 }
21563 
21564 static int G__G__Gui3_412_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21565 {
21566       G__letint(result7, 67, (long) TGShapedFrame::ImplFileName());
21567    return(1 || funcname || hash || result7 || libp) ;
21568 }
21569 
21570 static int G__G__Gui3_412_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21571 {
21572       G__letint(result7, 105, (long) TGShapedFrame::DeclFileLine());
21573    return(1 || funcname || hash || result7 || libp) ;
21574 }
21575 
21576 // automatic destructor
21577 typedef TGShapedFrame G__TTGShapedFrame;
21578 static int G__G__Gui3_412_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21579 {
21580    char* gvp = (char*) G__getgvp();
21581    long soff = G__getstructoffset();
21582    int n = G__getaryconstruct();
21583    //
21584    //has_a_delete: 1
21585    //has_own_delete1arg: 0
21586    //has_own_delete2arg: 0
21587    //
21588    if (!soff) {
21589      return(1);
21590    }
21591    if (n) {
21592      if (gvp == (char*)G__PVOID) {
21593        delete[] (TGShapedFrame*) soff;
21594      } else {
21595        G__setgvp((long) G__PVOID);
21596        for (int i = n - 1; i >= 0; --i) {
21597          ((TGShapedFrame*) (soff+(sizeof(TGShapedFrame)*i)))->~G__TTGShapedFrame();
21598        }
21599        G__setgvp((long)gvp);
21600      }
21601    } else {
21602      if (gvp == (char*)G__PVOID) {
21603        delete (TGShapedFrame*) soff;
21604      } else {
21605        G__setgvp((long) G__PVOID);
21606        ((TGShapedFrame*) (soff))->~G__TTGShapedFrame();
21607        G__setgvp((long)gvp);
21608      }
21609    }
21610    G__setnull(result7);
21611    return(1 || funcname || hash || result7 || libp) ;
21612 }
21613 
21614 
21615 /* TGEventHandler */
21616 static int G__G__Gui3_413_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21617 {
21618    TGEventHandler* p = NULL;
21619    char* gvp = (char*) G__getgvp();
21620    switch (libp->paran) {
21621    case 4:
21622      //m: 4
21623      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21624        p = new TGEventHandler(
21625 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21626 , (TObject*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
21627      } else {
21628        p = new((void*) gvp) TGEventHandler(
21629 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21630 , (TObject*) G__int(libp->para[2]), (const char*) G__int(libp->para[3]));
21631      }
21632      break;
21633    case 3:
21634      //m: 3
21635      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
21636        p = new TGEventHandler(
21637 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21638 , (TObject*) G__int(libp->para[2]));
21639      } else {
21640        p = new((void*) gvp) TGEventHandler(
21641 (const char*) G__int(libp->para[0]), (TGWindow*) G__int(libp->para[1])
21642 , (TObject*) G__int(libp->para[2]));
21643      }
21644      break;
21645    }
21646    result7->obj.i = (long) p;
21647    result7->ref = (long) p;
21648    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler));
21649    return(1 || funcname || hash || result7 || libp) ;
21650 }
21651 
21652 static int G__G__Gui3_413_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21653 {
21654       ((TGEventHandler*) G__getstructoffset())->Activate();
21655       G__setnull(result7);
21656    return(1 || funcname || hash || result7 || libp) ;
21657 }
21658 
21659 static int G__G__Gui3_413_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21660 {
21661       ((TGEventHandler*) G__getstructoffset())->DeActivate();
21662       G__setnull(result7);
21663    return(1 || funcname || hash || result7 || libp) ;
21664 }
21665 
21666 static int G__G__Gui3_413_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21667 {
21668       G__letint(result7, 103, (long) ((const TGEventHandler*) G__getstructoffset())->IsActive());
21669    return(1 || funcname || hash || result7 || libp) ;
21670 }
21671 
21672 static int G__G__Gui3_413_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21673 {
21674       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleEvent((Event_t*) G__int(libp->para[0])));
21675    return(1 || funcname || hash || result7 || libp) ;
21676 }
21677 
21678 static int G__G__Gui3_413_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21679 {
21680       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleConfigureNotify((Event_t*) G__int(libp->para[0])));
21681    return(1 || funcname || hash || result7 || libp) ;
21682 }
21683 
21684 static int G__G__Gui3_413_0_10(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21685 {
21686       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleButton((Event_t*) G__int(libp->para[0])));
21687    return(1 || funcname || hash || result7 || libp) ;
21688 }
21689 
21690 static int G__G__Gui3_413_0_11(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21691 {
21692       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleDoubleClick((Event_t*) G__int(libp->para[0])));
21693    return(1 || funcname || hash || result7 || libp) ;
21694 }
21695 
21696 static int G__G__Gui3_413_0_12(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21697 {
21698       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleCrossing((Event_t*) G__int(libp->para[0])));
21699    return(1 || funcname || hash || result7 || libp) ;
21700 }
21701 
21702 static int G__G__Gui3_413_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21703 {
21704       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleMotion((Event_t*) G__int(libp->para[0])));
21705    return(1 || funcname || hash || result7 || libp) ;
21706 }
21707 
21708 static int G__G__Gui3_413_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21709 {
21710       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleKey((Event_t*) G__int(libp->para[0])));
21711    return(1 || funcname || hash || result7 || libp) ;
21712 }
21713 
21714 static int G__G__Gui3_413_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21715 {
21716       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleFocusChange((Event_t*) G__int(libp->para[0])));
21717    return(1 || funcname || hash || result7 || libp) ;
21718 }
21719 
21720 static int G__G__Gui3_413_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21721 {
21722       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleSelection((Event_t*) G__int(libp->para[0])));
21723    return(1 || funcname || hash || result7 || libp) ;
21724 }
21725 
21726 static int G__G__Gui3_413_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21727 {
21728       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleSelectionRequest((Event_t*) G__int(libp->para[0])));
21729    return(1 || funcname || hash || result7 || libp) ;
21730 }
21731 
21732 static int G__G__Gui3_413_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21733 {
21734       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleSelectionClear((Event_t*) G__int(libp->para[0])));
21735    return(1 || funcname || hash || result7 || libp) ;
21736 }
21737 
21738 static int G__G__Gui3_413_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21739 {
21740       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->HandleColormapChange((Event_t*) G__int(libp->para[0])));
21741    return(1 || funcname || hash || result7 || libp) ;
21742 }
21743 
21744 static int G__G__Gui3_413_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21745 {
21746       ((TGEventHandler*) G__getstructoffset())->ProcessedEvent((Event_t*) G__int(libp->para[0]));
21747       G__setnull(result7);
21748    return(1 || funcname || hash || result7 || libp) ;
21749 }
21750 
21751 static int G__G__Gui3_413_0_21(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21752 {
21753       ((TGEventHandler*) G__getstructoffset())->SendMessage((TGWindow*) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])
21754 , (Long_t) G__int(libp->para[2]), (Long_t) G__int(libp->para[3]));
21755       G__setnull(result7);
21756    return(1 || funcname || hash || result7 || libp) ;
21757 }
21758 
21759 static int G__G__Gui3_413_0_22(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21760 {
21761       G__letint(result7, 103, (long) ((TGEventHandler*) G__getstructoffset())->ProcessMessage((Long_t) G__int(libp->para[0]), (Long_t) G__int(libp->para[1])
21762 , (Long_t) G__int(libp->para[2])));
21763    return(1 || funcname || hash || result7 || libp) ;
21764 }
21765 
21766 static int G__G__Gui3_413_0_23(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21767 {
21768       ((TGEventHandler*) G__getstructoffset())->Repaint();
21769       G__setnull(result7);
21770    return(1 || funcname || hash || result7 || libp) ;
21771 }
21772 
21773 static int G__G__Gui3_413_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21774 {
21775       G__letint(result7, 85, (long) TGEventHandler::Class());
21776    return(1 || funcname || hash || result7 || libp) ;
21777 }
21778 
21779 static int G__G__Gui3_413_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21780 {
21781       G__letint(result7, 67, (long) TGEventHandler::Class_Name());
21782    return(1 || funcname || hash || result7 || libp) ;
21783 }
21784 
21785 static int G__G__Gui3_413_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21786 {
21787       G__letint(result7, 115, (long) TGEventHandler::Class_Version());
21788    return(1 || funcname || hash || result7 || libp) ;
21789 }
21790 
21791 static int G__G__Gui3_413_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21792 {
21793       TGEventHandler::Dictionary();
21794       G__setnull(result7);
21795    return(1 || funcname || hash || result7 || libp) ;
21796 }
21797 
21798 static int G__G__Gui3_413_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21799 {
21800       ((TGEventHandler*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
21801       G__setnull(result7);
21802    return(1 || funcname || hash || result7 || libp) ;
21803 }
21804 
21805 static int G__G__Gui3_413_0_32(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21806 {
21807       G__letint(result7, 67, (long) TGEventHandler::DeclFileName());
21808    return(1 || funcname || hash || result7 || libp) ;
21809 }
21810 
21811 static int G__G__Gui3_413_0_33(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21812 {
21813       G__letint(result7, 105, (long) TGEventHandler::ImplFileLine());
21814    return(1 || funcname || hash || result7 || libp) ;
21815 }
21816 
21817 static int G__G__Gui3_413_0_34(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21818 {
21819       G__letint(result7, 67, (long) TGEventHandler::ImplFileName());
21820    return(1 || funcname || hash || result7 || libp) ;
21821 }
21822 
21823 static int G__G__Gui3_413_0_35(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21824 {
21825       G__letint(result7, 105, (long) TGEventHandler::DeclFileLine());
21826    return(1 || funcname || hash || result7 || libp) ;
21827 }
21828 
21829 // automatic destructor
21830 typedef TGEventHandler G__TTGEventHandler;
21831 static int G__G__Gui3_413_0_36(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
21832 {
21833    char* gvp = (char*) G__getgvp();
21834    long soff = G__getstructoffset();
21835    int n = G__getaryconstruct();
21836    //
21837    //has_a_delete: 1
21838    //has_own_delete1arg: 0
21839    //has_own_delete2arg: 0
21840    //
21841    if (!soff) {
21842      return(1);
21843    }
21844    if (n) {
21845      if (gvp == (char*)G__PVOID) {
21846        delete[] (TGEventHandler*) soff;
21847      } else {
21848        G__setgvp((long) G__PVOID);
21849        for (int i = n - 1; i >= 0; --i) {
21850          ((TGEventHandler*) (soff+(sizeof(TGEventHandler)*i)))->~G__TTGEventHandler();
21851        }
21852        G__setgvp((long)gvp);
21853      }
21854    } else {
21855      if (gvp == (char*)G__PVOID) {
21856        delete (TGEventHandler*) soff;
21857      } else {
21858        G__setgvp((long) G__PVOID);
21859        ((TGEventHandler*) (soff))->~G__TTGEventHandler();
21860        G__setgvp((long)gvp);
21861      }
21862    }
21863    G__setnull(result7);
21864    return(1 || funcname || hash || result7 || libp) ;
21865 }
21866 
21867 
21868 /* Setting up global function */
21869 
21870 /*********************************************************
21871 * Member function Stub
21872 *********************************************************/
21873 
21874 /* TRootGuiFactory */
21875 
21876 /* TRootApplication */
21877 
21878 /* TDNDData */
21879 
21880 /* TGDockableFrame */
21881 
21882 /* TGDNDManager */
21883 
21884 /* TRootCanvas */
21885 
21886 /* TRootBrowserLite */
21887 
21888 /* TRootDialog */
21889 
21890 /* TRootContextMenu */
21891 
21892 /* TRootControlBar */
21893 
21894 /* TRootHelpDialog */
21895 
21896 /* TRootEmbeddedCanvas */
21897 
21898 /* TGColorPalette */
21899 
21900 /* TGColorPick */
21901 
21902 /* TGColorDialog */
21903 
21904 /* TGColorFrame */
21905 
21906 /* TG16ColorSelector */
21907 
21908 /* TGColorPopup */
21909 
21910 /* TGColorSelect */
21911 
21912 /* TGFontDialog */
21913 
21914 /* TGFontDialog::FontProp_t */
21915 
21916 /* TGDockButton */
21917 
21918 /* TGDockHideButton */
21919 
21920 /* TGUndockedFrame */
21921 
21922 /* TGMdiMenuBar */
21923 
21924 /* TGMdiContainer */
21925 
21926 /* TGMdiDecorFrame */
21927 
21928 /* TGMdiFrame */
21929 
21930 /* TGMdiFrameList */
21931 
21932 /* TGMdiMainFrame */
21933 
21934 /* TGMdiGeometry */
21935 
21936 /* TGMdiTitleIcon */
21937 
21938 /* TGMdiButtons */
21939 
21940 /* TGMdiTitleBar */
21941 
21942 /* TGMdiWinResizer */
21943 
21944 /* TGMdiVerticalWinResizer */
21945 
21946 /* TGMdiHorizontalWinResizer */
21947 
21948 /* TGMdiCornerWinResizer */
21949 
21950 /* TVirtualDragManager */
21951 
21952 /* TGuiBldAction */
21953 
21954 /* TGuiBuilder */
21955 
21956 /* TGRedirectOutputGuard */
21957 
21958 /* TGPasswdDialog */
21959 
21960 /* TGTextEditor */
21961 
21962 /* TGSpeedo */
21963 
21964 /* TGDragWindow */
21965 
21966 /* TGTable */
21967 
21968 /* TGTableCell */
21969 
21970 /* TGTableHeader */
21971 
21972 /* TGTableFrame */
21973 
21974 /* TGTableHeaderFrame */
21975 
21976 /* TTableRange */
21977 
21978 /* TGSimpleTableInterface */
21979 
21980 /* TGSimpleTable */
21981 
21982 /* TGCommandPlugin */
21983 
21984 /* TRootBrowser */
21985 
21986 /* TGFileBrowser */
21987 
21988 /* TBrowserPlugin */
21989 
21990 /* TGRectMap */
21991 
21992 /* TGSplitTool */
21993 
21994 /* TGSplitFrame */
21995 
21996 /* TGShapedFrame */
21997 
21998 /* TGEventHandler */
21999 
22000 /*********************************************************
22001 * Global function Stub
22002 *********************************************************/
22003 
22004 /*********************************************************
22005 * Get size of pointer to member function
22006 *********************************************************/
22007 class G__Sizep2memfuncG__Gui3 {
22008  public:
22009   G__Sizep2memfuncG__Gui3(): p(&G__Sizep2memfuncG__Gui3::sizep2memfunc) {}
22010     size_t sizep2memfunc() { return(sizeof(p)); }
22011   private:
22012     size_t (G__Sizep2memfuncG__Gui3::*p)();
22013 };
22014 
22015 size_t G__get_sizep2memfuncG__Gui3()
22016 {
22017   G__Sizep2memfuncG__Gui3 a;
22018   G__setsizep2memfunc((int)a.sizep2memfunc());
22019   return((size_t)a.sizep2memfunc());
22020 }
22021 
22022 
22023 /*********************************************************
22024 * virtual base class offset calculation interface
22025 *********************************************************/
22026 
22027    /* Setting up class inheritance */
22028 
22029 /*********************************************************
22030 * Inheritance information setup/
22031 *********************************************************/
22032 extern "C" void G__cpp_setup_inheritanceG__Gui3() {
22033 
22034    /* Setting up class inheritance */
22035    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory))) {
22036      TRootGuiFactory *G__Lderived;
22037      G__Lderived=(TRootGuiFactory*)0x1000;
22038      {
22039        TGuiFactory *G__Lpbase=(TGuiFactory*)G__Lderived;
22040        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory),G__get_linked_tagnum(&G__G__Gui3LN_TGuiFactory),(long)G__Lpbase-(long)G__Lderived,1,1);
22041      }
22042      {
22043        TNamed *G__Lpbase=(TNamed*)G__Lderived;
22044        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory),G__get_linked_tagnum(&G__G__Gui3LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
22045      }
22046      {
22047        TObject *G__Lpbase=(TObject*)G__Lderived;
22048        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22049      }
22050    }
22051    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication))) {
22052      TRootApplication *G__Lderived;
22053      G__Lderived=(TRootApplication*)0x1000;
22054      {
22055        TApplicationImp *G__Lpbase=(TApplicationImp*)G__Lderived;
22056        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication),G__get_linked_tagnum(&G__G__Gui3LN_TApplicationImp),(long)G__Lpbase-(long)G__Lderived,1,1);
22057      }
22058    }
22059    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TDNDData))) {
22060      TDNDData *G__Lderived;
22061      G__Lderived=(TDNDData*)0x1000;
22062      {
22063        TObject *G__Lpbase=(TObject*)G__Lderived;
22064        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TDNDData),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
22065      }
22066    }
22067    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame))) {
22068      TGDockableFrame *G__Lderived;
22069      G__Lderived=(TGDockableFrame*)0x1000;
22070      {
22071        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22072        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22073      }
22074      {
22075        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22076        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22077      }
22078      {
22079        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22080        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22081      }
22082      {
22083        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22084        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22085      }
22086      {
22087        TObject *G__Lpbase=(TObject*)G__Lderived;
22088        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22089      }
22090      {
22091        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22092        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22093      }
22094      {
22095        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
22096        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,1);
22097      }
22098    }
22099    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager))) {
22100      TGDNDManager *G__Lderived;
22101      G__Lderived=(TGDNDManager*)0x1000;
22102      {
22103        TObject *G__Lpbase=(TObject*)G__Lderived;
22104        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
22105      }
22106    }
22107    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas))) {
22108      TRootCanvas *G__Lderived;
22109      G__Lderived=(TRootCanvas*)0x1000;
22110      {
22111        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
22112        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22113      }
22114      {
22115        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22116        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22117      }
22118      {
22119        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22120        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22121      }
22122      {
22123        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22124        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22125      }
22126      {
22127        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22128        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22129      }
22130      {
22131        TObject *G__Lpbase=(TObject*)G__Lderived;
22132        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22133      }
22134      {
22135        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22136        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22137      }
22138      {
22139        TCanvasImp *G__Lpbase=(TCanvasImp*)G__Lderived;
22140        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TCanvasImp),(long)G__Lpbase-(long)G__Lderived,1,1);
22141      }
22142    }
22143    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite))) {
22144      TRootBrowserLite *G__Lderived;
22145      G__Lderived=(TRootBrowserLite*)0x1000;
22146      {
22147        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
22148        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22149      }
22150      {
22151        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22152        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22153      }
22154      {
22155        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22156        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22157      }
22158      {
22159        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22160        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22161      }
22162      {
22163        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22164        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22165      }
22166      {
22167        TObject *G__Lpbase=(TObject*)G__Lderived;
22168        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22169      }
22170      {
22171        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22172        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22173      }
22174      {
22175        TBrowserImp *G__Lpbase=(TBrowserImp*)G__Lderived;
22176        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite),G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp),(long)G__Lpbase-(long)G__Lderived,1,1);
22177      }
22178    }
22179    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog))) {
22180      TRootDialog *G__Lderived;
22181      G__Lderived=(TRootDialog*)0x1000;
22182      {
22183        TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
22184        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22185      }
22186      {
22187        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
22188        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22189      }
22190      {
22191        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22192        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22193      }
22194      {
22195        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22196        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22197      }
22198      {
22199        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22200        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22201      }
22202      {
22203        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22204        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22205      }
22206      {
22207        TObject *G__Lpbase=(TObject*)G__Lderived;
22208        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22209      }
22210      {
22211        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22212        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22213      }
22214    }
22215    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu))) {
22216      TRootContextMenu *G__Lderived;
22217      G__Lderived=(TRootContextMenu*)0x1000;
22218      {
22219        TGPopupMenu *G__Lpbase=(TGPopupMenu*)G__Lderived;
22220        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu),G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),(long)G__Lpbase-(long)G__Lderived,1,1);
22221      }
22222      {
22223        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22224        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22225      }
22226      {
22227        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22228        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22229      }
22230      {
22231        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22232        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22233      }
22234      {
22235        TObject *G__Lpbase=(TObject*)G__Lderived;
22236        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22237      }
22238      {
22239        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22240        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22241      }
22242      {
22243        TContextMenuImp *G__Lpbase=(TContextMenuImp*)G__Lderived;
22244        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu),G__get_linked_tagnum(&G__G__Gui3LN_TContextMenuImp),(long)G__Lpbase-(long)G__Lderived,1,1);
22245      }
22246    }
22247    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar))) {
22248      TRootControlBar *G__Lderived;
22249      G__Lderived=(TRootControlBar*)0x1000;
22250      {
22251        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
22252        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22253      }
22254      {
22255        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22256        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22257      }
22258      {
22259        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22260        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22261      }
22262      {
22263        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22264        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22265      }
22266      {
22267        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22268        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22269      }
22270      {
22271        TObject *G__Lpbase=(TObject*)G__Lderived;
22272        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22273      }
22274      {
22275        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22276        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22277      }
22278      {
22279        TControlBarImp *G__Lpbase=(TControlBarImp*)G__Lderived;
22280        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar),G__get_linked_tagnum(&G__G__Gui3LN_TControlBarImp),(long)G__Lpbase-(long)G__Lderived,1,1);
22281      }
22282    }
22283    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog))) {
22284      TRootHelpDialog *G__Lderived;
22285      G__Lderived=(TRootHelpDialog*)0x1000;
22286      {
22287        TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
22288        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22289      }
22290      {
22291        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
22292        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22293      }
22294      {
22295        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22296        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22297      }
22298      {
22299        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22300        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22301      }
22302      {
22303        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22304        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22305      }
22306      {
22307        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22308        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22309      }
22310      {
22311        TObject *G__Lpbase=(TObject*)G__Lderived;
22312        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22313      }
22314      {
22315        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22316        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22317      }
22318    }
22319    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas))) {
22320      TRootEmbeddedCanvas *G__Lderived;
22321      G__Lderived=(TRootEmbeddedCanvas*)0x1000;
22322      {
22323        TGCanvas *G__Lpbase=(TGCanvas*)G__Lderived;
22324        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGCanvas),(long)G__Lpbase-(long)G__Lderived,1,1);
22325      }
22326      {
22327        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22328        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22329      }
22330      {
22331        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22332        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22333      }
22334      {
22335        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22336        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22337      }
22338      {
22339        TObject *G__Lpbase=(TObject*)G__Lderived;
22340        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22341      }
22342      {
22343        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22344        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22345      }
22346    }
22347    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette))) {
22348      TGColorPalette *G__Lderived;
22349      G__Lderived=(TGColorPalette*)0x1000;
22350      {
22351        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22352        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22353      }
22354      {
22355        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22356        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22357      }
22358      {
22359        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22360        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22361      }
22362      {
22363        TObject *G__Lpbase=(TObject*)G__Lderived;
22364        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22365      }
22366      {
22367        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22368        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22369      }
22370      {
22371        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
22372        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,1);
22373      }
22374    }
22375    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick))) {
22376      TGColorPick *G__Lderived;
22377      G__Lderived=(TGColorPick*)0x1000;
22378      {
22379        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22380        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22381      }
22382      {
22383        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22384        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22385      }
22386      {
22387        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22388        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22389      }
22390      {
22391        TObject *G__Lpbase=(TObject*)G__Lderived;
22392        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22393      }
22394      {
22395        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22396        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22397      }
22398      {
22399        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
22400        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,1);
22401      }
22402    }
22403    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog))) {
22404      TGColorDialog *G__Lderived;
22405      G__Lderived=(TGColorDialog*)0x1000;
22406      {
22407        TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
22408        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22409      }
22410      {
22411        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
22412        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22413      }
22414      {
22415        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22416        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22417      }
22418      {
22419        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22420        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22421      }
22422      {
22423        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22424        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22425      }
22426      {
22427        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22428        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22429      }
22430      {
22431        TObject *G__Lpbase=(TObject*)G__Lderived;
22432        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22433      }
22434      {
22435        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22436        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22437      }
22438    }
22439    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame))) {
22440      TGColorFrame *G__Lderived;
22441      G__Lderived=(TGColorFrame*)0x1000;
22442      {
22443        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22444        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22445      }
22446      {
22447        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22448        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22449      }
22450      {
22451        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22452        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22453      }
22454      {
22455        TObject *G__Lpbase=(TObject*)G__Lderived;
22456        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22457      }
22458      {
22459        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22460        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22461      }
22462    }
22463    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector))) {
22464      TG16ColorSelector *G__Lderived;
22465      G__Lderived=(TG16ColorSelector*)0x1000;
22466      {
22467        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22468        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22469      }
22470      {
22471        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22472        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22473      }
22474      {
22475        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22476        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22477      }
22478      {
22479        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22480        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22481      }
22482      {
22483        TObject *G__Lpbase=(TObject*)G__Lderived;
22484        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22485      }
22486      {
22487        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22488        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22489      }
22490    }
22491    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup))) {
22492      TGColorPopup *G__Lderived;
22493      G__Lderived=(TGColorPopup*)0x1000;
22494      {
22495        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22496        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22497      }
22498      {
22499        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22500        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22501      }
22502      {
22503        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22504        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22505      }
22506      {
22507        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22508        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22509      }
22510      {
22511        TObject *G__Lpbase=(TObject*)G__Lderived;
22512        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22513      }
22514      {
22515        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22516        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22517      }
22518    }
22519    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect))) {
22520      TGColorSelect *G__Lderived;
22521      G__Lderived=(TGColorSelect*)0x1000;
22522      {
22523        TGCheckButton *G__Lpbase=(TGCheckButton*)G__Lderived;
22524        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TGCheckButton),(long)G__Lpbase-(long)G__Lderived,1,1);
22525      }
22526      {
22527        TGTextButton *G__Lpbase=(TGTextButton*)G__Lderived;
22528        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TGTextButton),(long)G__Lpbase-(long)G__Lderived,1,0);
22529      }
22530      {
22531        TGButton *G__Lpbase=(TGButton*)G__Lderived;
22532        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TGButton),(long)G__Lpbase-(long)G__Lderived,1,0);
22533      }
22534      {
22535        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22536        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22537      }
22538      {
22539        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22540        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22541      }
22542      {
22543        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22544        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22545      }
22546      {
22547        TObject *G__Lpbase=(TObject*)G__Lderived;
22548        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22549      }
22550      {
22551        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22552        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22553      }
22554      {
22555        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
22556        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0);
22557      }
22558    }
22559    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog))) {
22560      TGFontDialog *G__Lderived;
22561      G__Lderived=(TGFontDialog*)0x1000;
22562      {
22563        TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
22564        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22565      }
22566      {
22567        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
22568        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22569      }
22570      {
22571        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22572        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22573      }
22574      {
22575        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22576        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22577      }
22578      {
22579        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22580        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22581      }
22582      {
22583        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22584        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22585      }
22586      {
22587        TObject *G__Lpbase=(TObject*)G__Lderived;
22588        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22589      }
22590      {
22591        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22592        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22593      }
22594    }
22595    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton))) {
22596      TGDockButton *G__Lderived;
22597      G__Lderived=(TGDockButton*)0x1000;
22598      {
22599        TGButton *G__Lpbase=(TGButton*)G__Lderived;
22600        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),G__get_linked_tagnum(&G__G__Gui3LN_TGButton),(long)G__Lpbase-(long)G__Lderived,1,1);
22601      }
22602      {
22603        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22604        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22605      }
22606      {
22607        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22608        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22609      }
22610      {
22611        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22612        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22613      }
22614      {
22615        TObject *G__Lpbase=(TObject*)G__Lderived;
22616        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22617      }
22618      {
22619        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22620        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22621      }
22622      {
22623        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
22624        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0);
22625      }
22626    }
22627    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton))) {
22628      TGDockHideButton *G__Lderived;
22629      G__Lderived=(TGDockHideButton*)0x1000;
22630      {
22631        TGDockButton *G__Lpbase=(TGDockButton*)G__Lderived;
22632        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),(long)G__Lpbase-(long)G__Lderived,1,1);
22633      }
22634      {
22635        TGButton *G__Lpbase=(TGButton*)G__Lderived;
22636        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),G__get_linked_tagnum(&G__G__Gui3LN_TGButton),(long)G__Lpbase-(long)G__Lderived,1,0);
22637      }
22638      {
22639        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22640        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22641      }
22642      {
22643        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22644        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22645      }
22646      {
22647        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22648        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22649      }
22650      {
22651        TObject *G__Lpbase=(TObject*)G__Lderived;
22652        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22653      }
22654      {
22655        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22656        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22657      }
22658      {
22659        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
22660        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0);
22661      }
22662    }
22663    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame))) {
22664      TGUndockedFrame *G__Lderived;
22665      G__Lderived=(TGUndockedFrame*)0x1000;
22666      {
22667        TGTransientFrame *G__Lpbase=(TGTransientFrame*)G__Lderived;
22668        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGTransientFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22669      }
22670      {
22671        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
22672        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22673      }
22674      {
22675        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22676        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22677      }
22678      {
22679        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22680        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22681      }
22682      {
22683        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22684        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22685      }
22686      {
22687        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22688        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22689      }
22690      {
22691        TObject *G__Lpbase=(TObject*)G__Lderived;
22692        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22693      }
22694      {
22695        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22696        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22697      }
22698    }
22699    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar))) {
22700      TGMdiMenuBar *G__Lderived;
22701      G__Lderived=(TGMdiMenuBar*)0x1000;
22702      {
22703        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22704        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22705      }
22706      {
22707        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22708        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22709      }
22710      {
22711        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22712        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22713      }
22714      {
22715        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22716        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22717      }
22718      {
22719        TObject *G__Lpbase=(TObject*)G__Lderived;
22720        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22721      }
22722      {
22723        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22724        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22725      }
22726    }
22727    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer))) {
22728      TGMdiContainer *G__Lderived;
22729      G__Lderived=(TGMdiContainer*)0x1000;
22730      {
22731        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22732        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22733      }
22734      {
22735        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22736        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22737      }
22738      {
22739        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22740        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22741      }
22742      {
22743        TObject *G__Lpbase=(TObject*)G__Lderived;
22744        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22745      }
22746      {
22747        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22748        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22749      }
22750    }
22751    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame))) {
22752      TGMdiDecorFrame *G__Lderived;
22753      G__Lderived=(TGMdiDecorFrame*)0x1000;
22754      {
22755        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22756        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22757      }
22758      {
22759        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22760        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22761      }
22762      {
22763        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22764        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22765      }
22766      {
22767        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22768        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22769      }
22770      {
22771        TObject *G__Lpbase=(TObject*)G__Lderived;
22772        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22773      }
22774      {
22775        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22776        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22777      }
22778    }
22779    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame))) {
22780      TGMdiFrame *G__Lderived;
22781      G__Lderived=(TGMdiFrame*)0x1000;
22782      {
22783        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22784        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22785      }
22786      {
22787        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22788        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22789      }
22790      {
22791        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22792        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22793      }
22794      {
22795        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22796        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22797      }
22798      {
22799        TObject *G__Lpbase=(TObject*)G__Lderived;
22800        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22801      }
22802      {
22803        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22804        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22805      }
22806    }
22807    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame))) {
22808      TGMdiMainFrame *G__Lderived;
22809      G__Lderived=(TGMdiMainFrame*)0x1000;
22810      {
22811        TGCanvas *G__Lpbase=(TGCanvas*)G__Lderived;
22812        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGCanvas),(long)G__Lpbase-(long)G__Lderived,1,1);
22813      }
22814      {
22815        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22816        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22817      }
22818      {
22819        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22820        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22821      }
22822      {
22823        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22824        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22825      }
22826      {
22827        TObject *G__Lpbase=(TObject*)G__Lderived;
22828        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22829      }
22830      {
22831        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22832        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22833      }
22834    }
22835    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon))) {
22836      TGMdiTitleIcon *G__Lderived;
22837      G__Lderived=(TGMdiTitleIcon*)0x1000;
22838      {
22839        TGIcon *G__Lpbase=(TGIcon*)G__Lderived;
22840        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon),G__get_linked_tagnum(&G__G__Gui3LN_TGIcon),(long)G__Lpbase-(long)G__Lderived,1,1);
22841      }
22842      {
22843        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22844        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22845      }
22846      {
22847        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22848        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22849      }
22850      {
22851        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22852        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22853      }
22854      {
22855        TObject *G__Lpbase=(TObject*)G__Lderived;
22856        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22857      }
22858      {
22859        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22860        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22861      }
22862    }
22863    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons))) {
22864      TGMdiButtons *G__Lderived;
22865      G__Lderived=(TGMdiButtons*)0x1000;
22866      {
22867        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22868        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22869      }
22870      {
22871        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22872        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22873      }
22874      {
22875        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22876        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22877      }
22878      {
22879        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22880        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22881      }
22882      {
22883        TObject *G__Lpbase=(TObject*)G__Lderived;
22884        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22885      }
22886      {
22887        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22888        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22889      }
22890    }
22891    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGIcon))) {
22892      TGIcon *G__Lderived;
22893      G__Lderived=(TGIcon*)0x1000;
22894      {
22895        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22896        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGIcon),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22897      }
22898      {
22899        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22900        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGIcon),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22901      }
22902      {
22903        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22904        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGIcon),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22905      }
22906      {
22907        TObject *G__Lpbase=(TObject*)G__Lderived;
22908        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGIcon),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22909      }
22910      {
22911        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22912        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGIcon),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22913      }
22914    }
22915    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar))) {
22916      TGMdiTitleBar *G__Lderived;
22917      G__Lderived=(TGMdiTitleBar*)0x1000;
22918      {
22919        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
22920        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22921      }
22922      {
22923        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22924        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22925      }
22926      {
22927        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22928        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22929      }
22930      {
22931        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22932        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22933      }
22934      {
22935        TObject *G__Lpbase=(TObject*)G__Lderived;
22936        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22937      }
22938      {
22939        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22940        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22941      }
22942    }
22943    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer))) {
22944      TGMdiWinResizer *G__Lderived;
22945      G__Lderived=(TGMdiWinResizer*)0x1000;
22946      {
22947        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22948        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
22949      }
22950      {
22951        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22952        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22953      }
22954      {
22955        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22956        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22957      }
22958      {
22959        TObject *G__Lpbase=(TObject*)G__Lderived;
22960        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22961      }
22962      {
22963        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22964        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22965      }
22966      {
22967        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
22968        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,1);
22969      }
22970    }
22971    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer))) {
22972      TGMdiVerticalWinResizer *G__Lderived;
22973      G__Lderived=(TGMdiVerticalWinResizer*)0x1000;
22974      {
22975        TGMdiWinResizer *G__Lpbase=(TGMdiWinResizer*)G__Lderived;
22976        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),(long)G__Lpbase-(long)G__Lderived,1,1);
22977      }
22978      {
22979        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
22980        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
22981      }
22982      {
22983        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
22984        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
22985      }
22986      {
22987        TGObject *G__Lpbase=(TGObject*)G__Lderived;
22988        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22989      }
22990      {
22991        TObject *G__Lpbase=(TObject*)G__Lderived;
22992        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22993      }
22994      {
22995        TQObject *G__Lpbase=(TQObject*)G__Lderived;
22996        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
22997      }
22998      {
22999        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
23000        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0);
23001      }
23002    }
23003    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer))) {
23004      TGMdiHorizontalWinResizer *G__Lderived;
23005      G__Lderived=(TGMdiHorizontalWinResizer*)0x1000;
23006      {
23007        TGMdiWinResizer *G__Lpbase=(TGMdiWinResizer*)G__Lderived;
23008        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),(long)G__Lpbase-(long)G__Lderived,1,1);
23009      }
23010      {
23011        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23012        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23013      }
23014      {
23015        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23016        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23017      }
23018      {
23019        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23020        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23021      }
23022      {
23023        TObject *G__Lpbase=(TObject*)G__Lderived;
23024        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23025      }
23026      {
23027        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23028        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23029      }
23030      {
23031        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
23032        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0);
23033      }
23034    }
23035    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer))) {
23036      TGMdiCornerWinResizer *G__Lderived;
23037      G__Lderived=(TGMdiCornerWinResizer*)0x1000;
23038      {
23039        TGMdiWinResizer *G__Lpbase=(TGMdiWinResizer*)G__Lderived;
23040        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer),(long)G__Lpbase-(long)G__Lderived,1,1);
23041      }
23042      {
23043        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23044        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23045      }
23046      {
23047        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23048        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23049      }
23050      {
23051        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23052        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23053      }
23054      {
23055        TObject *G__Lpbase=(TObject*)G__Lderived;
23056        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23057      }
23058      {
23059        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23060        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23061      }
23062      {
23063        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
23064        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0);
23065      }
23066    }
23067    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction))) {
23068      TGuiBldAction *G__Lderived;
23069      G__Lderived=(TGuiBldAction*)0x1000;
23070      {
23071        TNamed *G__Lpbase=(TNamed*)G__Lderived;
23072        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction),G__get_linked_tagnum(&G__G__Gui3LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
23073      }
23074      {
23075        TObject *G__Lpbase=(TObject*)G__Lderived;
23076        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23077      }
23078    }
23079    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor))) {
23080      TGTextEditor *G__Lderived;
23081      G__Lderived=(TGTextEditor*)0x1000;
23082      {
23083        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
23084        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23085      }
23086      {
23087        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23088        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23089      }
23090      {
23091        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23092        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23093      }
23094      {
23095        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23096        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23097      }
23098      {
23099        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23100        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23101      }
23102      {
23103        TObject *G__Lpbase=(TObject*)G__Lderived;
23104        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23105      }
23106      {
23107        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23108        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23109      }
23110    }
23111    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo))) {
23112      TGSpeedo *G__Lderived;
23113      G__Lderived=(TGSpeedo*)0x1000;
23114      {
23115        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23116        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23117      }
23118      {
23119        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23120        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23121      }
23122      {
23123        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23124        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23125      }
23126      {
23127        TObject *G__Lpbase=(TObject*)G__Lderived;
23128        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23129      }
23130      {
23131        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23132        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23133      }
23134      {
23135        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
23136        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,1);
23137      }
23138    }
23139    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow))) {
23140      TGDragWindow *G__Lderived;
23141      G__Lderived=(TGDragWindow*)0x1000;
23142      {
23143        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23144        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23145      }
23146      {
23147        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23148        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23149      }
23150      {
23151        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23152        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23153      }
23154      {
23155        TObject *G__Lpbase=(TObject*)G__Lderived;
23156        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23157      }
23158      {
23159        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23160        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23161      }
23162    }
23163    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGTable))) {
23164      TGTable *G__Lderived;
23165      G__Lderived=(TGTable*)0x1000;
23166      {
23167        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23168        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23169      }
23170      {
23171        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23172        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23173      }
23174      {
23175        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23176        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23177      }
23178      {
23179        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23180        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23181      }
23182      {
23183        TObject *G__Lpbase=(TObject*)G__Lderived;
23184        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23185      }
23186      {
23187        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23188        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23189      }
23190      {
23191        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
23192        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,1);
23193      }
23194    }
23195    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell))) {
23196      TGTableCell *G__Lderived;
23197      G__Lderived=(TGTableCell*)0x1000;
23198      {
23199        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23200        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23201      }
23202      {
23203        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23204        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23205      }
23206      {
23207        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23208        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23209      }
23210      {
23211        TObject *G__Lpbase=(TObject*)G__Lderived;
23212        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23213      }
23214      {
23215        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23216        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23217      }
23218    }
23219    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader))) {
23220      TGTableHeader *G__Lderived;
23221      G__Lderived=(TGTableHeader*)0x1000;
23222      {
23223        TGTableCell *G__Lpbase=(TGTableCell*)G__Lderived;
23224        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader),G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell),(long)G__Lpbase-(long)G__Lderived,1,1);
23225      }
23226      {
23227        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23228        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23229      }
23230      {
23231        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23232        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23233      }
23234      {
23235        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23236        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23237      }
23238      {
23239        TObject *G__Lpbase=(TObject*)G__Lderived;
23240        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23241      }
23242      {
23243        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23244        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23245      }
23246    }
23247    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGTableFrame))) {
23248      TGTableFrame *G__Lderived;
23249      G__Lderived=(TGTableFrame*)0x1000;
23250      {
23251        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23252        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,1);
23253      }
23254    }
23255    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame))) {
23256      TGTableHeaderFrame *G__Lderived;
23257      G__Lderived=(TGTableHeaderFrame*)0x1000;
23258      {
23259        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23260        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23261      }
23262      {
23263        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23264        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23265      }
23266      {
23267        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23268        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23269      }
23270      {
23271        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23272        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23273      }
23274      {
23275        TObject *G__Lpbase=(TObject*)G__Lderived;
23276        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23277      }
23278      {
23279        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23280        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23281      }
23282    }
23283    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface))) {
23284      TGSimpleTableInterface *G__Lderived;
23285      G__Lderived=(TGSimpleTableInterface*)0x1000;
23286      {
23287        TVirtualTableInterface *G__Lpbase=(TVirtualTableInterface*)G__Lderived;
23288        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface),G__get_linked_tagnum(&G__G__Gui3LN_TVirtualTableInterface),(long)G__Lpbase-(long)G__Lderived,1,1);
23289      }
23290    }
23291    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable))) {
23292      TGSimpleTable *G__Lderived;
23293      G__Lderived=(TGSimpleTable*)0x1000;
23294      {
23295        TGTable *G__Lpbase=(TGTable*)G__Lderived;
23296        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable),G__get_linked_tagnum(&G__G__Gui3LN_TGTable),(long)G__Lpbase-(long)G__Lderived,1,1);
23297      }
23298      {
23299        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23300        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23301      }
23302      {
23303        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23304        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23305      }
23306      {
23307        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23308        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23309      }
23310      {
23311        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23312        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23313      }
23314      {
23315        TObject *G__Lpbase=(TObject*)G__Lderived;
23316        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23317      }
23318      {
23319        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23320        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23321      }
23322      {
23323        TGWidget *G__Lpbase=(TGWidget*)G__Lderived;
23324        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable),G__get_linked_tagnum(&G__G__Gui3LN_TGWidget),(long)G__Lpbase-(long)G__Lderived,1,0);
23325      }
23326    }
23327    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin))) {
23328      TGCommandPlugin *G__Lderived;
23329      G__Lderived=(TGCommandPlugin*)0x1000;
23330      {
23331        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
23332        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23333      }
23334      {
23335        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23336        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23337      }
23338      {
23339        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23340        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23341      }
23342      {
23343        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23344        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23345      }
23346      {
23347        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23348        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23349      }
23350      {
23351        TObject *G__Lpbase=(TObject*)G__Lderived;
23352        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23353      }
23354      {
23355        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23356        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23357      }
23358    }
23359    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser))) {
23360      TRootBrowser *G__Lderived;
23361      G__Lderived=(TRootBrowser*)0x1000;
23362      {
23363        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
23364        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23365      }
23366      {
23367        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23368        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23369      }
23370      {
23371        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23372        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23373      }
23374      {
23375        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23376        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23377      }
23378      {
23379        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23380        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23381      }
23382      {
23383        TObject *G__Lpbase=(TObject*)G__Lderived;
23384        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23385      }
23386      {
23387        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23388        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23389      }
23390      {
23391        TBrowserImp *G__Lpbase=(TBrowserImp*)G__Lderived;
23392        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp),(long)G__Lpbase-(long)G__Lderived,1,1);
23393      }
23394    }
23395    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser))) {
23396      TGFileBrowser *G__Lderived;
23397      G__Lderived=(TGFileBrowser*)0x1000;
23398      {
23399        TGMainFrame *G__Lpbase=(TGMainFrame*)G__Lderived;
23400        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23401      }
23402      {
23403        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23404        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23405      }
23406      {
23407        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23408        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23409      }
23410      {
23411        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23412        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23413      }
23414      {
23415        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23416        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23417      }
23418      {
23419        TObject *G__Lpbase=(TObject*)G__Lderived;
23420        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23421      }
23422      {
23423        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23424        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23425      }
23426      {
23427        TBrowserImp *G__Lpbase=(TBrowserImp*)G__Lderived;
23428        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser),G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp),(long)G__Lpbase-(long)G__Lderived,1,1);
23429      }
23430    }
23431    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin))) {
23432      TBrowserPlugin *G__Lderived;
23433      G__Lderived=(TBrowserPlugin*)0x1000;
23434      {
23435        TNamed *G__Lpbase=(TNamed*)G__Lderived;
23436        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
23437      }
23438      {
23439        TObject *G__Lpbase=(TObject*)G__Lderived;
23440        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23441      }
23442    }
23443    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGRectMap))) {
23444      TGRectMap *G__Lderived;
23445      G__Lderived=(TGRectMap*)0x1000;
23446      {
23447        TObject *G__Lpbase=(TObject*)G__Lderived;
23448        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGRectMap),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
23449      }
23450    }
23451    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool))) {
23452      TGSplitTool *G__Lderived;
23453      G__Lderived=(TGSplitTool*)0x1000;
23454      {
23455        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23456        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23457      }
23458      {
23459        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23460        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23461      }
23462      {
23463        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23464        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23465      }
23466      {
23467        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23468        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23469      }
23470      {
23471        TObject *G__Lpbase=(TObject*)G__Lderived;
23472        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23473      }
23474      {
23475        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23476        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23477      }
23478    }
23479    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame))) {
23480      TGSplitFrame *G__Lderived;
23481      G__Lderived=(TGSplitFrame*)0x1000;
23482      {
23483        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23484        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23485      }
23486      {
23487        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23488        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23489      }
23490      {
23491        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23492        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23493      }
23494      {
23495        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23496        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23497      }
23498      {
23499        TObject *G__Lpbase=(TObject*)G__Lderived;
23500        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23501      }
23502      {
23503        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23504        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23505      }
23506    }
23507    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame))) {
23508      TGShapedFrame *G__Lderived;
23509      G__Lderived=(TGShapedFrame*)0x1000;
23510      {
23511        TGCompositeFrame *G__Lpbase=(TGCompositeFrame*)G__Lderived;
23512        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),(long)G__Lpbase-(long)G__Lderived,1,1);
23513      }
23514      {
23515        TGFrame *G__Lpbase=(TGFrame*)G__Lderived;
23516        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),(long)G__Lpbase-(long)G__Lderived,1,0);
23517      }
23518      {
23519        TGWindow *G__Lpbase=(TGWindow*)G__Lderived;
23520        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),(long)G__Lpbase-(long)G__Lderived,1,0);
23521      }
23522      {
23523        TGObject *G__Lpbase=(TGObject*)G__Lderived;
23524        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TGObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23525      }
23526      {
23527        TObject *G__Lpbase=(TObject*)G__Lderived;
23528        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23529      }
23530      {
23531        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23532        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23533      }
23534    }
23535    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler))) {
23536      TGEventHandler *G__Lderived;
23537      G__Lderived=(TGEventHandler*)0x1000;
23538      {
23539        TNamed *G__Lpbase=(TNamed*)G__Lderived;
23540        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler),G__get_linked_tagnum(&G__G__Gui3LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,1);
23541      }
23542      {
23543        TObject *G__Lpbase=(TObject*)G__Lderived;
23544        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler),G__get_linked_tagnum(&G__G__Gui3LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
23545      }
23546      {
23547        TQObject *G__Lpbase=(TQObject*)G__Lderived;
23548        G__inheritance_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler),G__get_linked_tagnum(&G__G__Gui3LN_TQObject),(long)G__Lpbase-(long)G__Lderived,1,1);
23549      }
23550    }
23551 }
23552 
23553 /*********************************************************
23554 * typedef information setup/
23555 *********************************************************/
23556 extern "C" void G__cpp_setup_typetableG__Gui3() {
23557 
23558    /* Setting up typedef entry */
23559    G__search_typename2("Int_t",105,-1,0,-1);
23560    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
23561    G__search_typename2("UInt_t",104,-1,0,-1);
23562    G__setnewtype(-1,"Unsigned integer 4 bytes (unsigned int)",0);
23563    G__search_typename2("Long_t",108,-1,0,-1);
23564    G__setnewtype(-1,"Signed long integer 4 bytes (long)",0);
23565    G__search_typename2("ULong_t",107,-1,0,-1);
23566    G__setnewtype(-1,"Unsigned long integer 4 bytes (unsigned long)",0);
23567    G__search_typename2("Float_t",102,-1,0,-1);
23568    G__setnewtype(-1,"Float 4 bytes (float)",0);
23569    G__search_typename2("Double_t",100,-1,0,-1);
23570    G__setnewtype(-1,"Double 8 bytes",0);
23571    G__search_typename2("Bool_t",103,-1,0,-1);
23572    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
23573    G__search_typename2("Version_t",115,-1,0,-1);
23574    G__setnewtype(-1,"Class version identifier (short)",0);
23575    G__search_typename2("Option_t",99,-1,256,-1);
23576    G__setnewtype(-1,"Option string (const char)",0);
23577    G__search_typename2("Long64_t",110,-1,0,-1);
23578    G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
23579    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__Gui3LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
23580    G__setnewtype(-1,NULL,0);
23581    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__Gui3LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Gui3LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
23582    G__setnewtype(-1,NULL,0);
23583    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__Gui3LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Gui3LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
23584    G__setnewtype(-1,NULL,0);
23585    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__Gui3LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
23586    G__setnewtype(-1,NULL,0);
23587    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__Gui3LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Gui3LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
23588    G__setnewtype(-1,NULL,0);
23589    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__Gui3LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__Gui3LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
23590    G__setnewtype(-1,NULL,0);
23591    G__search_typename2("Window_t",107,-1,0,-1);
23592    G__setnewtype(-1,"Window handle",0);
23593    G__search_typename2("Pixmap_t",107,-1,0,-1);
23594    G__setnewtype(-1,"Pixmap handle",0);
23595    G__search_typename2("Atom_t",107,-1,0,-1);
23596    G__setnewtype(-1,"WM token",0);
23597    G__search_typename2("GContext_t",107,-1,0,-1);
23598    G__setnewtype(-1,"Graphics context handle",0);
23599    G__search_typename2("FontStruct_t",107,-1,0,-1);
23600    G__setnewtype(-1,"Pointer to font structure",0);
23601    G__search_typename2("Pixel_t",107,-1,0,-1);
23602    G__setnewtype(-1,"Pixel value",0);
23603    G__search_typename2("Time_t",107,-1,0,-1);
23604    G__setnewtype(-1,"Event time",0);
23605    G__search_typename2("iterator<std::bidirectional_iterator_tag,TObject*,std::ptrdiff_t,const TObject**,const TObject*&>",117,G__get_linked_tagnum(&G__G__Gui3LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
23606    G__setnewtype(-1,NULL,0);
23607    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*>",117,G__get_linked_tagnum(&G__G__Gui3LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
23608    G__setnewtype(-1,NULL,0);
23609    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long>",117,G__get_linked_tagnum(&G__G__Gui3LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
23610    G__setnewtype(-1,NULL,0);
23611    G__search_typename2("iterator<bidirectional_iterator_tag,TObject*,long,const TObject**>",117,G__get_linked_tagnum(&G__G__Gui3LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR),0,-1);
23612    G__setnewtype(-1,NULL,0);
23613    G__search_typename2("TVectorT<Double_t>",117,G__get_linked_tagnum(&G__G__Gui3LN_TVectorTlEdoublegR),0,-1);
23614    G__setnewtype(-1,NULL,0);
23615    G__search_typename2("list<TGListTreeItem*>",117,G__get_linked_tagnum(&G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgR),0,-1);
23616    G__setnewtype(-1,NULL,0);
23617    G__search_typename2("sLTI_t",117,G__get_linked_tagnum(&G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgR),0,G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser));
23618    G__setnewtype(-1,NULL,0);
23619    G__search_typename2("sLTI_i",117,G__get_linked_tagnum(&G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgRcLcLiterator),0,G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser));
23620    G__setnewtype(-1,NULL,0);
23621    G__search_typename2("sLTI_ri",117,G__get_linked_tagnum(&G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgRcLcLreverse_iterator),0,G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser));
23622    G__setnewtype(-1,NULL,0);
23623 }
23624 
23625 /*********************************************************
23626 * Data Member information setup/
23627 *********************************************************/
23628 
23629    /* Setting up class,struct,union tag member variable */
23630 
23631    /* TRootGuiFactory */
23632 static void G__setup_memvarTRootGuiFactory(void) {
23633    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory));
23634    { TRootGuiFactory *p; p=(TRootGuiFactory*)0x1000; if (p) { }
23635    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23636    }
23637    G__tag_memvar_reset();
23638 }
23639 
23640 
23641    /* TRootApplication */
23642 static void G__setup_memvarTRootApplication(void) {
23643    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication));
23644    { TRootApplication *p; p=(TRootApplication*)0x1000; if (p) { }
23645    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGClient),-1,-1,4,"fClient=",0,"pointer to the client environment");
23646    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fDisplay=",0,"display server to connect to");
23647    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23648    }
23649    G__tag_memvar_reset();
23650 }
23651 
23652 
23653    /* TDNDData */
23654 static void G__setup_memvarTDNDData(void) {
23655    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TDNDData));
23656    { TDNDData *p; p=(TDNDData*)0x1000; if (p) { }
23657    G__memvar_setup((void*)((long)(&p->fDataType)-(long)(p)),107,0,0,-1,G__defined_typename("Atom_t"),-1,1,"fDataType=",0,"Data type description");
23658    G__memvar_setup((void*)((long)(&p->fAction)-(long)(p)),107,0,0,-1,G__defined_typename("Atom_t"),-1,1,"fAction=",0,"Action description");
23659    G__memvar_setup((void*)((long)(&p->fData)-(long)(p)),89,0,0,-1,-1,-1,1,"fData=",0,"Actual data");
23660    G__memvar_setup((void*)((long)(&p->fDataLength)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fDataLength=",0,"Length of data");
23661    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23662    }
23663    G__tag_memvar_reset();
23664 }
23665 
23666 
23667    /* TGDockableFrame */
23668 static void G__setup_memvarTGDockableFrame(void) {
23669    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame));
23670    { TGDockableFrame *p; p=(TGDockableFrame*)0x1000; if (p) { }
23671    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHidden=",0,"if frame is hidden");
23672    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fEnableHide=",0,"if frame can be hidden");
23673    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fEnableUndock=",0,"if frame can be undocked");
23674    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDeleted=",0,"kTRUE if it is being deleted");
23675    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fFixedSize=",0,"kTRUE if fixed size when undocked");
23676    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fDockName=",0,"name of frame");
23677    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fContainer=",0,"container containing dockable frame");
23678    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fButtons=",0,"container containing dock and hide buttons");
23679    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton),-1,-1,2,"fDockButton=",0,"dock button");
23680    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton),-1,-1,2,"fHideButton=",0,"hide button");
23681    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame),-1,-1,2,"fFrame=",0,"undocked frame");
23682    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fCl=",0,(char*)NULL);
23683    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fHints=",0,"layout hints");
23684    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLb=",0,(char*)NULL);
23685    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLc=",0,"layout hints");
23686    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23687    }
23688    G__tag_memvar_reset();
23689 }
23690 
23691 
23692    /* TGDNDManager */
23693 static void G__setup_memvarTGDNDManager(void) {
23694    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager));
23695    { TGDNDManager *p; p=(TGDNDManager*)0x1000; if (p) { }
23696    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fMain=",0,"pointer on TGMainFrame");
23697    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-1,2,"fVersion=",0,"not really an Atom, but a long");
23698    G__memvar_setup((void*)0,75,0,0,-1,G__defined_typename("Atom_t"),-1,2,"fTypelist=",0,(char*)NULL);
23699    G__memvar_setup((void*)0,75,0,0,-1,G__defined_typename("Atom_t"),-1,2,"fDraggerTypes=",0,"lists of DND types");
23700    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-1,2,"fDropType=",0,"drop type");
23701    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-1,2,"fAcceptedAction=",0,(char*)NULL);
23702    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-1,2,"fLocalAction=",0,"accepted and local actions");
23703    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDragging=",0,"kTRUE while dragging");
23704    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDropAccepted=",0,"kTRUE if drop accepted");
23705    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fStatusPending=",0,"kTRUE if status is pending");
23706    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUseVersion=",0,"kTRUE if DND version is used");
23707    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fProxyOurs=",0,"kTRUE if root proxy is ours");
23708    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Window_t"),-1,2,"fSource=",0,(char*)NULL);
23709    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Window_t"),-1,2,"fTarget=",0,"source and target windows");
23710    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fTargetIsDNDAware=",0,"kTRUE if target is DND aware");
23711    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fGrabEventMask=",0,"pointer grab event mask");
23712    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fLocalSource=",0,(char*)NULL);
23713    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fLocalTarget=",0,"local source and target");
23714    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TTimer),-1,-1,2,"fDropTimeout=",0,"drop timeout");
23715    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow),-1,-1,2,"fDragWin=",0,"drag window");
23716    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixmap_t"),-1,2,"fPic=",0,(char*)NULL);
23717    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixmap_t"),-1,2,"fMask=",0,"pixmap used for the drag window");
23718    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fHotx=",0,(char*)NULL);
23719    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fHoty=",0,"hot point coordinates");
23720    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Cursor_t"),-1,2,"fDNDNoDropCursor=",0,"no drop cursor type");
23721    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDAware=",0,(char*)NULL);
23722    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDSelection=",0,(char*)NULL);
23723    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDProxy=",0,(char*)NULL);
23724    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDEnter=",0,(char*)NULL);
23725    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDLeave=",0,(char*)NULL);
23726    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDPosition=",0,(char*)NULL);
23727    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDStatus=",0,(char*)NULL);
23728    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDDrop=",0,(char*)NULL);
23729    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDFinished=",0,(char*)NULL);
23730    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDVersion=",0,(char*)NULL);
23731    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDActionCopy=",0,(char*)NULL);
23732    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDActionMove=",0,(char*)NULL);
23733    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDActionLink=",0,(char*)NULL);
23734    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDActionAsk=",0,(char*)NULL);
23735    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDActionPrivate=",0,(char*)NULL);
23736    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDTypeList=",0,(char*)NULL);
23737    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDActionList=",0,(char*)NULL);
23738    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgDNDActionDescrip=",0,(char*)NULL);
23739    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgXCDNDData=",0,(char*)NULL);
23740    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-2,2,"fgInit=",0,(char*)NULL);
23741    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Atom_t"),-2,2,"fgXAWMState=",0,(char*)NULL);
23742    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23743    }
23744    G__tag_memvar_reset();
23745 }
23746 
23747 
23748    /* TRootCanvas */
23749 static void G__setup_memvarTRootCanvas(void) {
23750    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas));
23751    { TRootCanvas *p; p=(TRootCanvas*)0x1000; if (p) { }
23752    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCanvas),-1,-1,4,"fCanvasWindow=",0,"canvas widget");
23753    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TRootContainer),-1,-1,4,"fCanvasContainer=",0,"container in canvas widget");
23754    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMenuBar),-1,-1,4,"fMenuBar=",0,"menubar");
23755    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fFileMenu=",0,"file menu");
23756    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fFileSaveMenu=",0,"save cascade submenu");
23757    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fEditMenu=",0,"edit menu");
23758    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fEditClearMenu=",0,"clear cascade submenu");
23759    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fViewMenu=",0,"view menu");
23760    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fViewWithMenu=",0,"view with... cascade submenu");
23761    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fOptionMenu=",0,"option menu");
23762    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fToolsMenu=",0,"tools menu");
23763    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,4,"fHelpMenu=",0,"help menu");
23764    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fMenuBarLayout=",0,"menubar layout hints");
23765    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fMenuBarItemLayout=",0,"layout hints for menu in menubar");
23766    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fMenuBarHelpLayout=",0,"layout hint for help menu in menubar");
23767    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fCanvasLayout=",0,"layout for canvas widget");
23768    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGStatusBar),-1,-1,4,"fStatusBar=",0,"statusbar widget");
23769    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fStatusBarLayout=",0,"layout hints for statusbar");
23770    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,4,"fEditorFrame=",0,"side frame for current pad editor");
23771    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fEditorLayout=",0,"layout for editor frame");
23772    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,4,"fMainFrame=",0,"main frame containing canvas and side frame");
23773    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fToolBarLayout=",0,"layout for toolbar widget");
23774    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGToolBar),-1,-1,4,"fToolBar=",0,"icon button toolbar");
23775    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontal3DLine),-1,-1,4,"fToolBarSep=",0,"toolbar separator");
23776    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fMainFrameLayout=",0,"layout for main frame");
23777    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGVertical3DLine),-1,-1,4,"fVertical1=",0,"toolbar vertical separator");
23778    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGVertical3DLine),-1,-1,4,"fVertical2=",0,"toolbar vertical separator");
23779    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontal3DLine),-1,-1,4,"fHorizontal1=",0,"toolbar sepatator");
23780    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fVertical1Layout=",0,"layout hints for separator");
23781    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fVertical2Layout=",0,"layout hints for separator");
23782    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fHorizontal1Layout=",0,"layout hints for separator");
23783    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),-1,-1,4,"fToolDock=",0,"dockable frame holding the toolbar");
23784    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fDockLayout=",0,"layout hints for dockable frame widget");
23785    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,4,"fIconPic=",0,"icon picture");
23786    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGToolTip),-1,-1,4,"fToolTip=",0,"tooltip for object info");
23787    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TVirtualPadEditor),-1,-1,4,"fEditor=",0,"pointer to currently loaded pad editor");
23788    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fCanvasID=",0,"index in fWindows array of TGX11");
23789    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fAutoFit=",0,"when true canvas container keeps same size as canvas");
23790    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fButton=",0,"currently pressed button");
23791    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23792    }
23793    G__tag_memvar_reset();
23794 }
23795 
23796 
23797    /* TRootBrowserLite */
23798 static void G__setup_memvarTRootBrowserLite(void) {
23799    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite));
23800    { TRootBrowserLite *p; p=(TRootBrowserLite*)0x1000; if (p) { }
23801    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMenuBar),-1,-1,4,"fMenuBar=",0,(char*)NULL);
23802    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGToolBar),-1,-1,4,"fToolBar=",0,(char*)NULL);
23803    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontal3DLine),-1,-1,4,"fToolBarSep=",0,(char*)NULL);
23804    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGVerticalFrame),-1,-1,4,"fV1=",0,(char*)NULL);
23805    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGVerticalFrame),-1,-1,4,"fV2=",0,(char*)NULL);
23806    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,4,"fLbl1=",0,(char*)NULL);
23807    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,4,"fLbl2=",0,(char*)NULL);
23808    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,4,"fHf=",0,(char*)NULL);
23809    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,4,"fTreeHdr=",0,(char*)NULL);
23810    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,4,"fListHdr=",0,(char*)NULL);
23811    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fMenuBarLayout=",0,(char*)NULL);
23812    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fMenuBarItemLayout=",0,(char*)NULL);
23813    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fMenuBarHelpLayout=",0,(char*)NULL);
23814    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fComboLayout=",0,(char*)NULL);
23815    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fBarLayout=",0,(char*)NULL);
23816    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGComboBox),-1,-1,4,"fDrawOption=",0,"drawing option entry");
23817    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fExpandLayout=",0,(char*)NULL);
23818    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fBrowseTextFile=",0,(char*)NULL);
23819    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,4,"fTextFileName=",0,(char*)NULL);
23820    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,4,"fWidgets=",0,(char*)NULL);
23821    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,4,"fHistory=",0,"history of browsing");
23822    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TObject),-1,-1,4,"fHistoryCursor=",0,"current hsitory position");
23823    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,4,"fIconPic=",0,"icon picture");
23824    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fFileMenu=",0,(char*)NULL);
23825    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fViewMenu=",0,(char*)NULL);
23826    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fOptionMenu=",0,(char*)NULL);
23827    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fHelpMenu=",0,(char*)NULL);
23828    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fSortMenu=",0,(char*)NULL);
23829    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListView),-1,-1,2,"fListView=",0,(char*)NULL);
23830    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TRootIconBox),-1,-1,2,"fIconBox=",0,(char*)NULL);
23831    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCanvas),-1,-1,2,"fTreeView=",0,(char*)NULL);
23832    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListTree),-1,-1,2,"fLt=",0,(char*)NULL);
23833    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGButton),-1,-1,2,"fToolBarButton[7]=",0,"same size as gToolBarData[]");
23834    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFSComboBox),-1,-1,2,"fFSComboBox=",0,(char*)NULL);
23835    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGStatusBar),-1,-1,2,"fStatusBar=",0,(char*)NULL);
23836    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListTreeItem),-1,-1,2,"fListLevel=",0,"current TGListTree level");
23837    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fTreeLock=",0,"true when we want to lock TGListTree");
23838    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fViewMode=",0,"current IconBox view mode");
23839    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSortMode=",0,"current IconBox sort mode");
23840    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEdit),-1,-1,2,"fTextEdit=",0,"contents of browsed text file");
23841    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23842    }
23843    G__tag_memvar_reset();
23844 }
23845 
23846 
23847    /* TRootDialog */
23848 static void G__setup_memvarTRootDialog(void) {
23849    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog));
23850    { TRootDialog *p; p=(TRootDialog*)0x1000; if (p) { }
23851    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu),-1,-1,4,"fMenu=",0,"associated context menu");
23852    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fL1=",0,"label layout");
23853    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fL2=",0,"text entry layout");
23854    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,4,"fWidgets=",0,"label and text field widgets created in dialog");
23855    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fOk=",0,"if true show OK button");
23856    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fCancel=",0,"if true show Cancel button");
23857    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fApply=",0,"if true show Apply button");
23858    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fHelp=",0,"if true show Online Help button");
23859    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23860    }
23861    G__tag_memvar_reset();
23862 }
23863 
23864 
23865    /* TRootContextMenu */
23866 static void G__setup_memvarTRootContextMenu(void) {
23867    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu));
23868    { TRootContextMenu *p; p=(TRootContextMenu*)0x1000; if (p) { }
23869    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog),-1,-1,4,"fDialog=",0,"dialog prompting for command line arguments");
23870    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,4,"fTrash=",0,"list of objects to be deleted before refilling menu");
23871    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23872    }
23873    G__tag_memvar_reset();
23874 }
23875 
23876 
23877    /* TRootControlBar */
23878 static void G__setup_memvarTRootControlBar(void) {
23879    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar));
23880    { TRootControlBar *p; p=(TRootControlBar*)0x1000; if (p) { }
23881    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,4,"fWidgets=",0,"list of TGTextButton or TGPictureButtons");
23882    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fL1=",0,"button layout hints");
23883    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fBwidth=",0,"button width in pixels");
23884    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23885    }
23886    G__tag_memvar_reset();
23887 }
23888 
23889 
23890    /* TRootHelpDialog */
23891 static void G__setup_memvarTRootHelpDialog(void) {
23892    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog));
23893    { TRootHelpDialog *p; p=(TRootHelpDialog*)0x1000; if (p) { }
23894    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextView),-1,-1,4,"fView=",0,"text view");
23895    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextButton),-1,-1,4,"fOK=",0,"OK button");
23896    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fL1=",0,"layout of TGTextView");
23897    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,4,"fL2=",0,"layout of OK button");
23898    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23899    }
23900    G__tag_memvar_reset();
23901 }
23902 
23903 
23904    /* TRootEmbeddedCanvas */
23905 static void G__setup_memvarTRootEmbeddedCanvas(void) {
23906    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas));
23907    { TRootEmbeddedCanvas *p; p=(TRootEmbeddedCanvas*)0x1000; if (p) { }
23908    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCWinId=",0,"window id used by embedded TCanvas");
23909    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedContainer),-1,-1,2,"fCanvasContainer=",0,"container in canvas widget");
23910    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TCanvas),-1,-1,2,"fCanvas=",0,"pointer to TCanvas");
23911    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAutoFit=",0,"canvas container keeps same size as canvas");
23912    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fButton=",0,"currently pressed button");
23913    G__memvar_setup((void*)0,75,0,0,-1,G__defined_typename("Atom_t"),-1,2,"fDNDTypeList=",0,"handles DND types");
23914    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23915    }
23916    G__tag_memvar_reset();
23917 }
23918 
23919 
23920    /* TGColorPalette */
23921 static void G__setup_memvarTGColorPalette(void) {
23922    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette));
23923    { TGColorPalette *p; p=(TGColorPalette*)0x1000; if (p) { }
23924    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCx=",0,"x coordinate of currently selected color cell");
23925    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCy=",0,"y coordinate of currently selected color cell");
23926    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fCw=",0,"color cell width");
23927    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fCh=",0,"color cell height");
23928    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fRows=",0,"number of color cell rows");
23929    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCols=",0,"number of color cell columns");
23930    G__memvar_setup((void*)0,75,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fPixels=",0,"pixel value of colors");
23931    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGGC),-1,-1,2,"fDrawGC=",0,"graphics context used for drawing");
23932    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23933    }
23934    G__tag_memvar_reset();
23935 }
23936 
23937 
23938    /* TGColorPick */
23939 static void G__setup_memvarTGColorPick(void) {
23940    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick));
23941    { TGColorPick *p; p=(TGColorPick*)0x1000; if (p) { }
23942    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fColormap[64][3]=",0,"colormap");
23943    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,4,"fPixel[64]=",0,"pixel values");
23944    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixmap_t"),-1,2,"fHSimage=",0,"hue / saturation colormap pixmap");
23945    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixmap_t"),-1,2,"fLimage=",0,"color lightness slider pixmap");
23946    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNColors=",0,"number of color samples");
23947    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fClick=",0,"mouse click location (kCLICK_NONE, kCLICK_HS, kCLICK_L)");
23948    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCx=",0,"x position in hs colormap");
23949    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCy=",0,"y position in hs colormap");
23950    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCz=",0,"position in lightness slider ");
23951    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fCurrentColor=",0,"currently selected color value");
23952    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_Rectangle_t),-1,-1,2,"fColormapRect=",0,"hue / saturation colormap rectangle");
23953    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_Rectangle_t),-1,-1,2,"fSliderRect=",0,"color lightness slider rectangle");
23954    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGGC),-1,-1,2,"fCursorGC=",0,"color lightness slider cursor GC");
23955    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23956    }
23957    G__tag_memvar_reset();
23958 }
23959 
23960 
23961    /* TGColorDialog */
23962 static void G__setup_memvarTGColorDialog(void) {
23963    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog));
23964    { TGColorDialog *p; p=(TGColorDialog*)0x1000; if (p) { }
23965    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fCurrentColor=",0,"currently selected color");
23966    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fInitColor=",0,"initially set color");
23967    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fRetc=",0,"return code (kMBOk, kMBCancel)");
23968    G__memvar_setup((void*)0,75,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fRetColor=",0,"return color");
23969    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette),-1,-1,2,"fPalette=",0,"color palette");
23970    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette),-1,-1,2,"fCpalette=",0,"color palette");
23971    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick),-1,-1,2,"fColors=",0,"color pick widget");
23972    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fSample=",0,"color sample frame");
23973    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fSampleOld=",0,"color sample frame");
23974    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fRte=",0,(char*)NULL);
23975    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fGte=",0,(char*)NULL);
23976    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fBte=",0,(char*)NULL);
23977    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fHte=",0,(char*)NULL);
23978    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fLte=",0,(char*)NULL);
23979    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fSte=",0,"RGB/HLS text entries");
23980    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,2,"fRtb=",0,(char*)NULL);
23981    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,2,"fGtb=",0,(char*)NULL);
23982    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,2,"fBtb=",0,(char*)NULL);
23983    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,2,"fHtb=",0,(char*)NULL);
23984    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,2,"fLtb=",0,(char*)NULL);
23985    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,2,"fStb=",0,"RGB/HLS associated buffers");
23986    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fWaitFor=",0,"call WaitFor method in constructor");
23987    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTab),-1,-1,2,"fTab=",0,"tab widget holding the color selectors");
23988    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas),-1,-1,2,"fEcanvas=",0,"embedded canvas holding the color wheel");
23989    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TColorWheel),-1,-1,2,"fColorWheel=",0,"color wheel");
23990    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,2,"fColorInfo=",0,"color info");
23991    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextButton),-1,-1,2,"fPreview=",0,"preview button;");
23992    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
23993    }
23994    G__tag_memvar_reset();
23995 }
23996 
23997 
23998    /* TGColorFrame */
23999 static void G__setup_memvarTGColorFrame(void) {
24000    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame));
24001    { TGColorFrame *p; p=(TGColorFrame*)0x1000; if (p) { }
24002    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),-1,-1,2,"fMsgWindow=",0,"window handling container messages");
24003    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fPixel=",0,"color value of this cell");
24004    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fActive=",0,"kTRUE if this color cell is active");
24005    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("GContext_t"),-1,2,"fGrayGC=",0,"Shadow GC");
24006    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fColor=",0,"returned color value");
24007    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24008    }
24009    G__tag_memvar_reset();
24010 }
24011 
24012 
24013    /* TG16ColorSelector */
24014 static void G__setup_memvarTG16ColorSelector(void) {
24015    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector));
24016    { TG16ColorSelector *p; p=(TG16ColorSelector*)0x1000; if (p) { }
24017    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fActive=",0,"index of active color cell");
24018    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),-1,-1,2,"fMsgWindow=",0,"window handling container messages");
24019    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame),-1,-1,2,"fCe[16]=",0,"matrix of color cells");
24020    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24021    }
24022    G__tag_memvar_reset();
24023 }
24024 
24025 
24026    /* TGColorPopup */
24027 static void G__setup_memvarTGColorPopup(void) {
24028    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup));
24029    { TGColorPopup *p; p=(TGColorPopup*)0x1000; if (p) { }
24030    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fActive=",0,"active color index");
24031    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLaunchDialog=",0,"flag used for launching color dialog");
24032    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),-1,-1,2,"fMsgWindow=",0,"window handling container messages");
24033    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fCurrentColor=",0,"currently selected color value");
24034    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24035    }
24036    G__tag_memvar_reset();
24037 }
24038 
24039 
24040    /* TGColorSelect */
24041 static void G__setup_memvarTGColorSelect(void) {
24042    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect));
24043    { TGColorSelect *p; p=(TGColorSelect*)0x1000; if (p) { }
24044    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fColor=",0,"color value of the button");
24045    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGGC),-1,-1,2,"fDrawGC=",0,"drawing GC");
24046    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup),-1,-1,2,"fColorPopup=",0,"color popup associated");
24047    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPosition),-1,-1,2,"fPressPos=",0,"psotion of frame on button press event");
24048    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24049    }
24050    G__tag_memvar_reset();
24051 }
24052 
24053 
24054    /* TGFontDialog */
24055 static void G__setup_memvarTGFontDialog(void) {
24056    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog));
24057    { TGFontDialog *p; p=(TGFontDialog*)0x1000; if (p) { }
24058    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListBox),-1,-1,2,"fFontNames=",0,"list of font names");
24059    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListBox),-1,-1,2,"fFontSizes=",0,"list of font sizes");
24060    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListBox),-1,-1,2,"fFontStyles=",0,"list of font styles");
24061    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGComboBox),-1,-1,2,"fTextAligns=",0,"font alignment selection");
24062    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,2,"fSample=",0,"sample of selected font");
24063    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect),-1,-1,2,"fColorSelect=",0,"color selection dialog");
24064    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fName=",0,"font name");
24065    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fLName=",0,"logical font name");
24066    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t),-1,-1,2,"fFontProp=",0,"font info structure");
24067    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fItalic=",0,"italic flag");
24068    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fBold=",0,"bold flag");
24069    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fSize=",0,"font size");
24070    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTextAlign=",0,"text aligment");
24071    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fTextColor=",0,"text color");
24072    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fInitColor=",0,"initial value of text color");
24073    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fInitAlign=",0,"initialvalue of  text align");
24074    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFont),-1,-1,2,"fInitFont=",0,"initial font");
24075    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fSampleText=",0,"string used for sample");
24076    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGGC),-1,-1,2,"fSampleTextGC=",0,"GC used for sample text");
24077    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFont),-1,-1,2,"fLabelFont=",0,"TGFont used for sample text");
24078    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHitOK=",0,"flag = kTRUE if user press the Ok button");
24079    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNumberOfFonts=",0,"total numbder of fonts");
24080    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fWaitFor=",0,"if kTRUE WaitForUnmap is called in constructor.");
24081    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24082    }
24083    G__tag_memvar_reset();
24084 }
24085 
24086 
24087    /* TGFontDialog::FontProp_t */
24088 static void G__setup_memvarTGFontDialogcLcLFontProp_t(void) {
24089    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t));
24090    { TGFontDialog::FontProp_t *p; p=(TGFontDialog::FontProp_t*)0x1000; if (p) { }
24091    G__memvar_setup((void*)((long)(&p->fName)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,1,"fName=",0,"font name");
24092    G__memvar_setup((void*)((long)(&p->fSize)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fSize=",0,"font size");
24093    G__memvar_setup((void*)((long)(&p->fAlign)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fAlign=",0,"text alignment");
24094    G__memvar_setup((void*)((long)(&p->fColor)-(long)(p)),107,0,0,-1,G__defined_typename("Pixel_t"),-1,1,"fColor=",0,"text color");
24095    G__memvar_setup((void*)((long)(&p->fBold)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fBold=",0,"bold flag");
24096    G__memvar_setup((void*)((long)(&p->fItalic)-(long)(p)),103,0,0,-1,G__defined_typename("Bool_t"),-1,1,"fItalic=",0,"italic flag");
24097    }
24098    G__tag_memvar_reset();
24099 }
24100 
24101 
24102    /* TGDockButton */
24103 static void G__setup_memvarTGDockButton(void) {
24104    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton));
24105    { TGDockButton *p; p=(TGDockButton*)0x1000; if (p) { }
24106    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMouseOn=",0,"true when mouse on button");
24107    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fNormBg=",0,"normal background color");
24108    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fHiBg=",0,"highlighted background color");
24109    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24110    }
24111    G__tag_memvar_reset();
24112 }
24113 
24114 
24115    /* TGDockHideButton */
24116 static void G__setup_memvarTGDockHideButton(void) {
24117    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton));
24118    { TGDockHideButton *p; p=(TGDockHideButton*)0x1000; if (p) { }
24119    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fAspectRatio=",0,"triangle orientation");
24120    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24121    }
24122    G__tag_memvar_reset();
24123 }
24124 
24125 
24126    /* TGUndockedFrame */
24127 static void G__setup_memvarTGUndockedFrame(void) {
24128    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame));
24129    { TGUndockedFrame *p; p=(TGUndockedFrame*)0x1000; if (p) { }
24130    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame),-1,-1,2,"fDockable=",0,"orignal dockable frame");
24131    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24132    }
24133    G__tag_memvar_reset();
24134 }
24135 
24136 
24137    /* TGMdiMenuBar */
24138 static void G__setup_memvarTGMdiMenuBar(void) {
24139    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar));
24140    { TGMdiMenuBar *p; p=(TGMdiMenuBar*)0x1000; if (p) { }
24141    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fLeft=",0,(char*)NULL);
24142    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fRight=",0,"left and right parts of MDI menu bar");
24143    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMenuBar),-1,-1,2,"fBar=",0,"standard menu bar");
24144    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLHint=",0,(char*)NULL);
24145    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLeftHint=",0,"left layout hints");
24146    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fRightHint=",0,(char*)NULL);
24147    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fBarHint=",0,"right layout hints");
24148    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24149    }
24150    G__tag_memvar_reset();
24151 }
24152 
24153 
24154    /* TGMdiContainer */
24155 static void G__setup_memvarTGMdiContainer(void) {
24156    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer));
24157    { TGMdiContainer *p; p=(TGMdiContainer*)0x1000; if (p) { }
24158    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),-1,-1,2,"fMain=",0,"pointer to MDI main frame");
24159    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24160    }
24161    G__tag_memvar_reset();
24162 }
24163 
24164 
24165    /* TGMdiDecorFrame */
24166 static void G__setup_memvarTGMdiDecorFrame(void) {
24167    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame));
24168    { TGMdiDecorFrame *p; p=(TGMdiDecorFrame*)0x1000; if (p) { }
24169    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPreResizeX=",0,(char*)NULL);
24170    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPreResizeY=",0,"position before resizing");
24171    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPreResizeWidth=",0,(char*)NULL);
24172    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPreResizeHeight=",0,"dimension before resizing");
24173    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMinimizedX=",0,(char*)NULL);
24174    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMinimizedY=",0,"minimized position");
24175    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsMinimized=",0,(char*)NULL);
24176    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsMaximized=",0,"minimized and maximized flags");
24177    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMinimizedUserPlacement=",0,"user placement flag");
24178    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fIsCurrent=",0,"current mdi window flag");
24179    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame),-1,-1,2,"fFrame=",0,"parent (owner) MDI frame");
24180    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),-1,-1,2,"fMdiMainFrame=",0,"MDI main frame");
24181    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),-1,-1,2,"fUpperHR=",0,(char*)NULL);
24182    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer),-1,-1,2,"fLowerHR=",0,"upper and lower vertical resizers");
24183    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),-1,-1,2,"fUpperLeftCR=",0,(char*)NULL);
24184    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),-1,-1,2,"fLowerLeftCR=",0,"upper left and lower left resizers");
24185    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),-1,-1,2,"fUpperRightCR=",0,(char*)NULL);
24186    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer),-1,-1,2,"fLowerRightCR=",0,"upper right and lower right resizers");
24187    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),-1,-1,2,"fLeftVR=",0,(char*)NULL);
24188    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer),-1,-1,2,"fRightVR=",0,"left and right horizontal resizers");
24189    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLHint=",0,(char*)NULL);
24190    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fExpandHint=",0,"layout hints");
24191    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fButtonMask=",0,"mask used to display/hide buttons");
24192    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar),-1,-1,2,"fTitlebar=",0,"MDI window title bar");
24193    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFramecLcLdA),-1,-2,1,G__FastAllocString(2048).Format("kMdiBorderWidth=%lldLL",(long long)TGMdiDecorFrame::kMdiBorderWidth).data(),0,(char*)NULL);
24194    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24195    }
24196    G__tag_memvar_reset();
24197 }
24198 
24199 
24200    /* TGMdiFrame */
24201 static void G__setup_memvarTGMdiFrame(void) {
24202    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame));
24203    { TGMdiFrame *p; p=(TGMdiFrame*)0x1000; if (p) { }
24204    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFramecLcLdA),-1,-2,2,"kDontCallClose=16384LL",0,(char*)NULL);
24205    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame),-1,-1,2,"fMain=",0,"pointer to the MDI main frame");
24206    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fMdiHints=",0,"MDI hints, also used to identify titlebar buttons");
24207    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24208    }
24209    G__tag_memvar_reset();
24210 }
24211 
24212 
24213    /* TGMdiFrameList */
24214 static void G__setup_memvarTGMdiFrameList(void) {
24215    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList));
24216    { TGMdiFrameList *p; p=(TGMdiFrameList*)0x1000; if (p) { }
24217    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fFrameId=",0,"TGMdiFrameList Id");
24218    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame),-1,-1,2,"fDecor=",0,"MDI decor frame");
24219    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList),-1,-1,2,"fPrev=",0,(char*)NULL);
24220    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList),-1,-1,2,"fNext=",0,"pointers on previous and next TGMdiFrameList");
24221    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList),-1,-1,2,"fCyclePrev=",0,(char*)NULL);
24222    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList),-1,-1,2,"fCycleNext=",0,"pointers on previous and next TGMdiFrameList");
24223    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24224    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24225    }
24226    G__tag_memvar_reset();
24227 }
24228 
24229 
24230    /* TGMdiMainFrame */
24231 static void G__setup_memvarTGMdiMainFrame(void) {
24232    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame));
24233    { TGMdiMainFrame *p; p=(TGMdiMainFrame*)0x1000; if (p) { }
24234    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFramecLcLdA),-1,-2,2,"kMinimizedWidth=5LL",0,(char*)NULL);
24235    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCurrentX=",0,(char*)NULL);
24236    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCurrentY=",0,(char*)NULL);
24237    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fResizeMode=",0,"current MDI child XY position and resize mode");
24238    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fArrangementMode=",0,"MDI childs arrangement mode");
24239    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFont),-1,-1,2,"fFontCurrent=",0,(char*)NULL);
24240    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFont),-1,-1,2,"fFontNotCurrent=",0,"fonts for active and inactive MDI childs");
24241    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fBackCurrent=",0,(char*)NULL);
24242    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fForeCurrent=",0,"back and fore colors for active MDI childs");
24243    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fBackNotCurrent=",0,(char*)NULL);
24244    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fForeNotCurrent=",0,"back and fore colors for inactive MDI childs");
24245    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGGC),-1,-1,2,"fBoxGC=",0,"GC used to draw resizing box (rectangle)");
24246    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-1,2,"fNumberOfFrames=",0,"number of MDI child windows");
24247    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar),-1,-1,2,"fMenuBar=",0,"menu bar");
24248    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fContainer=",0,"MDI container");
24249    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fWinListMenu=",0,"popup menu with list of MDI child windows");
24250    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList),-1,-1,2,"fChildren=",0,"list of MDI child windows");
24251    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList),-1,-1,2,"fCurrent=",0,"current list of MDI child windows");
24252    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24253    }
24254    G__tag_memvar_reset();
24255 }
24256 
24257 
24258    /* TGMdiGeometry */
24259 static void G__setup_memvarTGMdiGeometry(void) {
24260    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiGeometry));
24261    { TGMdiGeometry *p; p=(TGMdiGeometry*)0x1000; if (p) { }
24262    G__memvar_setup((void*)((long)(&p->fValueMask)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fValueMask=",0,"MDI hints mask");
24263    G__memvar_setup((void*)((long)(&p->fClient)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGRectangle),-1,-1,1,"fClient=",0,(char*)NULL);
24264    G__memvar_setup((void*)((long)(&p->fDecoration)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGRectangle),-1,-1,1,"fDecoration=",0,(char*)NULL);
24265    G__memvar_setup((void*)((long)(&p->fIcon)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGRectangle),-1,-1,1,"fIcon=",0,"client, decoration and icon rectangles");
24266    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24267    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24268    }
24269    G__tag_memvar_reset();
24270 }
24271 
24272 
24273    /* TGMdiTitleIcon */
24274 static void G__setup_memvarTGMdiTitleIcon(void) {
24275    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon));
24276    { TGMdiTitleIcon *p; p=(TGMdiTitleIcon*)0x1000; if (p) { }
24277    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),-1,-1,2,"fMsgWindow=",0,"window handling container messages");
24278    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fPopup=",0,"Popup menu associated to the title icon");
24279    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24280    }
24281    G__tag_memvar_reset();
24282 }
24283 
24284 
24285    /* TGMdiButtons */
24286 static void G__setup_memvarTGMdiButtons(void) {
24287    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons));
24288    { TGMdiButtons *p; p=(TGMdiButtons*)0x1000; if (p) { }
24289    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPictureButton),-1,-1,2,"fButton[5]=",0,"MDI picture buttons");
24290    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fDefaultHint=",0,(char*)NULL);
24291    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fCloseHint=",0,"Layout hints");
24292    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),-1,-1,2,"fMsgWindow=",0,"window handling container messages");
24293    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24294    }
24295    G__tag_memvar_reset();
24296 }
24297 
24298 
24299    /* TGMdiTitleBar */
24300 static void G__setup_memvarTGMdiTitleBar(void) {
24301    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar));
24302    { TGMdiTitleBar *p; p=(TGMdiTitleBar*)0x1000; if (p) { }
24303    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),-1,-1,2,"fMdiWin=",0,"owner MDI window");
24304    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons),-1,-1,2,"fButtons=",0,"MDI buttons");
24305    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon),-1,-1,2,"fWinIcon=",0,"title icon");
24306    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,2,"fWinName=",0,"window name label");
24307    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fLFrame=",0,(char*)NULL);
24308    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fMFrame=",0,(char*)NULL);
24309    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fRFrame=",0,"the three parts of the title bar");
24310    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLHint=",0,(char*)NULL);
24311    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLeftHint=",0,(char*)NULL);
24312    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fMiddleHint=",0,(char*)NULL);
24313    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fRightHint=",0,"layout hints");
24314    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fX0=",0,(char*)NULL);
24315    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fY0=",0,"initial position of the mouse click");
24316    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fLeftButPressed=",0,(char*)NULL);
24317    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fRightButPressed=",0,(char*)NULL);
24318    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMidButPressed=",0,"mouse button pressed");
24319    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24320    }
24321    G__tag_memvar_reset();
24322 }
24323 
24324 
24325    /* TGMdiWinResizer */
24326 static void G__setup_memvarTGMdiWinResizer(void) {
24327    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer));
24328    { TGMdiWinResizer *p; p=(TGMdiWinResizer*)0x1000; if (p) { }
24329    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),-1,-1,2,"fMdiWin=",0,"owner MDI Window");
24330    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fWinX=",0,(char*)NULL);
24331    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fWinY=",0,(char*)NULL);
24332    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fWinW=",0,(char*)NULL);
24333    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fWinH=",0,"MDI win position and dimension");
24334    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOldX=",0,(char*)NULL);
24335    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOldY=",0,(char*)NULL);
24336    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOldW=",0,(char*)NULL);
24337    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fOldH=",0,"old MDI win position and dimension");
24338    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNewX=",0,(char*)NULL);
24339    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNewY=",0,(char*)NULL);
24340    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNewW=",0,(char*)NULL);
24341    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNewH=",0,"new MDI win position and dimension");
24342    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMinW=",0,(char*)NULL);
24343    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMinH=",0,"Min width and height of the MDI Win");
24344    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMdiOptions=",0,"MDI options");
24345    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPos=",0,"position of the resizer");
24346    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fX0=",0,(char*)NULL);
24347    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fY0=",0,"initial position of the mouse click");
24348    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fLeftButPressed=",0,(char*)NULL);
24349    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fRightButPressed=",0,(char*)NULL);
24350    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMidButPressed=",0,"mouse buttons flags");
24351    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGGC),-1,-1,2,"fBoxGC=",0,"GC used for resizing rectangle");
24352    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fLineW=",0,"line width of resizing rectangle");
24353    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24354    }
24355    G__tag_memvar_reset();
24356 }
24357 
24358 
24359    /* TGMdiVerticalWinResizer */
24360 static void G__setup_memvarTGMdiVerticalWinResizer(void) {
24361    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer));
24362    { TGMdiVerticalWinResizer *p; p=(TGMdiVerticalWinResizer*)0x1000; if (p) { }
24363    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24364    }
24365    G__tag_memvar_reset();
24366 }
24367 
24368 
24369    /* TGMdiHorizontalWinResizer */
24370 static void G__setup_memvarTGMdiHorizontalWinResizer(void) {
24371    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer));
24372    { TGMdiHorizontalWinResizer *p; p=(TGMdiHorizontalWinResizer*)0x1000; if (p) { }
24373    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24374    }
24375    G__tag_memvar_reset();
24376 }
24377 
24378 
24379    /* TGMdiCornerWinResizer */
24380 static void G__setup_memvarTGMdiCornerWinResizer(void) {
24381    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer));
24382    { TGMdiCornerWinResizer *p; p=(TGMdiCornerWinResizer*)0x1000; if (p) { }
24383    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24384    }
24385    G__tag_memvar_reset();
24386 }
24387 
24388 
24389    /* TVirtualDragManager */
24390 static void G__setup_memvarTVirtualDragManager(void) {
24391    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager));
24392    { TVirtualDragManager *p; p=(TVirtualDragManager*)0x1000; if (p) { }
24393    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMoveWaiting=",0,"kTRUE if source is clicked but not moved");
24394    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDragging=",0,"in dragging mode?");
24395    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDropping=",0,"drop is in progress");
24396    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fPasting=",0,"paste action is in progress");
24397    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__Gui3LN_EDragType),-1,-1,2,"fDragType=",0,"dragging type");
24398    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fSource=",0,"frame being dragged");
24399    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fFrameUnder=",0,"frame under drag");
24400    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fTarget=",0,"drop target");
24401    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fPasteFrame=",0,(char*)NULL);
24402    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24403    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24404    }
24405    G__tag_memvar_reset();
24406 }
24407 
24408 
24409    /* TGuiBldAction */
24410 static void G__setup_memvarTGuiBldAction(void) {
24411    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction));
24412    { TGuiBldAction *p; p=(TGuiBldAction*)0x1000; if (p) { }
24413    G__memvar_setup((void*)((long)(&p->fType)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fType=",0,"type of action");
24414    G__memvar_setup((void*)((long)(&p->fAct)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,1,"fAct=",0,"action, after action execution new frame is created");
24415    G__memvar_setup((void*)((long)(&p->fPic)-(long)(p)),67,0,1,-1,-1,-1,1,"fPic=",0,"picture name");
24416    G__memvar_setup((void*)((long)(&p->fPicture)-(long)(p)),85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,1,"fPicture=",0,"picture");
24417    G__memvar_setup((void*)((long)(&p->fHints)-(long)(p)),85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,1,"fHints=",0,"layout hints for frame created by action");
24418    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24419    }
24420    G__tag_memvar_reset();
24421 }
24422 
24423 
24424    /* TGuiBuilder */
24425 static void G__setup_memvarTGuiBuilder(void) {
24426    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder));
24427    { TGuiBuilder *p; p=(TGuiBuilder*)0x1000; if (p) { }
24428    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction),-1,-1,2,"fAction=",0,"current action");
24429    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24430    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24431    }
24432    G__tag_memvar_reset();
24433 }
24434 
24435 
24436    /* TGRedirectOutputGuard */
24437 static void G__setup_memvarTGRedirectOutputGuard(void) {
24438    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGRedirectOutputGuard));
24439    { TGRedirectOutputGuard *p; p=(TGRedirectOutputGuard*)0x1000; if (p) { }
24440    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,4,"fLogFile=",0,(char*)NULL);
24441    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fTmpFile=",0,(char*)NULL);
24442    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextView),-1,-1,4,"fTextView=",0,(char*)NULL);
24443    G__memvar_setup((void*)0,69,0,0,-1,-1,-1,4,"fLogFileRead=",0,(char*)NULL);
24444    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24445    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24446    }
24447    G__tag_memvar_reset();
24448 }
24449 
24450 
24451    /* TGPasswdDialog */
24452 static void G__setup_memvarTGPasswdDialog(void) {
24453    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGPasswdDialog));
24454    { TGPasswdDialog *p; p=(TGPasswdDialog*)0x1000; if (p) { }
24455    G__memvar_setup((void*)0,67,0,0,-1,-1,-1,4,"fPwdBuf=",0,"buffer where to store the passwd");
24456    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fPwdLenMax=",0,"passwd buffer length");
24457    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTransientFrame),-1,-1,4,"fDialog=",0,"main frame of this widget");
24458    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextButton),-1,-1,4,"fOk=",0,"Ok button");
24459    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,4,"fPasswd=",0,"Password TextEntry");
24460    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,4,"fPasswdText=",0,"Passwd Buffer");
24461    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24462    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24463    }
24464    G__tag_memvar_reset();
24465 }
24466 
24467 
24468    /* TGTextEditor */
24469 static void G__setup_memvarTGTextEditor(void) {
24470    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor));
24471    { TGTextEditor *p; p=(TGTextEditor*)0x1000; if (p) { }
24472    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TTimer),-1,-1,2,"fTimer=",0,"for statusbar and toolbar update");
24473    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGStatusBar),-1,-1,2,"fStatusBar=",0,"for file name, line and col number");
24474    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGToolBar),-1,-1,2,"fToolBar=",0,"toolbar with common tool buttons");
24475    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEdit),-1,-1,2,"fTextEdit=",0,"text edit widget");
24476    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,2,"fLabel=",0,"\"command\" label");
24477    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGComboBox),-1,-1,2,"fComboCmd=",0,"commands combobox");
24478    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fCommand=",0,"command text entry widget");
24479    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,2,"fCommandBuf=",0,"command text buffer");
24480    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fMenuBarLayout=",0,"used for the menubar");
24481    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fMenuBarItemLayout=",0,"used for for menubar items");
24482    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMenuBar),-1,-1,2,"fMenuBar=",0,"editor's menu bar");
24483    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fMenuFile=",0,"\"File\" menu entry");
24484    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fMenuEdit=",0,"\"Edit\" menu entry");
24485    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fMenuSearch=",0,"\"Search\" menu entry");
24486    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fMenuTools=",0,"\"Tools\" menu entry");
24487    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fMenuHelp=",0,"\"Help\" menu entry");
24488    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fExiting=",0,"true if editor is closing");
24489    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fTextChanged=",0,"true if text has changed");
24490    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fFilename=",0,"name of the opened file");
24491    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TMacro),-1,-1,2,"fMacro=",0,"pointer on the opened macro");
24492    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24493    }
24494    G__tag_memvar_reset();
24495 }
24496 
24497 
24498    /* TGSpeedo */
24499 static void G__setup_memvarTGSpeedo(void) {
24500    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo));
24501    { TGSpeedo *p; p=(TGSpeedo*)0x1000; if (p) { }
24502    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedocLcLEGlowColor),-1,-2,1,G__FastAllocString(2048).Format("kNoglow=%lldLL",(long long)TGSpeedo::kNoglow).data(),0,(char*)NULL);
24503    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedocLcLEGlowColor),-1,-2,1,G__FastAllocString(2048).Format("kGreen=%lldLL",(long long)TGSpeedo::kGreen).data(),0,(char*)NULL);
24504    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedocLcLEGlowColor),-1,-2,1,G__FastAllocString(2048).Format("kOrange=%lldLL",(long long)TGSpeedo::kOrange).data(),0,(char*)NULL);
24505    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedocLcLEGlowColor),-1,-2,1,G__FastAllocString(2048).Format("kRed=%lldLL",(long long)TGSpeedo::kRed).data(),0,(char*)NULL);
24506    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TImage),-1,-1,2,"fImage=",0,"image used as background");
24507    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TImage),-1,-1,2,"fImage2=",0,"intermediate image used as background");
24508    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,2,"fBase=",0,"picture used as background");
24509    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("FontStruct_t"),-1,2,"fTextFS=",0,(char*)NULL);
24510    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("FontStruct_t"),-1,2,"fCounterFS=",0,"font structures for text rendering");
24511    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCounter=",0,"small odo meter (4 digits)");
24512    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fPicName=",0,"name of picture used as background");
24513    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fLabel1=",0,"main label (first line)");
24514    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fLabel2=",0,"main label (second line)");
24515    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fDisplay1=",0,"first line in the small display");
24516    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fDisplay2=",0,"second line in the small display");
24517    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fAngle=",0,(char*)NULL);
24518    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fValue=",0,"needle angle and corresponding value");
24519    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fPeakVal=",0,"maximum peak mark");
24520    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fMeanVal=",0,"mean value mark");
24521    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fAngleMin=",0,(char*)NULL);
24522    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fAngleMax=",0,"needle min and max angle");
24523    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fScaleMin=",0,(char*)NULL);
24524    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fScaleMax=",0,"needle min and max scale");
24525    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fThreshold[3]=",0,"glowing thresholds");
24526    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedocLcLEGlowColor),-1,-1,2,"fThresholdColor[3]=",0,"glowing threshold colors");
24527    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fThresholdActive=",0,"kTRUE if glowing threhsholds are active");
24528    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fPeakMark=",0,"kTRUE if peak mark is active");
24529    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMeanMark=",0,"kTRUE if mean mark is active");
24530    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24531    }
24532    G__tag_memvar_reset();
24533 }
24534 
24535 
24536    /* TGDragWindow */
24537 static void G__setup_memvarTGDragWindow(void) {
24538    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow));
24539    { TGDragWindow *p; p=(TGDragWindow*)0x1000; if (p) { }
24540    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Cursor_t"),-2,2,"fgDefaultCursor=",0,"Default Cursor");
24541    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Window_t"),-1,2,"fInput=",0,"Input Window");
24542    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixmap_t"),-1,2,"fPic=",0,(char*)NULL);
24543    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixmap_t"),-1,2,"fMask=",0,"Pixmaps used as Window shape");
24544    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fPw=",0,(char*)NULL);
24545    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fPh=",0,"Hot point coordinates (x and y)");
24546    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24547    }
24548    G__tag_memvar_reset();
24549 }
24550 
24551 
24552    /* TGTable */
24553 static void G__setup_memvarTGTable(void) {
24554    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable));
24555    { TGTable *p; p=(TGTable*)0x1000; if (p) { }
24556    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TObjArray),-1,-1,2,"fRows=",0,"Array of rows");
24557    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TObjArray),-1,-1,2,"fRowHeaders=",0,"Array of row headers");
24558    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TObjArray),-1,-1,2,"fColumnHeaders=",0,"Array of column headers");
24559    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader),-1,-1,2,"fTableHeader=",0,"Top left element of the table");
24560    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fReadOnly=",0,"Table readonly state");
24561    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fSelectColor=",0,"Select Color");
24562    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTMode=",0,"Text justify mode");
24563    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fAllData=",0,"Is the data bigger than the table");
24564    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TTableRange),-1,-1,2,"fCurrentRange=",0,"Range of data currently loaded");
24565    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TTableRange),-1,-1,2,"fDataRange=",0,"Full range of the data set");
24566    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TTableRange),-1,-1,2,"fGotoRange=",0,"Range used by Goto frame");
24567    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTableFrame),-1,-1,2,"fTableFrame=",0,"Container for the frames ");
24568    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCanvas),-1,-1,2,"fCanvas=",0,"Canvas that will contains the cells");
24569    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fCellWidth=",0,"Default cell width");
24570    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fCellHeight=",0,"Default cell width");
24571    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame),-1,-1,2,"fCHdrFrame=",0,"Frame that contains the row headers");
24572    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame),-1,-1,2,"fRHdrFrame=",0,"Frame that contains the row headers");
24573    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fRangeFrame=",0,"Frame that contains the top part");
24574    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fTopFrame=",0,"Frame that contains the top part");
24575    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fTopExtraFrame=",0,"Dev idea");
24576    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fBottomFrame=",0,"Frame that contains the bottom part");
24577    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fButtonFrame=",0,"Contains the buttons");
24578    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextButton),-1,-1,2,"fNextButton=",0,"Button to view next chunk");
24579    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextButton),-1,-1,2,"fPrevButton=",0,"Button to view previous chunk");
24580    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextButton),-1,-1,2,"fUpdateButton=",0,"Button to update current view");
24581    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextButton),-1,-1,2,"fGotoButton=",0,"Button to goto a new range");
24582    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,2,"fFirstCellLabel=",0,"Label for the range frame");
24583    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,2,"fRangeLabel=",0,"Label for the range frame");
24584    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fFirstCellEntry=",0,"TextEntry for the range frame");
24585    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fRangeEntry=",0,"TextEntry for the range frame");
24586    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fOddRowBackground=",0,"Background color for odd numbered rows");
24587    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fEvenRowBackground=",0,"Background color for even numbered rows");
24588    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Pixel_t"),-1,2,"fHeaderBackground=",0,"Background color for headers");
24589    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,2,"fCellHintsList=",0,(char*)NULL);
24590    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,2,"fRHdrHintsList=",0,(char*)NULL);
24591    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,2,"fCHdrHintsList=",0,(char*)NULL);
24592    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,2,"fMainHintsList=",0,"List for all hints used in the main table frame");
24593    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TVirtualTableInterface),-1,-1,2,"fInterface=",0,"Interface to the data source");
24594    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24595    }
24596    G__tag_memvar_reset();
24597 }
24598 
24599 
24600    /* TGTableCell */
24601 static void G__setup_memvarTGTableCell(void) {
24602    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell));
24603    { TGTableCell *p; p=(TGTableCell*)0x1000; if (p) { }
24604    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGString),-1,-1,2,"fLabel=",0,"Text as shown in the cell");
24605    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGToolTip),-1,-1,2,"fTip=",0,"Possible Tooltip");
24606    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fReadOnly=",0,"Cell readonly state");
24607    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fEnabled=",0,"Cell enabled state");
24608    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTMode=",0,"Text justify mode");
24609    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,2,"fImage=",0,"Image or icon");
24610    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fTWidth=",0,"Label width");
24611    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fTHeight=",0,"Label heigth");
24612    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("FontStruct_t"),-1,2,"fFontStruct=",0,"Font of the label");
24613    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHasOwnFont=",0,"Does the cell have it's own font");
24614    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("GContext_t"),-1,2,"fNormGC=",0,"graphics context used to draw the cell");
24615    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fColumn=",0,"Column this cell belongs to");
24616    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fRow=",0,"Row this cell belongs to");
24617    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTable),-1,-1,2,"fTable=",0,"TGTable that a cell belongs to");
24618    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGGC),-1,-2,2,"fgDefaultGC=",0,"Default graphics context");
24619    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGFont),-1,-2,2,"fgDefaultFont=",0,"Default font");
24620    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24621    }
24622    G__tag_memvar_reset();
24623 }
24624 
24625 
24626    /* TGTableHeader */
24627 static void G__setup_memvarTGTableHeader(void) {
24628    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader));
24629    { TGTableHeader *p; p=(TGTableHeader*)0x1000; if (p) { }
24630    G__memvar_setup((void*)0,105,0,0,G__get_linked_tagnum(&G__G__Gui3LN_EHeaderType),-1,-1,2,"fType=",0,"Type of header");
24631    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fWidth=",0,"Width for the column");
24632    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,2,"fHeight=",0,"Height of the row");
24633    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fReadOnly=",0,"Cell readonly state");
24634    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fEnabled=",0,"Cell enabled state");
24635    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHasOwnLabel=",0,"Flag on default or specific label usage");
24636    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24637    }
24638    G__tag_memvar_reset();
24639 }
24640 
24641 
24642    /* TGTableFrame */
24643 static void G__setup_memvarTGTableFrame(void) {
24644    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableFrame));
24645    { TGTableFrame *p; p=(TGTableFrame*)0x1000; if (p) { }
24646    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fFrame=",0,"Composite frame used as a container");
24647    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCanvas),-1,-1,2,"fCanvas=",0,"Pointer to the canvas that used this frame.");
24648    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24649    }
24650    G__tag_memvar_reset();
24651 }
24652 
24653 
24654    /* TGTableHeaderFrame */
24655 static void G__setup_memvarTGTableHeaderFrame(void) {
24656    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame));
24657    { TGTableHeaderFrame *p; p=(TGTableHeaderFrame*)0x1000; if (p) { }
24658    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fX0=",0,"X coordinate of the header frame ");
24659    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fY0=",0,"Y coordinate of the header frame");
24660    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTable),-1,-1,2,"fTable=",0,"Table that this frame belongs to");
24661    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24662    }
24663    G__tag_memvar_reset();
24664 }
24665 
24666 
24667    /* TTableRange */
24668 static void G__setup_memvarTTableRange(void) {
24669    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TTableRange));
24670    { TTableRange *p; p=(TTableRange*)0x1000; if (p) { }
24671    G__memvar_setup((void*)((long)(&p->fXtl)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fXtl=",0,"Top left X coordinate");
24672    G__memvar_setup((void*)((long)(&p->fYtl)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fYtl=",0,"Top left Y coordinate");
24673    G__memvar_setup((void*)((long)(&p->fXbr)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fXbr=",0,"Bottom right X coordinate");
24674    G__memvar_setup((void*)((long)(&p->fYbr)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fYbr=",0,"Bottom right Y coordinate");
24675    G__memvar_setup((void*)0,108,0,0,-1,-1,-1,4,"G__virtualinfo=",0,(char*)NULL);
24676    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24677    }
24678    G__tag_memvar_reset();
24679 }
24680 
24681 
24682    /* TGSimpleTableInterface */
24683 static void G__setup_memvarTGSimpleTableInterface(void) {
24684    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface));
24685    { TGSimpleTableInterface *p; p=(TGSimpleTableInterface*)0x1000; if (p) { }
24686    G__memvar_setup((void*)0,68,2,0,-1,G__defined_typename("Double_t"),-1,4,"fData=",0,"Pointer to 2 dimensional array of Double_t");
24687    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fNRows=",0,(char*)NULL);
24688    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fNColumns=",0,(char*)NULL);
24689    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24690    }
24691    G__tag_memvar_reset();
24692 }
24693 
24694 
24695    /* TGSimpleTable */
24696 static void G__setup_memvarTGSimpleTable(void) {
24697    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable));
24698    { TGSimpleTable *p; p=(TGSimpleTable*)0x1000; if (p) { }
24699    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24700    }
24701    G__tag_memvar_reset();
24702 }
24703 
24704 
24705    /* TGCommandPlugin */
24706 static void G__setup_memvarTGCommandPlugin(void) {
24707    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin));
24708    { TGCommandPlugin *p; p=(TGCommandPlugin*)0x1000; if (p) { }
24709    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPid=",0,"current process id");
24710    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fHf=",0,"horizontal frame");
24711    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLabel),-1,-1,2,"fLabel=",0,"\"command :\" label");
24712    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGComboBox),-1,-1,2,"fComboCmd=",0,"commands combobox");
24713    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextEntry),-1,-1,2,"fCommand=",0,"command text entry widget");
24714    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextBuffer),-1,-1,2,"fCommandBuf=",0,"command text buffer");
24715    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTextView),-1,-1,2,"fStatus=",0,"output capture view");
24716    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TTimer),-1,-1,2,"fTimer=",0,"for local/remote update");
24717    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24718    }
24719    G__tag_memvar_reset();
24720 }
24721 
24722 
24723    /* TRootBrowser */
24724 static void G__setup_memvarTRootBrowser(void) {
24725    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser));
24726    { TRootBrowser *p; p=(TRootBrowser*)0x1000; if (p) { }
24727    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLH0=",0,(char*)NULL);
24728    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLH1=",0,(char*)NULL);
24729    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLH2=",0,(char*)NULL);
24730    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLH3=",0,"Layout hints, part 1");
24731    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLH4=",0,(char*)NULL);
24732    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLH5=",0,(char*)NULL);
24733    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLH6=",0,(char*)NULL);
24734    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints),-1,-1,2,"fLH7=",0,"Layout hints, part 2");
24735    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTab),-1,-1,2,"fTabLeft=",0,"Left Tab");
24736    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTab),-1,-1,2,"fTabRight=",0,"Right Tab");
24737    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTab),-1,-1,2,"fTabBottom=",0,"Bottom Tab");
24738    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTab),-1,-1,2,"fEditTab=",0,"Tab in \"Edit\" mode");
24739    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fEditPos=",0,"Id of tab in \"Edit\" mode");
24740    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fEditSubPos=",0,"Id of subtab in \"Edit\" mode");
24741    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGVerticalFrame),-1,-1,2,"fVf=",0,"Vertical frame");
24742    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fHf=",0,"Horizontal frame");
24743    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fH1=",0,"Horizontal frame");
24744    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fH2=",0,"Horizontal frame");
24745    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGVerticalFrame),-1,-1,2,"fV1=",0,"Vertical frame");
24746    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGVerticalFrame),-1,-1,2,"fV2=",0,"Vertical frame");
24747    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGVSplitter),-1,-1,2,"fVSplitter=",0,"Vertical splitter");
24748    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHSplitter),-1,-1,2,"fHSplitter=",0,"Horizontal splitter");
24749    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fEditFrame=",0,"Frame in \"Edit\" mode");
24750    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fTopMenuFrame=",0,"Top menu frame");
24751    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fPreMenuFrame=",0,"First (owned) menu frame");
24752    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fMenuFrame=",0,"Shared menu frame");
24753    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fToolbarFrame=",0,"Toolbar frame");
24754    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGMenuBar),-1,-1,2,"fMenuBar=",0,"Main (owned) menu bar");
24755    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fMenuFile=",0,"\"File\" popup menu");
24756    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fMenuExecPlugin=",0,"\"Exec Plugin\" popup menu");
24757    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu),-1,-1,2,"fMenuHelp=",0,"\"Browser Help\" popup menu");
24758    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame),-1,-1,2,"fActMenuBar=",0,"Actual (active) menu bar");
24759    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp),-1,-1,2,"fActBrowser=",0,"Actual (active) browser imp");
24760    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,2,"fBrowsers=",0,"List of (sub)browsers");
24761    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TList),-1,-1,2,"fPlugins=",0,"List of plugins");
24762    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGStatusBar),-1,-1,2,"fStatusBar=",0,"Status bar");
24763    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNbInitPlugins=",0,"Number of initial plugins (from .rootrc)");
24764    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNbTab[3]=",0,"Number of tab elements (for each Tab)");
24765    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fCrTab[3]=",0,"Actual (active) tab elements (for each Tab)");
24766    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fPid=",0,"Current process id");
24767    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShowCloseTab=",0,"kTRUE to show close icon on tab elements");
24768    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowsercLcLEInsertPosition),-1,-2,1,G__FastAllocString(2048).Format("kLeft=%lldLL",(long long)TRootBrowser::kLeft).data(),0,(char*)NULL);
24769    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowsercLcLEInsertPosition),-1,-2,1,G__FastAllocString(2048).Format("kRight=%lldLL",(long long)TRootBrowser::kRight).data(),0,(char*)NULL);
24770    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowsercLcLEInsertPosition),-1,-2,1,G__FastAllocString(2048).Format("kBottom=%lldLL",(long long)TRootBrowser::kBottom).data(),0,(char*)NULL);
24771    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24772    }
24773    G__tag_memvar_reset();
24774 }
24775 
24776 
24777    /* TGFileBrowser */
24778 static void G__setup_memvarTGFileBrowser(void) {
24779    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser));
24780    { TGFileBrowser *p; p=(TGFileBrowser*)0x1000; if (p) { }
24781    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser),-1,-1,2,"fNewBrowser=",0,"Pointer back to the Browser");
24782    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fTopFrame=",0,"Top horizontal frame");
24783    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGHorizontalFrame),-1,-1,2,"fBotFrame=",0,"Bottom horizontal frame");
24784    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGCanvas),-1,-1,2,"fCanvas=",0,"Canvas for the list tree");
24785    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListTree),-1,-1,2,"fListTree=",0,"Main list tree");
24786    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListTreeItem),-1,-1,2,"fListLevel=",0,"Current list tree level");
24787    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListTreeItem),-1,-1,2,"fCurrentDir=",0,"Current (list tree) directory");
24788    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGListTreeItem),-1,-1,2,"fRootDir=",0,"Root (list tree) directory");
24789    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGComboBox),-1,-1,2,"fDrawOption=",0,"Draw options combobox");
24790    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGComboBox),-1,-1,2,"fFileType=",0,"File type combobox");
24791    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TContextMenu),-1,-1,2,"fContextMenu=",0,"pointer to context menu");
24792    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPictureButton),-1,-1,2,"fSortButton=",0,"\"Sort\" button ");
24793    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGPictureButton),-1,-1,2,"fRefreshButton=",0,"\"Refresh\" button ");
24794    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,2,"fRootIcon=",0,"Root files icon");
24795    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,2,"fFileIcon=",0,"System files icon");
24796    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,2,"fCachedPic=",0,"Cached picture");
24797    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,2,"fCachedPicName=",0,"Cached picture name");
24798    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TRegexp),-1,-1,2,"fFilter=",0,"Regular expression used to filter files");
24799    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TSystemDirectory),-1,-1,2,"fDir=",0,"Actual (selected) system directory");
24800    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TSystemFile),-1,-1,2,"fFile=",0,"Actual (selected) system file");
24801    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGroupSize=",0,"total number of items when icon box switched to \"global view\" mode");
24802    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-1,2,"fNKeys=",0,(char*)NULL);
24803    G__memvar_setup((void*)0,108,0,0,-1,G__defined_typename("Long_t"),-1,2,"fCnt=",0,"Counters for keys inside a Root file");
24804    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fGrouped=",0,"kTRUE if Root file content (keys) is grouped");
24805    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fShowHidden=",0,"kTRUE to display hidden files");
24806    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fDblClick=",0,"kTRUE if user double-clicked on a list tree item");
24807    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgR),G__defined_typename("sLTI_t"),-1,2,"fSortedItems=",0,"List of sorted list-tree items.");
24808    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24809    }
24810    G__tag_memvar_reset();
24811 }
24812 
24813 
24814    /* TBrowserPlugin */
24815 static void G__setup_memvarTBrowserPlugin(void) {
24816    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin));
24817    { TBrowserPlugin *p; p=(TBrowserPlugin*)0x1000; if (p) { }
24818    G__memvar_setup((void*)((long)(&p->fTab)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fTab=",0,"Tab number");
24819    G__memvar_setup((void*)((long)(&p->fSubTab)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fSubTab=",0,"Tab element number");
24820    G__memvar_setup((void*)((long)(&p->fCommand)-(long)(p)),117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TString),-1,-1,1,"fCommand=",0,"Command to be executed");
24821    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24822    }
24823    G__tag_memvar_reset();
24824 }
24825 
24826 
24827    /* TGRectMap */
24828 static void G__setup_memvarTGRectMap(void) {
24829    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGRectMap));
24830    { TGRectMap *p; p=(TGRectMap*)0x1000; if (p) { }
24831    G__memvar_setup((void*)((long)(&p->fX)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fX=",0,"x position");
24832    G__memvar_setup((void*)((long)(&p->fY)-(long)(p)),105,0,0,-1,G__defined_typename("Int_t"),-1,1,"fY=",0,"y position");
24833    G__memvar_setup((void*)((long)(&p->fW)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fW=",0,"width");
24834    G__memvar_setup((void*)((long)(&p->fH)-(long)(p)),104,0,0,-1,G__defined_typename("UInt_t"),-1,1,"fH=",0,"height");
24835    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24836    }
24837    G__tag_memvar_reset();
24838 }
24839 
24840 
24841    /* TGSplitTool */
24842 static void G__setup_memvarTGSplitTool(void) {
24843    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool));
24844    { TGSplitTool *p; p=(TGSplitTool*)0x1000; if (p) { }
24845    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,4,"fWindow=",0,"frame to which tool tip is associated");
24846    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGGC),-1,-1,4,"fRectGC=",0,"rectangles drawing context");
24847    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TMap),-1,-1,4,"fMap=",0,"map of rectangles/subframes");
24848    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TContextMenu),-1,-1,4,"fContextMenu=",0,"Context menu for the splitter");
24849    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fX=",0,"X position in fWindow where to popup");
24850    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fY=",0,"Y position in fWindow where to popup");
24851    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24852    }
24853    G__tag_memvar_reset();
24854 }
24855 
24856 
24857    /* TGSplitFrame */
24858 static void G__setup_memvarTGSplitFrame(void) {
24859    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame));
24860    { TGSplitFrame *p; p=(TGSplitFrame*)0x1000; if (p) { }
24861    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGFrame),-1,-1,2,"fFrame=",0,"Pointer to the embedded frame (if any)");
24862    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGTransientFrame),-1,-1,2,"fUndocked=",0,"Main frame used when \"undocking\" frame");
24863    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGSplitter),-1,-1,2,"fSplitter=",0,"Pointer to the (H/V) Splitter (if any)");
24864    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame),-1,-1,2,"fFirst=",0,"Pointer to the first child (if any)");
24865    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame),-1,-1,2,"fSecond=",0,"Pointer to the second child (if any)");
24866    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool),-1,-1,2,"fSplitTool=",0,"SplitFrame Tool");
24867    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fWRatio=",0,"Width ratio between the first child and this");
24868    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fHRatio=",0,"Height ratio between the first child and this");
24869    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24870    }
24871    G__tag_memvar_reset();
24872 }
24873 
24874 
24875    /* TGShapedFrame */
24876 static void G__setup_memvarTGShapedFrame(void) {
24877    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame));
24878    { TGShapedFrame *p; p=(TGShapedFrame*)0x1000; if (p) { }
24879    G__memvar_setup((void*)0,85,0,1,G__get_linked_tagnum(&G__G__Gui3LN_TGPicture),-1,-1,2,"fBgnd=",0,"picture used as background/shape");
24880    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TImage),-1,-1,2,"fImage=",0,"image used as background/shape");
24881    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24882    }
24883    G__tag_memvar_reset();
24884 }
24885 
24886 
24887    /* TGEventHandler */
24888 static void G__setup_memvarTGEventHandler(void) {
24889    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler));
24890    { TGEventHandler *p; p=(TGEventHandler*)0x1000; if (p) { }
24891    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsActive=",0,"kTRUE if handler is active, kFALSE if not active");
24892    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGWindow),-1,-1,4,"fWindow=",0,(char*)NULL);
24893    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TObject),-1,-1,4,"fObject=",0,(char*)NULL);
24894    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
24895    }
24896    G__tag_memvar_reset();
24897 }
24898 
24899 extern "C" void G__cpp_setup_memvarG__Gui3() {
24900 }
24901 /***********************************************************
24902 ************************************************************
24903 ************************************************************
24904 ************************************************************
24905 ************************************************************
24906 ************************************************************
24907 ************************************************************
24908 ***********************************************************/
24909 
24910 /*********************************************************
24911 * Member function information setup for each class
24912 *********************************************************/
24913 static void G__setup_memfuncTRootGuiFactory(void) {
24914    /* TRootGuiFactory */
24915    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory));
24916    G__memfunc_setup("TRootGuiFactory",1525,G__G__Gui3_120_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory), -1, 0, 2, 1, 1, 0, 
24917 "C - - 10 '\"Root\"' name C - - 10 '\"ROOT GUI Factory\"' title", (char*)NULL, (void*) NULL, 0);
24918    G__memfunc_setup("CreateApplicationImp",2030,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TApplicationImp), -1, 0, 3, 1, 1, 0, 
24919 "C - - 10 - classname I - - 0 - argc "
24920 "C - - 2 - argv", (char*)NULL, (void*) NULL, 1);
24921    G__memfunc_setup("CreateCanvasImp",1494,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TCanvasImp), -1, 0, 4, 1, 1, 0, 
24922 "U 'TCanvas' - 0 - c C - - 10 - title "
24923 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
24924    G__memfunc_setup("CreateCanvasImp",1494,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TCanvasImp), -1, 0, 6, 1, 1, 0, 
24925 "U 'TCanvas' - 0 - c C - - 10 - title "
24926 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
24927 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
24928    G__memfunc_setup("CreateBrowserImp",1630,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp), -1, 0, 5, 1, 1, 0, 
24929 "U 'TBrowser' - 0 - b C - - 10 - title "
24930 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
24931 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
24932    G__memfunc_setup("CreateBrowserImp",1630,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp), -1, 0, 7, 1, 1, 0, 
24933 "U 'TBrowser' - 0 - b C - - 10 - title "
24934 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
24935 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
24936 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 1);
24937    G__memfunc_setup("CreateContextMenuImp",2036,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TContextMenuImp), -1, 0, 3, 1, 1, 0, 
24938 "U 'TContextMenu' - 0 - c C - - 10 - name "
24939 "C - - 10 - title", (char*)NULL, (void*) NULL, 1);
24940    G__memfunc_setup("CreateControlBarImp",1904,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TControlBarImp), -1, 0, 2, 1, 1, 0, 
24941 "U 'TControlBar' - 0 - c C - - 10 - title", (char*)NULL, (void*) NULL, 1);
24942    G__memfunc_setup("CreateControlBarImp",1904,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TControlBarImp), -1, 0, 4, 1, 1, 0, 
24943 "U 'TControlBar' - 0 - c C - - 10 - title "
24944 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
24945    G__memfunc_setup("Class",502,G__G__Gui3_120_0_10, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootGuiFactory::Class) ), 0);
24946    G__memfunc_setup("Class_Name",982,G__G__Gui3_120_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootGuiFactory::Class_Name) ), 0);
24947    G__memfunc_setup("Class_Version",1339,G__G__Gui3_120_0_12, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootGuiFactory::Class_Version) ), 0);
24948    G__memfunc_setup("Dictionary",1046,G__G__Gui3_120_0_13, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootGuiFactory::Dictionary) ), 0);
24949    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24950    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);
24951    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);
24952    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_120_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24953    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_120_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootGuiFactory::DeclFileName) ), 0);
24954    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_120_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootGuiFactory::ImplFileLine) ), 0);
24955    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_120_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootGuiFactory::ImplFileName) ), 0);
24956    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_120_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootGuiFactory::DeclFileLine) ), 0);
24957    // automatic copy constructor
24958    G__memfunc_setup("TRootGuiFactory", 1525, G__G__Gui3_120_0_22, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory), -1, 0, 1, 1, 1, 0, "u 'TRootGuiFactory' - 11 - -", (char*) NULL, (void*) NULL, 0);
24959    // automatic destructor
24960    G__memfunc_setup("~TRootGuiFactory", 1651, G__G__Gui3_120_0_23, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
24961    // automatic assignment operator
24962    G__memfunc_setup("operator=", 937, G__G__Gui3_120_0_24, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TRootGuiFactory), -1, 1, 1, 1, 1, 0, "u 'TRootGuiFactory' - 11 - -", (char*) NULL, (void*) NULL, 0);
24963    G__tag_memfunc_reset();
24964 }
24965 
24966 static void G__setup_memfuncTRootApplication(void) {
24967    /* TRootApplication */
24968    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication));
24969    G__memfunc_setup("TRootApplication",1644,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication), -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
24970    G__memfunc_setup("GetOptions",1036,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
24971 "I - 'Int_t' 0 - argc C - - 2 - argv", (char*)NULL, (void*) NULL, 0);
24972    G__memfunc_setup("TRootApplication",1644,G__G__Gui3_123_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication), -1, 0, 3, 1, 1, 0, 
24973 "C - - 10 - appClassName I - 'Int_t' 0 - argc "
24974 "C - - 2 - argv", (char*)NULL, (void*) NULL, 0);
24975    G__memfunc_setup("Client",607,G__G__Gui3_123_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGClient), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
24976    G__memfunc_setup("Show",417,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24977    G__memfunc_setup("Hide",378,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24978    G__memfunc_setup("Iconify",721,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24979    G__memfunc_setup("IsCmdThread",1064,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24980    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24981    G__memfunc_setup("Open",402,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24982    G__memfunc_setup("Raise",500,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24983    G__memfunc_setup("Lower",521,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
24984    G__memfunc_setup("Class",502,G__G__Gui3_123_0_13, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootApplication::Class) ), 0);
24985    G__memfunc_setup("Class_Name",982,G__G__Gui3_123_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootApplication::Class_Name) ), 0);
24986    G__memfunc_setup("Class_Version",1339,G__G__Gui3_123_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootApplication::Class_Version) ), 0);
24987    G__memfunc_setup("Dictionary",1046,G__G__Gui3_123_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootApplication::Dictionary) ), 0);
24988    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
24989    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);
24990    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);
24991    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_123_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
24992    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_123_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootApplication::DeclFileName) ), 0);
24993    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_123_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootApplication::ImplFileLine) ), 0);
24994    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_123_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootApplication::ImplFileName) ), 0);
24995    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_123_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootApplication::DeclFileLine) ), 0);
24996    // automatic copy constructor
24997    G__memfunc_setup("TRootApplication", 1644, G__G__Gui3_123_0_25, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication), -1, 0, 1, 1, 1, 0, "u 'TRootApplication' - 11 - -", (char*) NULL, (void*) NULL, 0);
24998    // automatic destructor
24999    G__memfunc_setup("~TRootApplication", 1770, G__G__Gui3_123_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25000    // automatic assignment operator
25001    G__memfunc_setup("operator=", 937, G__G__Gui3_123_0_27, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TRootApplication), -1, 1, 1, 1, 1, 0, "u 'TRootApplication' - 11 - -", (char*) NULL, (void*) NULL, 0);
25002    G__tag_memfunc_reset();
25003 }
25004 
25005 static void G__setup_memfuncTDNDData(void) {
25006    /* TDNDData */
25007    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TDNDData));
25008    G__memfunc_setup("TDNDData",676,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TDNDData), -1, 0, 1, 1, 4, 0, "u 'TDNDData' - 11 - -", "Not implemented", (void*) NULL, 0);
25009    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TDNDData), -1, 1, 1, 1, 4, 0, "u 'TDNDData' - 11 - -", "Not implemented", (void*) NULL, 0);
25010    G__memfunc_setup("TDNDData",676,G__G__Gui3_215_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TDNDData), -1, 0, 4, 1, 1, 0, 
25011 "k - 'Atom_t' 0 'kNone' dt Y - - 0 '0' d "
25012 "i - 'Int_t' 0 '0' len k - 'Atom_t' 0 'kNone' act", (char*)NULL, (void*) NULL, 0);
25013    G__memfunc_setup("Class",502,G__G__Gui3_215_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TDNDData::Class) ), 0);
25014    G__memfunc_setup("Class_Name",982,G__G__Gui3_215_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDNDData::Class_Name) ), 0);
25015    G__memfunc_setup("Class_Version",1339,G__G__Gui3_215_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TDNDData::Class_Version) ), 0);
25016    G__memfunc_setup("Dictionary",1046,G__G__Gui3_215_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TDNDData::Dictionary) ), 0);
25017    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25018    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);
25019    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);
25020    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_215_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25021    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_215_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDNDData::DeclFileName) ), 0);
25022    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_215_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDNDData::ImplFileLine) ), 0);
25023    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_215_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TDNDData::ImplFileName) ), 0);
25024    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_215_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TDNDData::DeclFileLine) ), 0);
25025    // automatic destructor
25026    G__memfunc_setup("~TDNDData", 802, G__G__Gui3_215_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25027    G__tag_memfunc_reset();
25028 }
25029 
25030 static void G__setup_memfuncTGDockableFrame(void) {
25031    /* TGDockableFrame */
25032    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame));
25033    G__memfunc_setup("TGDockableFrame",1435,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame), -1, 0, 1, 1, 4, 0, "u 'TGDockableFrame' - 11 - -", "Not implemented", (void*) NULL, 0);
25034    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame), -1, 1, 1, 1, 4, 0, "u 'TGDockableFrame' - 11 - -", "Not implemented", (void*) NULL, 0);
25035    G__memfunc_setup("TGDockableFrame",1435,G__G__Gui3_241_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame), -1, 0, 3, 1, 1, 0, 
25036 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '-1' id "
25037 "h - 'UInt_t' 0 'kHorizontalFrame' options", (char*)NULL, (void*) NULL, 0);
25038    G__memfunc_setup("AddFrame",756,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25039 "U 'TGFrame' - 0 - f U 'TGLayoutHints' - 0 - hints", (char*)NULL, (void*) NULL, 1);
25040    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25041 "l - 'Long_t' 0 - - l - 'Long_t' 0 - - "
25042 "l - 'Long_t' 0 - -", (char*)NULL, (void*) NULL, 1);
25043    G__memfunc_setup("Docked",586,G__G__Gui3_241_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 1);
25044    G__memfunc_setup("Undocked",813,G__G__Gui3_241_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 1);
25045    G__memfunc_setup("UndockContainer",1543,G__G__Gui3_241_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25046    G__memfunc_setup("DockContainer",1316,G__G__Gui3_241_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 'kTRUE' del", (char*)NULL, (void*) NULL, 0);
25047    G__memfunc_setup("HideContainer",1309,G__G__Gui3_241_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25048    G__memfunc_setup("ShowContainer",1348,G__G__Gui3_241_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25049    G__memfunc_setup("EnableUndock",1195,G__G__Gui3_241_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - onoff", (char*)NULL, (void*) NULL, 0);
25050    G__memfunc_setup("EnableUndock",1195,G__G__Gui3_241_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25051    G__memfunc_setup("EnableHide",961,G__G__Gui3_241_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - onoff", (char*)NULL, (void*) NULL, 0);
25052    G__memfunc_setup("EnableHide",961,G__G__Gui3_241_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25053    G__memfunc_setup("SetWindowName",1317,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
25054    G__memfunc_setup("IsUndocked",1001,G__G__Gui3_241_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25055    G__memfunc_setup("IsHidden",776,G__G__Gui3_241_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25056    G__memfunc_setup("IsFixedSize",1095,G__G__Gui3_241_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25057    G__memfunc_setup("SetFixedSize",1207,G__G__Gui3_241_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - fixed", (char*)NULL, (void*) NULL, 0);
25058    G__memfunc_setup("GetContainer",1219,G__G__Gui3_241_0_21, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGCompositeFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25059    G__memfunc_setup("GetUndocked",1101,G__G__Gui3_241_0_22, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25060    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25061 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25062    G__memfunc_setup("Class",502,G__G__Gui3_241_0_24, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGDockableFrame::Class) ), 0);
25063    G__memfunc_setup("Class_Name",982,G__G__Gui3_241_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockableFrame::Class_Name) ), 0);
25064    G__memfunc_setup("Class_Version",1339,G__G__Gui3_241_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGDockableFrame::Class_Version) ), 0);
25065    G__memfunc_setup("Dictionary",1046,G__G__Gui3_241_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGDockableFrame::Dictionary) ), 0);
25066    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25067    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);
25068    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);
25069    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_241_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25070    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_241_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockableFrame::DeclFileName) ), 0);
25071    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_241_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDockableFrame::ImplFileLine) ), 0);
25072    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_241_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockableFrame::ImplFileName) ), 0);
25073    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_241_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDockableFrame::DeclFileLine) ), 0);
25074    // automatic destructor
25075    G__memfunc_setup("~TGDockableFrame", 1561, G__G__Gui3_241_0_36, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25076    G__tag_memfunc_reset();
25077 }
25078 
25079 static void G__setup_memfuncTGDNDManager(void) {
25080    /* TGDNDManager */
25081    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager));
25082    G__memfunc_setup("TGDNDManager",1068,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager), -1, 0, 1, 1, 4, 0, "u 'TGDNDManager' - 11 - -", "Not implemented", (void*) NULL, 0);
25083    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager), -1, 1, 1, 1, 4, 0, "u 'TGDNDManager' - 11 - -", "Not implemented", (void*) NULL, 0);
25084    G__memfunc_setup("InitAtoms",920,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25085    G__memfunc_setup("GetRootProxy",1254,(G__InterfaceMethod) NULL, 107, -1, G__defined_typename("Window_t"), 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25086    G__memfunc_setup("FindWindow",1017,(G__InterfaceMethod) NULL, 107, -1, G__defined_typename("Window_t"), 0, 4, 1, 2, 0, 
25087 "k - 'Window_t' 0 - root i - 'Int_t' 0 - x "
25088 "i - 'Int_t' 0 - y i - 'Int_t' 0 - maxd", (char*)NULL, (void*) NULL, 0);
25089    G__memfunc_setup("IsDNDAware",898,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 0, 
25090 "k - 'Window_t' 0 - win K - 'Atom_t' 0 '0' typelist", (char*)NULL, (void*) NULL, 0);
25091    G__memfunc_setup("IsTopLevel",999,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "k - 'Window_t' 0 - win", (char*)NULL, (void*) NULL, 0);
25092    G__memfunc_setup("SendDNDEnter",1118,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "k - 'Window_t' 0 - target", (char*)NULL, (void*) NULL, 0);
25093    G__memfunc_setup("SendDNDLeave",1101,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "k - 'Window_t' 0 - target", (char*)NULL, (void*) NULL, 0);
25094    G__memfunc_setup("SendDNDPosition",1461,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 2, 0, 
25095 "k - 'Window_t' 0 - target i - - 0 - x "
25096 "i - - 0 - y k - 'Atom_t' 0 - action "
25097 "k - 'Time_t' 0 - timestamp", (char*)NULL, (void*) NULL, 0);
25098    G__memfunc_setup("SendDNDStatus",1252,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
25099 "k - 'Window_t' 0 - target k - 'Atom_t' 0 - action", (char*)NULL, (void*) NULL, 0);
25100    G__memfunc_setup("SendDNDDrop",1013,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "k - 'Window_t' 0 - target", (char*)NULL, (void*) NULL, 0);
25101    G__memfunc_setup("SendDNDFinished",1418,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "k - 'Window_t' 0 - src", (char*)NULL, (void*) NULL, 0);
25102    G__memfunc_setup("HandleDNDEnter",1312,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 2, 0, 
25103 "k - 'Window_t' 0 - src l - - 0 - vers "
25104 "K - 'Atom_t' 0 - dataTypes", (char*)NULL, (void*) NULL, 0);
25105    G__memfunc_setup("HandleDNDLeave",1295,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "k - 'Window_t' 0 - src", (char*)NULL, (void*) NULL, 0);
25106    G__memfunc_setup("HandleDNDPosition",1655,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 2, 0, 
25107 "k - 'Window_t' 0 - src i - - 0 - x_root "
25108 "i - - 0 - y_root k - 'Atom_t' 0 - action "
25109 "k - 'Time_t' 0 - timestamp", (char*)NULL, (void*) NULL, 0);
25110    G__memfunc_setup("HandleDNDStatus",1446,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 2, 0, 
25111 "k - 'Window_t' 0 - from i - - 0 - accepted "
25112 "u 'Rectangle_t' - 0 - skip k - 'Atom_t' 0 - action", (char*)NULL, (void*) NULL, 0);
25113    G__memfunc_setup("HandleDNDDrop",1207,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 0, 
25114 "k - 'Window_t' 0 - src k - 'Time_t' 0 - timestamp", (char*)NULL, (void*) NULL, 0);
25115    G__memfunc_setup("HandleDNDFinished",1612,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "k - 'Window_t' 0 - target", (char*)NULL, (void*) NULL, 0);
25116    G__memfunc_setup("TGDNDManager",1068,G__G__Gui3_242_0_20, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager), -1, 0, 2, 1, 1, 0, 
25117 "U 'TGFrame' - 0 - toplevel K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 0);
25118    G__memfunc_setup("HandleClientMessage",1904,G__G__Gui3_242_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 0);
25119    G__memfunc_setup("HandleSelectionRequest",2267,G__G__Gui3_242_0_22, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 0);
25120    G__memfunc_setup("HandleSelection",1522,G__G__Gui3_242_0_23, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 0);
25121    G__memfunc_setup("HandleTimer",1101,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TTimer' - 0 - t", (char*)NULL, (void*) NULL, 1);
25122    G__memfunc_setup("GetMainFrame",1168,G__G__Gui3_242_0_25, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25123    G__memfunc_setup("SetMainFrame",1180,G__G__Gui3_242_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGFrame' - 0 - main", (char*)NULL, (void*) NULL, 0);
25124    G__memfunc_setup("SetDragPixmap",1305,G__G__Gui3_242_0_27, 121, -1, -1, 0, 4, 1, 1, 0, 
25125 "k - 'Pixmap_t' 0 - pic k - 'Pixmap_t' 0 - mask "
25126 "i - 'Int_t' 0 - hot_x i - 'Int_t' 0 - hot_y", (char*)NULL, (void*) NULL, 0);
25127    G__memfunc_setup("SetRootProxy",1266,G__G__Gui3_242_0_28, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25128    G__memfunc_setup("RemoveRootProxy",1588,G__G__Gui3_242_0_29, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25129    G__memfunc_setup("StartDrag",908,G__G__Gui3_242_0_30, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
25130 "U 'TGFrame' - 0 - src i - 'Int_t' 0 - x_root "
25131 "i - 'Int_t' 0 - y_root k - 'Window_t' 0 'kNone' grabWin", (char*)NULL, (void*) NULL, 0);
25132    G__memfunc_setup("Drag",382,G__G__Gui3_242_0_31, 103, -1, G__defined_typename("Bool_t"), 0, 4, 1, 1, 0, 
25133 "i - 'Int_t' 0 - x_root i - 'Int_t' 0 - y_root "
25134 "k - 'Atom_t' 0 - action k - 'Time_t' 0 - timestamp", (char*)NULL, (void*) NULL, 0);
25135    G__memfunc_setup("Drop",405,G__G__Gui3_242_0_32, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25136    G__memfunc_setup("EndDrag",661,G__G__Gui3_242_0_33, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25137    G__memfunc_setup("IsDragging",991,G__G__Gui3_242_0_34, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25138    G__memfunc_setup("GetSource",913,G__G__Gui3_242_0_35, 107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25139    G__memfunc_setup("GetTarget",903,G__G__Gui3_242_0_36, 107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25140    G__memfunc_setup("GetTypeList",1118,G__G__Gui3_242_0_37, 75, -1, G__defined_typename("Atom_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25141    G__memfunc_setup("GetDNDAware",998,G__G__Gui3_242_0_38, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDAware) ), 0);
25142    G__memfunc_setup("GetDNDSelection",1436,G__G__Gui3_242_0_39, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDSelection) ), 0);
25143    G__memfunc_setup("GetDNDProxy",1048,G__G__Gui3_242_0_40, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDProxy) ), 0);
25144    G__memfunc_setup("GetDNDEnter",1012,G__G__Gui3_242_0_41, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDEnter) ), 0);
25145    G__memfunc_setup("GetDNDLeave",995,G__G__Gui3_242_0_42, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDLeave) ), 0);
25146    G__memfunc_setup("GetDNDPosition",1355,G__G__Gui3_242_0_43, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDPosition) ), 0);
25147    G__memfunc_setup("GetDNDStatus",1146,G__G__Gui3_242_0_44, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDStatus) ), 0);
25148    G__memfunc_setup("GetDNDDrop",907,G__G__Gui3_242_0_45, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDDrop) ), 0);
25149    G__memfunc_setup("GetDNDFinished",1312,G__G__Gui3_242_0_46, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDFinished) ), 0);
25150    G__memfunc_setup("GetDNDVersion",1244,G__G__Gui3_242_0_47, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDVersion) ), 0);
25151    G__memfunc_setup("GetDNDActionCopy",1519,G__G__Gui3_242_0_48, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDActionCopy) ), 0);
25152    G__memfunc_setup("GetDNDActionMove",1515,G__G__Gui3_242_0_49, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDActionMove) ), 0);
25153    G__memfunc_setup("GetDNDActionLink",1506,G__G__Gui3_242_0_50, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDActionLink) ), 0);
25154    G__memfunc_setup("GetDNDActionAsk",1395,G__G__Gui3_242_0_51, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDActionAsk) ), 0);
25155    G__memfunc_setup("GetDNDActionPrivate",1839,G__G__Gui3_242_0_52, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDActionPrivate) ), 0);
25156    G__memfunc_setup("GetDNDTypeList",1332,G__G__Gui3_242_0_53, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDTypeList) ), 0);
25157    G__memfunc_setup("GetDNDActionList",1520,G__G__Gui3_242_0_54, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDActionList) ), 0);
25158    G__memfunc_setup("GetDNDActionDescrip",1822,G__G__Gui3_242_0_55, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetDNDActionDescrip) ), 0);
25159    G__memfunc_setup("GetXCDNDData",1035,G__G__Gui3_242_0_56, 107, -1, G__defined_typename("Atom_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Atom_t (*)())(&TGDNDManager::GetXCDNDData) ), 0);
25160    G__memfunc_setup("Class",502,G__G__Gui3_242_0_57, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGDNDManager::Class) ), 0);
25161    G__memfunc_setup("Class_Name",982,G__G__Gui3_242_0_58, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDNDManager::Class_Name) ), 0);
25162    G__memfunc_setup("Class_Version",1339,G__G__Gui3_242_0_59, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGDNDManager::Class_Version) ), 0);
25163    G__memfunc_setup("Dictionary",1046,G__G__Gui3_242_0_60, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGDNDManager::Dictionary) ), 0);
25164    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25165    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);
25166    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);
25167    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_242_0_64, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25168    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_242_0_65, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDNDManager::DeclFileName) ), 0);
25169    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_242_0_66, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDNDManager::ImplFileLine) ), 0);
25170    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_242_0_67, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDNDManager::ImplFileName) ), 0);
25171    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_242_0_68, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDNDManager::DeclFileLine) ), 0);
25172    // automatic destructor
25173    G__memfunc_setup("~TGDNDManager", 1194, G__G__Gui3_242_0_69, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25174    G__tag_memfunc_reset();
25175 }
25176 
25177 static void G__setup_memfuncTRootCanvas(void) {
25178    /* TRootCanvas */
25179    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas));
25180    G__memfunc_setup("TRootCanvas",1108,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas), -1, 0, 1, 1, 4, 0, "u 'TRootCanvas' - 11 - -", "Not implemented", (void*) NULL, 0);
25181    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas), -1, 1, 1, 1, 4, 0, "u 'TRootCanvas' - 11 - -", "Not implemented", (void*) NULL, 0);
25182    G__memfunc_setup("CreateCanvas",1200,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
25183    G__memfunc_setup("CreateEditor",1211,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25184    G__memfunc_setup("HandleContainerButton",2155,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 0);
25185    G__memfunc_setup("HandleContainerDoubleClick",2608,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 0);
25186    G__memfunc_setup("HandleContainerConfigure",2449,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 0);
25187    G__memfunc_setup("HandleContainerKey",1816,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 0);
25188    G__memfunc_setup("HandleContainerMotion",2149,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 0);
25189    G__memfunc_setup("HandleContainerExpose",2147,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 0);
25190    G__memfunc_setup("HandleContainerCrossing",2359,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 0);
25191    G__memfunc_setup("HandleDNDDrop",1207,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 4, 0, "U 'TDNDData' - 0 - data", (char*)NULL, (void*) NULL, 1);
25192    G__memfunc_setup("HandleDNDPosition",1655,(G__InterfaceMethod) NULL, 107, -1, G__defined_typename("Atom_t"), 0, 5, 1, 4, 0, 
25193 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
25194 "k - 'Atom_t' 0 - action i - 'Int_t' 0 - xroot "
25195 "i - 'Int_t' 0 - yroot", (char*)NULL, (void*) NULL, 1);
25196    G__memfunc_setup("HandleDNDEnter",1312,(G__InterfaceMethod) NULL, 107, -1, G__defined_typename("Atom_t"), 0, 1, 1, 4, 0, "K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 1);
25197    G__memfunc_setup("HandleDNDLeave",1295,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 1);
25198    G__memfunc_setup("TRootCanvas",1108,G__G__Gui3_244_0_16, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas), -1, 0, 4, 1, 1, 0, 
25199 "U 'TCanvas' - 0 '0' c C - - 10 '\"ROOT Canvas\"' name "
25200 "h - 'UInt_t' 0 '500' width h - 'UInt_t' 0 '300' height", (char*)NULL, (void*) NULL, 0);
25201    G__memfunc_setup("TRootCanvas",1108,G__G__Gui3_244_0_17, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootCanvas), -1, 0, 6, 1, 1, 0, 
25202 "U 'TCanvas' - 0 - c C - - 10 - name "
25203 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
25204 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 0);
25205    G__memfunc_setup("AdjustSize",1030,G__G__Gui3_244_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25206    G__memfunc_setup("Close",502,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25207    G__memfunc_setup("ForceUpdate",1106,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25208    G__memfunc_setup("FitCanvas",895,G__G__Gui3_244_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25209    G__memfunc_setup("EventInfo",910,G__G__Gui3_244_0_22, 121, -1, -1, 0, 4, 1, 1, 0, 
25210 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
25211 "i - 'Int_t' 0 - py U 'TObject' - 0 - selected", (char*)NULL, (void*) NULL, 0);
25212    G__memfunc_setup("GetWindowGeometry",1764,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 4, 1, 1, 0, 
25213 "i - 'Int_t' 1 - x i - 'Int_t' 1 - y "
25214 "h - 'UInt_t' 1 - w h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 1);
25215    G__memfunc_setup("GetCwidth",899,G__G__Gui3_244_0_24, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25216    G__memfunc_setup("GetCheight",988,G__G__Gui3_244_0_25, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25217    G__memfunc_setup("Iconify",721,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25218    G__memfunc_setup("InitWindow",1036,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25219    G__memfunc_setup("PrintCanvas",1129,G__G__Gui3_244_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25220    G__memfunc_setup("RaiseWindow",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25221    G__memfunc_setup("SetWindowPosition",1785,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25222 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
25223    G__memfunc_setup("SetWindowSize",1343,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25224 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
25225    G__memfunc_setup("SetWindowTitle",1446,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - newTitle", (char*)NULL, (void*) NULL, 1);
25226    G__memfunc_setup("SetCanvasSize",1315,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25227 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
25228    G__memfunc_setup("SetStatusText",1365,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25229 "C - - 10 '0' txt i - 'Int_t' 0 '0' partidx", (char*)NULL, (void*) NULL, 1);
25230    G__memfunc_setup("Show",417,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25231    G__memfunc_setup("ShowMenuBar",1099,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
25232    G__memfunc_setup("ShowStatusBar",1338,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
25233    G__memfunc_setup("ShowEditor",1032,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
25234    G__memfunc_setup("ShowToolBar",1108,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
25235    G__memfunc_setup("ShowToolTips",1247,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
25236    G__memfunc_setup("HasEditor",899,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25237    G__memfunc_setup("HasMenuBar",966,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25238    G__memfunc_setup("HasStatusBar",1205,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25239    G__memfunc_setup("HasToolBar",975,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25240    G__memfunc_setup("HasToolTips",1114,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25241    G__memfunc_setup("GetMenuBar",970,G__G__Gui3_244_0_46, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMenuBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25242    G__memfunc_setup("GetMenuBarItemLayout",2007,G__G__Gui3_244_0_47, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGLayoutHints), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25243    G__memfunc_setup("GetStatusBar",1209,G__G__Gui3_244_0_48, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGStatusBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25244    G__memfunc_setup("GetToolDock",1087,G__G__Gui3_244_0_49, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGDockableFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25245    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25246    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25247 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25248 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25249    G__memfunc_setup("ReallyDelete",1212,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25250    G__memfunc_setup("Class",502,G__G__Gui3_244_0_53, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootCanvas::Class) ), 0);
25251    G__memfunc_setup("Class_Name",982,G__G__Gui3_244_0_54, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootCanvas::Class_Name) ), 0);
25252    G__memfunc_setup("Class_Version",1339,G__G__Gui3_244_0_55, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootCanvas::Class_Version) ), 0);
25253    G__memfunc_setup("Dictionary",1046,G__G__Gui3_244_0_56, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootCanvas::Dictionary) ), 0);
25254    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25255    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);
25256    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);
25257    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_244_0_60, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25258    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_244_0_61, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootCanvas::DeclFileName) ), 0);
25259    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_244_0_62, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootCanvas::ImplFileLine) ), 0);
25260    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_244_0_63, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootCanvas::ImplFileName) ), 0);
25261    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_244_0_64, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootCanvas::DeclFileLine) ), 0);
25262    // automatic destructor
25263    G__memfunc_setup("~TRootCanvas", 1234, G__G__Gui3_244_0_65, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25264    G__tag_memfunc_reset();
25265 }
25266 
25267 static void G__setup_memfuncTRootBrowserLite(void) {
25268    /* TRootBrowserLite */
25269    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite));
25270    G__memfunc_setup("CreateBrowser",1336,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
25271    G__memfunc_setup("ListTreeHighlight",1732,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGListTreeItem' - 0 - item", (char*)NULL, (void*) NULL, 0);
25272    G__memfunc_setup("DeleteListTreeItem",1806,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGListTreeItem' - 0 - item", (char*)NULL, (void*) NULL, 0);
25273    G__memfunc_setup("HighlightListLevel",1836,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25274    G__memfunc_setup("AddToHistory",1214,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGListTreeItem' - 0 - item", (char*)NULL, (void*) NULL, 0);
25275    G__memfunc_setup("IconBoxAction",1296,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
25276    G__memfunc_setup("Chdir",490,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TGListTreeItem' - 0 - item", (char*)NULL, (void*) NULL, 0);
25277    G__memfunc_setup("DisplayDirectory",1675,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25278    G__memfunc_setup("DisplayTotal",1242,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
25279 "i - 'Int_t' 0 - total i - 'Int_t' 0 - selected", (char*)NULL, (void*) NULL, 0);
25280    G__memfunc_setup("SetViewMode",1100,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
25281 "i - 'Int_t' 0 - new_mode g - 'Bool_t' 0 'kFALSE' force", (char*)NULL, (void*) NULL, 0);
25282    G__memfunc_setup("ToSystemDirectory",1789,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "C - - 10 - dirname", (char*)NULL, (void*) NULL, 0);
25283    G__memfunc_setup("UpdateDrawOption",1642,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25284    G__memfunc_setup("Search",598,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25285    G__memfunc_setup("BrowseTextFile",1431,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "C - - 10 - file", (char*)NULL, (void*) NULL, 0);
25286    G__memfunc_setup("HideTextEdit",1189,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25287    G__memfunc_setup("ShowMacroButtons",1666,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 0);
25288    G__memfunc_setup("HistoryBackward",1553,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25289    G__memfunc_setup("HistoryForward",1479,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25290    G__memfunc_setup("ClearHistory",1241,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
25291    G__memfunc_setup("TRootBrowserLite",1642,G__G__Gui3_256_0_20, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite), -1, 0, 4, 1, 1, 0, 
25292 "U 'TBrowser' - 0 '0' b C - - 10 '\"ROOT Browser\"' title "
25293 "h - 'UInt_t' 0 '800' width h - 'UInt_t' 0 '500' height", (char*)NULL, (void*) NULL, 0);
25294    G__memfunc_setup("TRootBrowserLite",1642,G__G__Gui3_256_0_21, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowserLite), -1, 0, 6, 1, 1, 0, 
25295 "U 'TBrowser' - 0 - b C - - 10 - title "
25296 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
25297 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 0);
25298    G__memfunc_setup("Add",265,G__G__Gui3_256_0_22, 121, -1, -1, 0, 3, 1, 1, 0, 
25299 "U 'TObject' - 0 - obj C - - 10 '0' name "
25300 "i - 'Int_t' 0 '-1' check", (char*)NULL, (void*) NULL, 1);
25301    G__memfunc_setup("AddToBox",757,G__G__Gui3_256_0_23, 121, -1, -1, 0, 2, 1, 1, 0, 
25302 "U 'TObject' - 0 - obj C - - 10 - name", (char*)NULL, (void*) NULL, 1);
25303    G__memfunc_setup("AddToTree",860,G__G__Gui3_256_0_24, 121, -1, -1, 0, 3, 1, 1, 0, 
25304 "U 'TObject' - 0 - obj C - - 10 - name "
25305 "i - 'Int_t' 0 '-1' check", (char*)NULL, (void*) NULL, 1);
25306    G__memfunc_setup("AddCheckBox",1040,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25307 "U 'TObject' - 0 - obj g - 'Bool_t' 0 'kFALSE' check", (char*)NULL, (void*) NULL, 1);
25308    G__memfunc_setup("CheckObjectItem",1476,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25309 "U 'TObject' - 0 - obj g - 'Bool_t' 0 'kFALSE' check", (char*)NULL, (void*) NULL, 1);
25310    G__memfunc_setup("RemoveCheckBox",1397,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
25311    G__memfunc_setup("BrowseObj",909,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", "*SIGNAL*", (void*) NULL, 1);
25312    G__memfunc_setup("ExecuteDefaultAction",2038,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", "*SIGNAL*", (void*) NULL, 1);
25313    G__memfunc_setup("DoubleClicked",1290,G__G__Gui3_256_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", "*SIGNAL*", (void*) NULL, 1);
25314    G__memfunc_setup("Checked",679,G__G__Gui3_256_0_31, 121, -1, -1, 0, 2, 1, 1, 0, 
25315 "U 'TObject' - 0 - obj g - 'Bool_t' 0 - check", "*SIGNAL*", (void*) NULL, 1);
25316    G__memfunc_setup("Iconify",721,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25317    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
25318    G__memfunc_setup("Refresh",719,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' force", (char*)NULL, (void*) NULL, 1);
25319    G__memfunc_setup("ResizeBrowser",1366,G__G__Gui3_256_0_35, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25320    G__memfunc_setup("ShowToolBar",1108,G__G__Gui3_256_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
25321    G__memfunc_setup("ShowStatusBar",1338,G__G__Gui3_256_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' show", (char*)NULL, (void*) NULL, 1);
25322    G__memfunc_setup("Show",417,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25323    G__memfunc_setup("SetDefaults",1124,G__G__Gui3_256_0_39, 121, -1, -1, 0, 2, 1, 1, 0, 
25324 "C - - 10 '0' iconStyle C - - 10 '0' sortBy", (char*)NULL, (void*) NULL, 1);
25325    G__memfunc_setup("HandleKey",885,(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);
25326    G__memfunc_setup("SetStatusText",1365,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25327 "C - - 10 - txt i - 'Int_t' 0 - col", (char*)NULL, (void*) NULL, 1);
25328    G__memfunc_setup("GetListTree",1100,G__G__Gui3_256_0_42, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGListTree), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25329    G__memfunc_setup("GetIconBox",978,G__G__Gui3_256_0_43, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFileContainer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25330    G__memfunc_setup("GetStatusBar",1209,G__G__Gui3_256_0_44, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGStatusBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25331    G__memfunc_setup("GetMenuBar",970,G__G__Gui3_256_0_45, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMenuBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25332    G__memfunc_setup("GetToolBar",979,G__G__Gui3_256_0_46, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGToolBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25333    G__memfunc_setup("SetDrawOption",1331,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25334    G__memfunc_setup("GetDrawOption",1319,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25335    G__memfunc_setup("SetSortMode",1113,G__G__Gui3_256_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - new_mode", (char*)NULL, (void*) NULL, 0);
25336    G__memfunc_setup("GetMainFrame",1168,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25337    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25338    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25339 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25340 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25341    G__memfunc_setup("ReallyDelete",1212,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25342    G__memfunc_setup("ExecMacro",887,G__G__Gui3_256_0_54, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25343    G__memfunc_setup("InterruptMacro",1471,G__G__Gui3_256_0_55, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25344    G__memfunc_setup("NewBrowser",1038,G__G__Gui3_256_0_56, 85, G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp), -1, 0, 5, 3, 1, 0, 
25345 "U 'TBrowser' - 0 '0' b C - - 10 '\"ROOT Browser\"' title "
25346 "h - 'UInt_t' 0 '800' width h - 'UInt_t' 0 '500' height "
25347 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (TBrowserImp* (*)(TBrowser*, const char*, UInt_t, UInt_t, Option_t*))(&TRootBrowserLite::NewBrowser) ), 0);
25348    G__memfunc_setup("NewBrowser",1038,G__G__Gui3_256_0_57, 85, G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp), -1, 0, 7, 3, 1, 0, 
25349 "U 'TBrowser' - 0 - b C - - 10 - title "
25350 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
25351 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
25352 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (TBrowserImp* (*)(TBrowser*, const char*, Int_t, Int_t, UInt_t, UInt_t, Option_t*))(&TRootBrowserLite::NewBrowser) ), 0);
25353    G__memfunc_setup("Class",502,G__G__Gui3_256_0_58, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootBrowserLite::Class) ), 0);
25354    G__memfunc_setup("Class_Name",982,G__G__Gui3_256_0_59, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootBrowserLite::Class_Name) ), 0);
25355    G__memfunc_setup("Class_Version",1339,G__G__Gui3_256_0_60, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootBrowserLite::Class_Version) ), 0);
25356    G__memfunc_setup("Dictionary",1046,G__G__Gui3_256_0_61, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootBrowserLite::Dictionary) ), 0);
25357    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25358    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);
25359    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);
25360    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_256_0_65, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25361    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_256_0_66, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootBrowserLite::DeclFileName) ), 0);
25362    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_256_0_67, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootBrowserLite::ImplFileLine) ), 0);
25363    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_256_0_68, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootBrowserLite::ImplFileName) ), 0);
25364    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_256_0_69, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootBrowserLite::DeclFileLine) ), 0);
25365    // automatic destructor
25366    G__memfunc_setup("~TRootBrowserLite", 1768, G__G__Gui3_256_0_70, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25367    G__tag_memfunc_reset();
25368 }
25369 
25370 static void G__setup_memfuncTRootDialog(void) {
25371    /* TRootDialog */
25372    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog));
25373    G__memfunc_setup("TRootDialog",1096,G__G__Gui3_268_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog), -1, 0, 7, 1, 1, 0, 
25374 "U 'TRootContextMenu' - 0 '0' cmenu U 'TGWindow' - 10 '0' main "
25375 "C - - 10 '\"ROOT Dialog\"' title g - 'Bool_t' 0 'kTRUE' okB "
25376 "g - 'Bool_t' 0 'kTRUE' cancelB g - 'Bool_t' 0 'kFALSE' applyB "
25377 "g - 'Bool_t' 0 'kTRUE' helpB", (char*)NULL, (void*) NULL, 0);
25378    G__memfunc_setup("Add",265,G__G__Gui3_268_0_2, 121, -1, -1, 0, 3, 1, 1, 0, 
25379 "C - - 10 - argname C - - 10 - value "
25380 "C - - 10 - type", (char*)NULL, (void*) NULL, 1);
25381    G__memfunc_setup("GetParameters",1332,G__G__Gui3_268_0_3, 67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1);
25382    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25383    G__memfunc_setup("Popup",532,G__G__Gui3_268_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25384    G__memfunc_setup("HandleKey",885,(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);
25385    G__memfunc_setup("TabPressed",1005,G__G__Gui3_268_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25386    G__memfunc_setup("Class",502,G__G__Gui3_268_0_8, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootDialog::Class) ), 0);
25387    G__memfunc_setup("Class_Name",982,G__G__Gui3_268_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootDialog::Class_Name) ), 0);
25388    G__memfunc_setup("Class_Version",1339,G__G__Gui3_268_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootDialog::Class_Version) ), 0);
25389    G__memfunc_setup("Dictionary",1046,G__G__Gui3_268_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootDialog::Dictionary) ), 0);
25390    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25391    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);
25392    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);
25393    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_268_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25394    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_268_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootDialog::DeclFileName) ), 0);
25395    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_268_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootDialog::ImplFileLine) ), 0);
25396    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_268_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootDialog::ImplFileName) ), 0);
25397    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_268_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootDialog::DeclFileLine) ), 0);
25398    // automatic destructor
25399    G__memfunc_setup("~TRootDialog", 1222, G__G__Gui3_268_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25400    G__tag_memfunc_reset();
25401 }
25402 
25403 static void G__setup_memfuncTRootContextMenu(void) {
25404    /* TRootContextMenu */
25405    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu));
25406    G__memfunc_setup("TRootContextMenu",1650,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu), -1, 0, 1, 1, 4, 0, "u 'TRootContextMenu' - 11 - -", (char*)NULL, (void*) NULL, 0);
25407    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu), -1, 1, 1, 1, 4, 0, "u 'TRootContextMenu' - 11 - -", (char*)NULL, (void*) NULL, 0);
25408    G__memfunc_setup("CreateMenu",1001,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "U 'TObject' - 0 - object", (char*)NULL, (void*) NULL, 0);
25409    G__memfunc_setup("TRootContextMenu",1650,G__G__Gui3_269_0_4, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootContextMenu), -1, 0, 2, 1, 1, 0, 
25410 "U 'TContextMenu' - 0 '0' c C - - 10 '\"ROOT Context Menu\"' name", (char*)NULL, (void*) NULL, 0);
25411    G__memfunc_setup("DisplayPopup",1258,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25412 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
25413    G__memfunc_setup("Dialog",592,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25414 "U 'TObject' - 0 - object U 'TMethod' - 0 - method", (char*)NULL, (void*) NULL, 1);
25415    G__memfunc_setup("Dialog",592,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25416 "U 'TObject' - 0 - object U 'TFunction' - 0 - function", (char*)NULL, (void*) NULL, 1);
25417    G__memfunc_setup("DrawEntry",928,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMenuEntry' - 0 - entry", (char*)NULL, (void*) NULL, 1);
25418    G__memfunc_setup("GetDialog",880,G__G__Gui3_269_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TRootDialog), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25419    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);
25420    G__memfunc_setup("HandleCrossing",1428,(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);
25421    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);
25422    G__memfunc_setup("OnlineHelp",1006,G__G__Gui3_269_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25423    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
25424    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25425 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25426 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25427    G__memfunc_setup("FindHierarchy",1312,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu), -1, 0, 2, 1, 2, 0, 
25428 "C - - 10 - commentstring u 'TString' - 1 - last_component", (char*)NULL, (void*) NULL, 0);
25429    G__memfunc_setup("AddEntrySorted",1420,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 6, 1, 2, 0, 
25430 "U 'TGPopupMenu' - 0 - current C - - 10 - s "
25431 "i - 'Int_t' 0 - id Y - - 0 '0' ud "
25432 "U 'TGPicture' - 10 '0' p g - 'Bool_t' 0 'kTRUE' sorted", (char*)NULL, (void*) NULL, 0);
25433    G__memfunc_setup("Class",502,G__G__Gui3_269_0_18, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootContextMenu::Class) ), 0);
25434    G__memfunc_setup("Class_Name",982,G__G__Gui3_269_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootContextMenu::Class_Name) ), 0);
25435    G__memfunc_setup("Class_Version",1339,G__G__Gui3_269_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootContextMenu::Class_Version) ), 0);
25436    G__memfunc_setup("Dictionary",1046,G__G__Gui3_269_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootContextMenu::Dictionary) ), 0);
25437    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25438    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);
25439    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);
25440    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_269_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25441    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_269_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootContextMenu::DeclFileName) ), 0);
25442    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_269_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootContextMenu::ImplFileLine) ), 0);
25443    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_269_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootContextMenu::ImplFileName) ), 0);
25444    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_269_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootContextMenu::DeclFileLine) ), 0);
25445    // automatic destructor
25446    G__memfunc_setup("~TRootContextMenu", 1776, G__G__Gui3_269_0_30, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25447    G__tag_memfunc_reset();
25448 }
25449 
25450 static void G__setup_memfuncTRootControlBar(void) {
25451    /* TRootControlBar */
25452    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar));
25453    G__memfunc_setup("TRootControlBar",1518,G__G__Gui3_271_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootControlBar), -1, 0, 4, 1, 1, 0, 
25454 "U 'TControlBar' - 0 '0' c C - - 10 '\"ROOT Control Bar\"' title "
25455 "i - 'Int_t' 0 '-999' x i - 'Int_t' 0 '-999' y", (char*)NULL, (void*) NULL, 0);
25456    G__memfunc_setup("Create",596,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25457    G__memfunc_setup("Hide",378,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25458    G__memfunc_setup("Show",417,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25459    G__memfunc_setup("GetWidgets",1015,G__G__Gui3_271_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25460    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25461    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25462 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25463 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25464    G__memfunc_setup("ReallyDelete",1212,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25465    G__memfunc_setup("SetButtonState",1449,G__G__Gui3_271_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
25466 "C - - 10 - label i - 'Int_t' 0 '0' state", (char*)NULL, (void*) NULL, 1);
25467    G__memfunc_setup("SetButtonWidth",1448,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - width", (char*)NULL, (void*) NULL, 1);
25468    G__memfunc_setup("SetFont",707,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - fontName", (char*)NULL, (void*) NULL, 1);
25469    G__memfunc_setup("SetTextColor",1232,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - colorName", (char*)NULL, (void*) NULL, 1);
25470    G__memfunc_setup("Class",502,G__G__Gui3_271_0_13, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootControlBar::Class) ), 0);
25471    G__memfunc_setup("Class_Name",982,G__G__Gui3_271_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootControlBar::Class_Name) ), 0);
25472    G__memfunc_setup("Class_Version",1339,G__G__Gui3_271_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootControlBar::Class_Version) ), 0);
25473    G__memfunc_setup("Dictionary",1046,G__G__Gui3_271_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootControlBar::Dictionary) ), 0);
25474    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25475    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);
25476    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);
25477    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_271_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25478    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_271_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootControlBar::DeclFileName) ), 0);
25479    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_271_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootControlBar::ImplFileLine) ), 0);
25480    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_271_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootControlBar::ImplFileName) ), 0);
25481    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_271_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootControlBar::DeclFileLine) ), 0);
25482    // automatic destructor
25483    G__memfunc_setup("~TRootControlBar", 1644, G__G__Gui3_271_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25484    G__tag_memfunc_reset();
25485 }
25486 
25487 static void G__setup_memfuncTRootHelpDialog(void) {
25488    /* TRootHelpDialog */
25489    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog));
25490    G__memfunc_setup("TRootHelpDialog",1489,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog), -1, 0, 1, 1, 4, 0, "u 'TRootHelpDialog' - 11 - -", "not implemented", (void*) NULL, 0);
25491    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog), -1, 1, 1, 1, 4, 0, "u 'TRootHelpDialog' - 11 - -", "not implemented", (void*) NULL, 0);
25492    G__memfunc_setup("TRootHelpDialog",1489,G__G__Gui3_273_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootHelpDialog), -1, 0, 4, 1, 1, 0, 
25493 "U 'TGWindow' - 10 '0' main C - - 10 '\"ROOT Help Dialog\"' title "
25494 "h - 'UInt_t' 0 '1' w h - 'UInt_t' 0 '1' h", (char*)NULL, (void*) NULL, 0);
25495    G__memfunc_setup("SetText",721,G__G__Gui3_273_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - helpText", (char*)NULL, (void*) NULL, 0);
25496    G__memfunc_setup("AddText",686,G__G__Gui3_273_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - helpText", (char*)NULL, (void*) NULL, 0);
25497    G__memfunc_setup("Popup",532,G__G__Gui3_273_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25498    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25499    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25500 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25501 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25502    G__memfunc_setup("Class",502,G__G__Gui3_273_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootHelpDialog::Class) ), 0);
25503    G__memfunc_setup("Class_Name",982,G__G__Gui3_273_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootHelpDialog::Class_Name) ), 0);
25504    G__memfunc_setup("Class_Version",1339,G__G__Gui3_273_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootHelpDialog::Class_Version) ), 0);
25505    G__memfunc_setup("Dictionary",1046,G__G__Gui3_273_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootHelpDialog::Dictionary) ), 0);
25506    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25507    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);
25508    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);
25509    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_273_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25510    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_273_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootHelpDialog::DeclFileName) ), 0);
25511    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_273_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootHelpDialog::ImplFileLine) ), 0);
25512    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_273_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootHelpDialog::ImplFileName) ), 0);
25513    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_273_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootHelpDialog::DeclFileLine) ), 0);
25514    // automatic destructor
25515    G__memfunc_setup("~TRootHelpDialog", 1615, G__G__Gui3_273_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25516    G__tag_memfunc_reset();
25517 }
25518 
25519 static void G__setup_memfuncTRootEmbeddedCanvas(void) {
25520    /* TRootEmbeddedCanvas */
25521    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas));
25522    G__memfunc_setup("HandleContainerButton",2155,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
25523    G__memfunc_setup("HandleContainerDoubleClick",2608,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
25524    G__memfunc_setup("HandleContainerConfigure",2449,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
25525    G__memfunc_setup("HandleContainerKey",1816,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
25526    G__memfunc_setup("HandleContainerMotion",2149,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
25527    G__memfunc_setup("HandleContainerExpose",2147,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
25528    G__memfunc_setup("HandleContainerCrossing",2359,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
25529    G__memfunc_setup("TRootEmbeddedCanvas",1886,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas), -1, 0, 1, 1, 4, 0, "u 'TRootEmbeddedCanvas' - 11 - -", "not implemented", (void*) NULL, 0);
25530    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas), -1, 1, 1, 1, 4, 0, "u 'TRootEmbeddedCanvas' - 11 - -", "not implemented", (void*) NULL, 0);
25531    G__memfunc_setup("TRootEmbeddedCanvas",1886,G__G__Gui3_283_0_10, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootEmbeddedCanvas), -1, 0, 6, 1, 1, 0, 
25532 "C - - 10 '0' name U 'TGWindow' - 10 '0' p "
25533 "h - 'UInt_t' 0 '10' w h - 'UInt_t' 0 '10' h "
25534 "h - 'UInt_t' 0 'kSunkenFrame|kDoubleBorder' options k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
25535    G__memfunc_setup("AdoptCanvas",1108,G__G__Gui3_283_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TCanvas' - 0 - c", (char*)NULL, (void*) NULL, 0);
25536    G__memfunc_setup("GetCanvas",892,G__G__Gui3_283_0_12, 85, G__get_linked_tagnum(&G__G__Gui3LN_TCanvas), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25537    G__memfunc_setup("GetCanvasWindowId",1697,G__G__Gui3_283_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25538    G__memfunc_setup("GetAutoFit",988,G__G__Gui3_283_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25539    G__memfunc_setup("SetAutoFit",1000,G__G__Gui3_283_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' fit", (char*)NULL, (void*) NULL, 0);
25540    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25541 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25542    G__memfunc_setup("HandleDNDDrop",1207,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TDNDData' - 0 - data", (char*)NULL, (void*) NULL, 1);
25543    G__memfunc_setup("HandleDNDPosition",1655,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Atom_t"), 0, 5, 1, 1, 0, 
25544 "i - 'Int_t' 0 - - i - 'Int_t' 0 - - "
25545 "k - 'Atom_t' 0 - action i - 'Int_t' 0 - - "
25546 "i - 'Int_t' 0 - -", (char*)NULL, (void*) NULL, 1);
25547    G__memfunc_setup("HandleDNDEnter",1312,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Atom_t"), 0, 1, 1, 1, 0, "K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 1);
25548    G__memfunc_setup("HandleDNDLeave",1295,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25549    G__memfunc_setup("Class",502,G__G__Gui3_283_0_21, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootEmbeddedCanvas::Class) ), 0);
25550    G__memfunc_setup("Class_Name",982,G__G__Gui3_283_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootEmbeddedCanvas::Class_Name) ), 0);
25551    G__memfunc_setup("Class_Version",1339,G__G__Gui3_283_0_23, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootEmbeddedCanvas::Class_Version) ), 0);
25552    G__memfunc_setup("Dictionary",1046,G__G__Gui3_283_0_24, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootEmbeddedCanvas::Dictionary) ), 0);
25553    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25554    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);
25555    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);
25556    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_283_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25557    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_283_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootEmbeddedCanvas::DeclFileName) ), 0);
25558    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_283_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootEmbeddedCanvas::ImplFileLine) ), 0);
25559    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_283_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootEmbeddedCanvas::ImplFileName) ), 0);
25560    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_283_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootEmbeddedCanvas::DeclFileLine) ), 0);
25561    // automatic destructor
25562    G__memfunc_setup("~TRootEmbeddedCanvas", 2012, G__G__Gui3_283_0_33, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25563    G__tag_memfunc_reset();
25564 }
25565 
25566 static void G__setup_memfuncTGColorPalette(void) {
25567    /* TGColorPalette */
25568    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette));
25569    G__memfunc_setup("TGColorPalette",1385,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette), -1, 0, 1, 1, 4, 0, "u 'TGColorPalette' - 11 - -", "Not implemented", (void*) NULL, 0);
25570    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette), -1, 1, 1, 1, 4, 0, "u 'TGColorPalette' - 11 - -", "Not implemented", (void*) NULL, 0);
25571    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25572    G__memfunc_setup("GotFocus",810,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25573    G__memfunc_setup("LostFocus",930,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25574    G__memfunc_setup("DrawFocusHilite",1517,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - 'Int_t' 0 - onoff", (char*)NULL, (void*) NULL, 0);
25575    G__memfunc_setup("TGColorPalette",1385,G__G__Gui3_288_0_7, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette), -1, 0, 4, 1, 1, 0, 
25576 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '8' cols "
25577 "i - 'Int_t' 0 '8' rows i - 'Int_t' 0 '-1' id", (char*)NULL, (void*) NULL, 0);
25578    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);
25579    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);
25580    G__memfunc_setup("HandleKey",885,(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);
25581    G__memfunc_setup("GetDefaultSize",1408,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__Gui3LN_TGDimension), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25582    G__memfunc_setup("SetColors",926,G__G__Gui3_288_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "K - 'Pixel_t' 0 - colors", (char*)NULL, (void*) NULL, 0);
25583    G__memfunc_setup("SetColor",811,G__G__Gui3_288_0_13, 121, -1, -1, 0, 2, 1, 1, 0, 
25584 "i - 'Int_t' 0 - ix k - 'Pixel_t' 0 - color", (char*)NULL, (void*) NULL, 0);
25585    G__memfunc_setup("SetCurrentCellColor",1934,G__G__Gui3_288_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - color", (char*)NULL, (void*) NULL, 0);
25586    G__memfunc_setup("SetCellSize",1095,G__G__Gui3_288_0_15, 121, -1, -1, 0, 2, 1, 1, 0, 
25587 "i - 'Int_t' 0 '20' w i - 'Int_t' 0 '17' h", (char*)NULL, (void*) NULL, 0);
25588    G__memfunc_setup("GetColorByIndex",1490,G__G__Gui3_288_0_16, 107, -1, G__defined_typename("Pixel_t"), 0, 1, 1, 1, 8, "i - 'Int_t' 0 - ix", (char*)NULL, (void*) NULL, 0);
25589    G__memfunc_setup("GetCurrentColor",1538,G__G__Gui3_288_0_17, 107, -1, G__defined_typename("Pixel_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25590    G__memfunc_setup("ColorSelected",1320,G__G__Gui3_288_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 '0' col", "*SIGNAL*", (void*) NULL, 1);
25591    G__memfunc_setup("Class",502,G__G__Gui3_288_0_19, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGColorPalette::Class) ), 0);
25592    G__memfunc_setup("Class_Name",982,G__G__Gui3_288_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPalette::Class_Name) ), 0);
25593    G__memfunc_setup("Class_Version",1339,G__G__Gui3_288_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGColorPalette::Class_Version) ), 0);
25594    G__memfunc_setup("Dictionary",1046,G__G__Gui3_288_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGColorPalette::Dictionary) ), 0);
25595    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25596    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);
25597    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);
25598    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_288_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25599    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_288_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPalette::DeclFileName) ), 0);
25600    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_288_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorPalette::ImplFileLine) ), 0);
25601    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_288_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPalette::ImplFileName) ), 0);
25602    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_288_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorPalette::DeclFileLine) ), 0);
25603    // automatic destructor
25604    G__memfunc_setup("~TGColorPalette", 1511, G__G__Gui3_288_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25605    G__tag_memfunc_reset();
25606 }
25607 
25608 static void G__setup_memfuncTGColorPick(void) {
25609    /* TGColorPick */
25610    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick));
25611    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25612    G__memfunc_setup("DrawHScursor",1223,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - 'Int_t' 0 - onoff", (char*)NULL, (void*) NULL, 0);
25613    G__memfunc_setup("DrawLcursor",1144,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - 'Int_t' 0 - onoff", (char*)NULL, (void*) NULL, 0);
25614    G__memfunc_setup("SetHScursor",1125,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
25615 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
25616    G__memfunc_setup("SetLcursor",1046,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i - 'Int_t' 0 - z", (char*)NULL, (void*) NULL, 0);
25617    G__memfunc_setup("CreateImages",1194,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25618    G__memfunc_setup("InitImages",1002,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25619    G__memfunc_setup("SetSliderColor",1422,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25620    G__memfunc_setup("UpdateCurrentColor",1861,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25621    G__memfunc_setup("AllocColors",1117,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25622    G__memfunc_setup("FreeColors",1012,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25623    G__memfunc_setup("CreateDitheredImage",1888,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
25624 "k - 'Pixmap_t' 0 - image i - 'Int_t' 0 - which", (char*)NULL, (void*) NULL, 0);
25625    G__memfunc_setup("TGColorPick",1057,G__G__Gui3_289_0_13, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPick), -1, 0, 4, 1, 1, 0, 
25626 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '1' w "
25627 "i - 'Int_t' 0 '1' h i - 'Int_t' 0 '-1' id", (char*)NULL, (void*) NULL, 0);
25628    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);
25629    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);
25630    G__memfunc_setup("SetColor",811,G__G__Gui3_289_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - color", (char*)NULL, (void*) NULL, 0);
25631    G__memfunc_setup("GetCurrentColor",1538,G__G__Gui3_289_0_17, 107, -1, G__defined_typename("Pixel_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25632    G__memfunc_setup("ColorSelected",1320,G__G__Gui3_289_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 '0' col", "*SIGNAL*", (void*) NULL, 1);
25633    G__memfunc_setup("Class",502,G__G__Gui3_289_0_19, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGColorPick::Class) ), 0);
25634    G__memfunc_setup("Class_Name",982,G__G__Gui3_289_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPick::Class_Name) ), 0);
25635    G__memfunc_setup("Class_Version",1339,G__G__Gui3_289_0_21, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGColorPick::Class_Version) ), 0);
25636    G__memfunc_setup("Dictionary",1046,G__G__Gui3_289_0_22, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGColorPick::Dictionary) ), 0);
25637    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25638    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);
25639    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);
25640    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_289_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25641    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_289_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPick::DeclFileName) ), 0);
25642    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_289_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorPick::ImplFileLine) ), 0);
25643    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_289_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPick::ImplFileName) ), 0);
25644    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_289_0_30, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorPick::DeclFileLine) ), 0);
25645    // automatic destructor
25646    G__memfunc_setup("~TGColorPick", 1183, G__G__Gui3_289_0_31, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25647    G__tag_memfunc_reset();
25648 }
25649 
25650 static void G__setup_memfuncTGColorDialog(void) {
25651    /* TGColorDialog */
25652    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog));
25653    G__memfunc_setup("TGColorDialog",1258,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog), -1, 0, 1, 1, 4, 0, "u 'TGColorDialog' - 11 - -", "Not implemented", (void*) NULL, 0);
25654    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog), -1, 1, 1, 1, 4, 0, "u 'TGColorDialog' - 11 - -", "Not implemented", (void*) NULL, 0);
25655    G__memfunc_setup("UpdateRGBentries",1592,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "K - 'Pixel_t' 0 - c", (char*)NULL, (void*) NULL, 0);
25656    G__memfunc_setup("UpdateHLSentries",1604,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "K - 'Pixel_t' 0 - c", (char*)NULL, (void*) NULL, 0);
25657    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25658    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 2, 0, 
25659 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25660 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25661    G__memfunc_setup("TGColorDialog",1258,G__G__Gui3_290_0_7, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorDialog), -1, 0, 5, 1, 1, 0, 
25662 "U 'TGWindow' - 10 '0' p U 'TGWindow' - 10 '0' m "
25663 "I - 'Int_t' 0 '0' retc K - 'Pixel_t' 0 '0' color "
25664 "g - 'Bool_t' 0 'kTRUE' wait", (char*)NULL, (void*) NULL, 0);
25665    G__memfunc_setup("GetPalette",1007,G__G__Gui3_290_0_8, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25666    G__memfunc_setup("GetCustomPalette",1642,G__G__Gui3_290_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPalette), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25667    G__memfunc_setup("ColorSelected",1320,G__G__Gui3_290_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - -", "*SIGNAL*", (void*) NULL, 1);
25668    G__memfunc_setup("DoPreview",917,G__G__Gui3_290_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25669    G__memfunc_setup("SetCurrentColor",1550,G__G__Gui3_290_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - col", (char*)NULL, (void*) NULL, 1);
25670    G__memfunc_setup("SetColorInfo",1207,G__G__Gui3_290_0_13, 121, -1, -1, 0, 4, 1, 1, 0, 
25671 "i - 'Int_t' 0 - event i - 'Int_t' 0 - px "
25672 "i - 'Int_t' 0 - py U 'TObject' - 0 - selected", (char*)NULL, (void*) NULL, 0);
25673    G__memfunc_setup("Class",502,G__G__Gui3_290_0_14, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGColorDialog::Class) ), 0);
25674    G__memfunc_setup("Class_Name",982,G__G__Gui3_290_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorDialog::Class_Name) ), 0);
25675    G__memfunc_setup("Class_Version",1339,G__G__Gui3_290_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGColorDialog::Class_Version) ), 0);
25676    G__memfunc_setup("Dictionary",1046,G__G__Gui3_290_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGColorDialog::Dictionary) ), 0);
25677    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25678    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);
25679    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);
25680    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_290_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25681    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_290_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorDialog::DeclFileName) ), 0);
25682    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_290_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorDialog::ImplFileLine) ), 0);
25683    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_290_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorDialog::ImplFileName) ), 0);
25684    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_290_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorDialog::DeclFileLine) ), 0);
25685    // automatic destructor
25686    G__memfunc_setup("~TGColorDialog", 1384, G__G__Gui3_290_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25687    G__tag_memfunc_reset();
25688 }
25689 
25690 static void G__setup_memfuncTGColorFrame(void) {
25691    /* TGColorFrame */
25692    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame));
25693    G__memfunc_setup("TGColorFrame",1157,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame), -1, 0, 1, 1, 4, 0, "u 'TGColorFrame' - 11 - -", "not implemented", (void*) NULL, 0);
25694    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame), -1, 1, 1, 1, 4, 0, "u 'TGColorFrame' - 11 - -", "not implemented", (void*) NULL, 0);
25695    G__memfunc_setup("TGColorFrame",1157,G__G__Gui3_296_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorFrame), -1, 0, 3, 1, 1, 0, 
25696 "U 'TGWindow' - 10 '0' p k - 'Pixel_t' 0 '0' c "
25697 "i - 'Int_t' 0 '1' n", (char*)NULL, (void*) NULL, 0);
25698    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);
25699    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25700    G__memfunc_setup("SetActive",904,G__G__Gui3_296_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - in", (char*)NULL, (void*) NULL, 0);
25701    G__memfunc_setup("GetColor",799,G__G__Gui3_296_0_7, 107, -1, G__defined_typename("Pixel_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25702    G__memfunc_setup("Class",502,G__G__Gui3_296_0_8, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGColorFrame::Class) ), 0);
25703    G__memfunc_setup("Class_Name",982,G__G__Gui3_296_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorFrame::Class_Name) ), 0);
25704    G__memfunc_setup("Class_Version",1339,G__G__Gui3_296_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGColorFrame::Class_Version) ), 0);
25705    G__memfunc_setup("Dictionary",1046,G__G__Gui3_296_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGColorFrame::Dictionary) ), 0);
25706    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25707    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);
25708    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);
25709    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_296_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25710    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_296_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorFrame::DeclFileName) ), 0);
25711    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_296_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorFrame::ImplFileLine) ), 0);
25712    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_296_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorFrame::ImplFileName) ), 0);
25713    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_296_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorFrame::DeclFileLine) ), 0);
25714    // automatic destructor
25715    G__memfunc_setup("~TGColorFrame", 1283, G__G__Gui3_296_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25716    G__tag_memfunc_reset();
25717 }
25718 
25719 static void G__setup_memfuncTG16ColorSelector(void) {
25720    /* TG16ColorSelector */
25721    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector));
25722    G__memfunc_setup("TG16ColorSelector",1602,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector), -1, 0, 1, 1, 4, 0, "u 'TG16ColorSelector' - 11 - -", "not implemented", (void*) NULL, 0);
25723    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector), -1, 1, 1, 1, 4, 0, "u 'TG16ColorSelector' - 11 - -", "not implemented", (void*) NULL, 0);
25724    G__memfunc_setup("TG16ColorSelector",1602,G__G__Gui3_297_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TG16ColorSelector), -1, 0, 1, 1, 1, 0, "U 'TGWindow' - 10 '0' p", (char*)NULL, (void*) NULL, 0);
25725    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25726 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25727 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25728    G__memfunc_setup("SetActive",904,G__G__Gui3_297_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - newat", (char*)NULL, (void*) NULL, 0);
25729    G__memfunc_setup("GetActive",892,G__G__Gui3_297_0_6, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25730    G__memfunc_setup("Class",502,G__G__Gui3_297_0_7, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TG16ColorSelector::Class) ), 0);
25731    G__memfunc_setup("Class_Name",982,G__G__Gui3_297_0_8, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TG16ColorSelector::Class_Name) ), 0);
25732    G__memfunc_setup("Class_Version",1339,G__G__Gui3_297_0_9, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TG16ColorSelector::Class_Version) ), 0);
25733    G__memfunc_setup("Dictionary",1046,G__G__Gui3_297_0_10, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TG16ColorSelector::Dictionary) ), 0);
25734    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25735    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);
25736    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);
25737    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_297_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25738    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_297_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TG16ColorSelector::DeclFileName) ), 0);
25739    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_297_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TG16ColorSelector::ImplFileLine) ), 0);
25740    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_297_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TG16ColorSelector::ImplFileName) ), 0);
25741    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_297_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TG16ColorSelector::DeclFileLine) ), 0);
25742    // automatic destructor
25743    G__memfunc_setup("~TG16ColorSelector", 1728, G__G__Gui3_297_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25744    G__tag_memfunc_reset();
25745 }
25746 
25747 static void G__setup_memfuncTGColorPopup(void) {
25748    /* TGColorPopup */
25749    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup));
25750    G__memfunc_setup("TGColorPopup",1198,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup), -1, 0, 1, 1, 4, 0, "u 'TGColorPopup' - 11 - -", "not implemented", (void*) NULL, 0);
25751    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup), -1, 1, 1, 1, 4, 0, "u 'TGColorPopup' - 11 - -", "not implemented", (void*) NULL, 0);
25752    G__memfunc_setup("TGColorPopup",1198,G__G__Gui3_298_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorPopup), -1, 0, 3, 1, 1, 0, 
25753 "U 'TGWindow' - 10 '0' p U 'TGWindow' - 10 '0' m "
25754 "k - 'Pixel_t' 0 '0' color", (char*)NULL, (void*) NULL, 0);
25755    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);
25756    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25757 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25758 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25759    G__memfunc_setup("PlacePopup",1017,G__G__Gui3_298_0_6, 121, -1, -1, 0, 4, 1, 1, 0, 
25760 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
25761 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 0);
25762    G__memfunc_setup("EndPopup",811,G__G__Gui3_298_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25763    G__memfunc_setup("PreviewColor",1249,G__G__Gui3_298_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - color", (char*)NULL, (void*) NULL, 0);
25764    G__memfunc_setup("Class",502,G__G__Gui3_298_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGColorPopup::Class) ), 0);
25765    G__memfunc_setup("Class_Name",982,G__G__Gui3_298_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPopup::Class_Name) ), 0);
25766    G__memfunc_setup("Class_Version",1339,G__G__Gui3_298_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGColorPopup::Class_Version) ), 0);
25767    G__memfunc_setup("Dictionary",1046,G__G__Gui3_298_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGColorPopup::Dictionary) ), 0);
25768    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25769    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);
25770    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);
25771    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_298_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25772    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_298_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPopup::DeclFileName) ), 0);
25773    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_298_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorPopup::ImplFileLine) ), 0);
25774    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_298_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorPopup::ImplFileName) ), 0);
25775    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_298_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorPopup::DeclFileLine) ), 0);
25776    // automatic destructor
25777    G__memfunc_setup("~TGColorPopup", 1324, G__G__Gui3_298_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25778    G__tag_memfunc_reset();
25779 }
25780 
25781 static void G__setup_memfuncTGColorSelect(void) {
25782    /* TGColorSelect */
25783    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect));
25784    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25785    G__memfunc_setup("DrawTriangle",1220,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
25786 "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - x "
25787 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
25788    G__memfunc_setup("TGColorSelect",1274,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect), -1, 0, 1, 1, 4, 0, "u 'TGColorSelect' - 11 - -", "not implemented", (void*) NULL, 0);
25789    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect), -1, 1, 1, 1, 4, 0, "u 'TGColorSelect' - 11 - -", "not implemented", (void*) NULL, 0);
25790    G__memfunc_setup("TGColorSelect",1274,G__G__Gui3_299_0_5, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGColorSelect), -1, 0, 3, 1, 1, 0, 
25791 "U 'TGWindow' - 10 '0' p k - 'Pixel_t' 0 '0' color "
25792 "i - 'Int_t' 0 '-1' id", (char*)NULL, (void*) NULL, 0);
25793    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);
25794    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
25795 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25796 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25797    G__memfunc_setup("SetColor",811,G__G__Gui3_299_0_8, 121, -1, -1, 0, 2, 1, 1, 0, 
25798 "k - 'Pixel_t' 0 - color g - 'Bool_t' 0 'kTRUE' emit", (char*)NULL, (void*) NULL, 0);
25799    G__memfunc_setup("GetColor",799,G__G__Gui3_299_0_9, 107, -1, G__defined_typename("Pixel_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25800    G__memfunc_setup("Enable",583,G__G__Gui3_299_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' on", "*TOGGLE* *GETTER=IsEnabled", (void*) NULL, 0);
25801    G__memfunc_setup("Disable",692,G__G__Gui3_299_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25802    G__memfunc_setup("SetDown",708,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25803 "g - 'Bool_t' 0 'kTRUE' on g - 'Bool_t' 0 'kFALSE' emit", (char*)NULL, (void*) NULL, 1);
25804    G__memfunc_setup("Rename",600,G__G__Gui3_299_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - title", (char*)NULL, (void*) NULL, 0);
25805    G__memfunc_setup("SetEnabled",983,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' e", (char*)NULL, (void*) NULL, 1);
25806    G__memfunc_setup("GetDefaultSize",1408,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__Gui3LN_TGDimension), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25807    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25808 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' -", (char*)NULL, (void*) NULL, 1);
25809    G__memfunc_setup("ColorSelected",1320,G__G__Gui3_299_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 '0' color", "*SIGNAL*", (void*) NULL, 1);
25810    G__memfunc_setup("Class",502,G__G__Gui3_299_0_18, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGColorSelect::Class) ), 0);
25811    G__memfunc_setup("Class_Name",982,G__G__Gui3_299_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorSelect::Class_Name) ), 0);
25812    G__memfunc_setup("Class_Version",1339,G__G__Gui3_299_0_20, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGColorSelect::Class_Version) ), 0);
25813    G__memfunc_setup("Dictionary",1046,G__G__Gui3_299_0_21, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGColorSelect::Dictionary) ), 0);
25814    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25815    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);
25816    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);
25817    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_299_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25818    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_299_0_26, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorSelect::DeclFileName) ), 0);
25819    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_299_0_27, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorSelect::ImplFileLine) ), 0);
25820    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_299_0_28, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGColorSelect::ImplFileName) ), 0);
25821    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_299_0_29, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGColorSelect::DeclFileLine) ), 0);
25822    // automatic destructor
25823    G__memfunc_setup("~TGColorSelect", 1400, G__G__Gui3_299_0_30, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25824    G__tag_memfunc_reset();
25825 }
25826 
25827 static void G__setup_memfuncTGFontDialog(void) {
25828    /* TGFontDialog */
25829    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog));
25830    G__memfunc_setup("Build",496,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 0, 
25831 "C - - 2 - fontList i - 'Int_t' 0 - cnt", (char*)NULL, (void*) NULL, 0);
25832    G__memfunc_setup("GetFontName",1080,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
25833    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25834    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 2, 0, 
25835 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
25836 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
25837    G__memfunc_setup("TGFontDialog",1154,G__G__Gui3_301_0_5, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialog), -1, 0, 6, 1, 1, 0, 
25838 "U 'TGWindow' - 10 '0' parent U 'TGWindow' - 10 '0' t "
25839 "U 'TGFontDialog::FontProp_t' - 0 '0' fontProp u 'TString' - 11 '\"\"' sample "
25840 "C - - 2 '0' fontList g - 'Bool_t' 0 'kTRUE' wait", (char*)NULL, (void*) NULL, 0);
25841    G__memfunc_setup("SetFont",707,G__G__Gui3_301_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGFont' - 0 - font", (char*)NULL, (void*) NULL, 1);
25842    G__memfunc_setup("SetColor",811,G__G__Gui3_301_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - color", (char*)NULL, (void*) NULL, 1);
25843    G__memfunc_setup("SetAlign",791,G__G__Gui3_301_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - align", (char*)NULL, (void*) NULL, 1);
25844    G__memfunc_setup("EnableAlign",1074,G__G__Gui3_301_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' on", (char*)NULL, (void*) NULL, 1);
25845    G__memfunc_setup("UpdateStyleSize",1551,G__G__Gui3_301_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - family", (char*)NULL, (void*) NULL, 1);
25846    G__memfunc_setup("FontSelected",1216,G__G__Gui3_301_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 0 - font", "*SIGNAL*", (void*) NULL, 1);
25847    G__memfunc_setup("AlignSelected",1300,G__G__Gui3_301_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - a", "*SIGNAL*", (void*) NULL, 1);
25848    G__memfunc_setup("ColorSelected",1320,G__G__Gui3_301_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - c", "*SIGNAL*", (void*) NULL, 1);
25849    G__memfunc_setup("Class",502,G__G__Gui3_301_0_14, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGFontDialog::Class) ), 0);
25850    G__memfunc_setup("Class_Name",982,G__G__Gui3_301_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGFontDialog::Class_Name) ), 0);
25851    G__memfunc_setup("Class_Version",1339,G__G__Gui3_301_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGFontDialog::Class_Version) ), 0);
25852    G__memfunc_setup("Dictionary",1046,G__G__Gui3_301_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGFontDialog::Dictionary) ), 0);
25853    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25854    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);
25855    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);
25856    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_301_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25857    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_301_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGFontDialog::DeclFileName) ), 0);
25858    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_301_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGFontDialog::ImplFileLine) ), 0);
25859    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_301_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGFontDialog::ImplFileName) ), 0);
25860    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_301_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGFontDialog::DeclFileLine) ), 0);
25861    // automatic destructor
25862    G__memfunc_setup("~TGFontDialog", 1280, G__G__Gui3_301_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25863    G__tag_memfunc_reset();
25864 }
25865 
25866 static void G__setup_memfuncTGFontDialogcLcLFontProp_t(void) {
25867    /* TGFontDialog::FontProp_t */
25868    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t));
25869    // automatic default constructor
25870    G__memfunc_setup("FontProp_t", 1035, G__G__Gui3_302_0_1, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
25871    // automatic copy constructor
25872    G__memfunc_setup("FontProp_t", 1035, G__G__Gui3_302_0_2, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t), -1, 0, 1, 1, 1, 0, "u 'TGFontDialog::FontProp_t' - 11 - -", (char*) NULL, (void*) NULL, 0);
25873    // automatic destructor
25874    G__memfunc_setup("~FontProp_t", 1161, G__G__Gui3_302_0_3, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
25875    // automatic assignment operator
25876    G__memfunc_setup("operator=", 937, G__G__Gui3_302_0_4, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t), -1, 1, 1, 1, 1, 0, "u 'TGFontDialog::FontProp_t' - 11 - -", (char*) NULL, (void*) NULL, 0);
25877    G__tag_memfunc_reset();
25878 }
25879 
25880 static void G__setup_memfuncTGDockButton(void) {
25881    /* TGDockButton */
25882    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton));
25883    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25884    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25885    G__memfunc_setup("TGDockButton",1176,G__G__Gui3_303_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGDockButton), -1, 0, 2, 1, 1, 0, 
25886 "U 'TGCompositeFrame' - 10 '0' p i - 'Int_t' 0 '1' id", (char*)NULL, (void*) NULL, 0);
25887    G__memfunc_setup("HandleCrossing",1428,(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);
25888    G__memfunc_setup("Class",502,G__G__Gui3_303_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGDockButton::Class) ), 0);
25889    G__memfunc_setup("Class_Name",982,G__G__Gui3_303_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockButton::Class_Name) ), 0);
25890    G__memfunc_setup("Class_Version",1339,G__G__Gui3_303_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGDockButton::Class_Version) ), 0);
25891    G__memfunc_setup("Dictionary",1046,G__G__Gui3_303_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGDockButton::Dictionary) ), 0);
25892    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25893    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);
25894    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);
25895    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_303_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25896    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_303_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockButton::DeclFileName) ), 0);
25897    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_303_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDockButton::ImplFileLine) ), 0);
25898    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_303_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockButton::ImplFileName) ), 0);
25899    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_303_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDockButton::DeclFileLine) ), 0);
25900    // automatic destructor
25901    G__memfunc_setup("~TGDockButton", 1302, G__G__Gui3_303_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25902    G__tag_memfunc_reset();
25903 }
25904 
25905 static void G__setup_memfuncTGDockHideButton(void) {
25906    /* TGDockHideButton */
25907    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton));
25908    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
25909    G__memfunc_setup("TGDockHideButton",1554,G__G__Gui3_304_0_2, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGDockHideButton), -1, 0, 1, 1, 1, 0, "U 'TGCompositeFrame' - 10 '0' p", (char*)NULL, (void*) NULL, 0);
25910    G__memfunc_setup("SetAspectRatio",1419,G__G__Gui3_304_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - a", (char*)NULL, (void*) NULL, 0);
25911    G__memfunc_setup("Class",502,G__G__Gui3_304_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGDockHideButton::Class) ), 0);
25912    G__memfunc_setup("Class_Name",982,G__G__Gui3_304_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockHideButton::Class_Name) ), 0);
25913    G__memfunc_setup("Class_Version",1339,G__G__Gui3_304_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGDockHideButton::Class_Version) ), 0);
25914    G__memfunc_setup("Dictionary",1046,G__G__Gui3_304_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGDockHideButton::Dictionary) ), 0);
25915    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25916    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);
25917    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);
25918    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_304_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25919    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_304_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockHideButton::DeclFileName) ), 0);
25920    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_304_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDockHideButton::ImplFileLine) ), 0);
25921    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_304_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDockHideButton::ImplFileName) ), 0);
25922    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_304_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDockHideButton::DeclFileLine) ), 0);
25923    // automatic destructor
25924    G__memfunc_setup("~TGDockHideButton", 1680, G__G__Gui3_304_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
25925    G__tag_memfunc_reset();
25926 }
25927 
25928 static void G__setup_memfuncTGUndockedFrame(void) {
25929    /* TGUndockedFrame */
25930    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame));
25931    G__memfunc_setup("TGUndockedFrame",1459,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame), -1, 0, 1, 1, 4, 0, "u 'TGUndockedFrame' - 11 - -", "Not implemented", (void*) NULL, 0);
25932    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame), -1, 1, 1, 1, 4, 0, "u 'TGUndockedFrame' - 11 - -", "Not implemented", (void*) NULL, 0);
25933    G__memfunc_setup("TGUndockedFrame",1459,G__G__Gui3_305_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGUndockedFrame), -1, 0, 2, 1, 1, 0, 
25934 "U 'TGWindow' - 10 '0' p U 'TGDockableFrame' - 0 '0' dockable", (char*)NULL, (void*) NULL, 0);
25935    G__memfunc_setup("FixSize",706,G__G__Gui3_305_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
25936    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
25937    G__memfunc_setup("Class",502,G__G__Gui3_305_0_6, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGUndockedFrame::Class) ), 0);
25938    G__memfunc_setup("Class_Name",982,G__G__Gui3_305_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGUndockedFrame::Class_Name) ), 0);
25939    G__memfunc_setup("Class_Version",1339,G__G__Gui3_305_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGUndockedFrame::Class_Version) ), 0);
25940    G__memfunc_setup("Dictionary",1046,G__G__Gui3_305_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGUndockedFrame::Dictionary) ), 0);
25941    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25942    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);
25943    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);
25944    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_305_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25945    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_305_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGUndockedFrame::DeclFileName) ), 0);
25946    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_305_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGUndockedFrame::ImplFileLine) ), 0);
25947    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_305_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGUndockedFrame::ImplFileName) ), 0);
25948    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_305_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGUndockedFrame::DeclFileLine) ), 0);
25949    // automatic destructor
25950    G__memfunc_setup("~TGUndockedFrame", 1585, G__G__Gui3_305_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25951    G__tag_memfunc_reset();
25952 }
25953 
25954 static void G__setup_memfuncTGMdiMenuBar(void) {
25955    /* TGMdiMenuBar */
25956    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar));
25957    G__memfunc_setup("AddFrames",871,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
25958 "U 'TGMdiTitleIcon' - 0 - icon U 'TGMdiButtons' - 0 - buttons", (char*)NULL, (void*) NULL, 0);
25959    G__memfunc_setup("RemoveFrames",1228,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
25960 "U 'TGMdiTitleIcon' - 0 - icon U 'TGMdiButtons' - 0 - buttons", (char*)NULL, (void*) NULL, 0);
25961    G__memfunc_setup("ShowFrames",1023,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
25962 "U 'TGMdiTitleIcon' - 0 - icon U 'TGMdiButtons' - 0 - buttons", (char*)NULL, (void*) NULL, 0);
25963    G__memfunc_setup("HideFrames",984,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
25964 "U 'TGMdiTitleIcon' - 0 - icon U 'TGMdiButtons' - 0 - buttons", (char*)NULL, (void*) NULL, 0);
25965    G__memfunc_setup("TGMdiMenuBar",1119,G__G__Gui3_310_0_5, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar), -1, 0, 3, 1, 1, 0, 
25966 "U 'TGWindow' - 10 - p i - 'Int_t' 0 '1' w "
25967 "i - 'Int_t' 0 '20' h", (char*)NULL, (void*) NULL, 0);
25968    G__memfunc_setup("AddPopup",797,G__G__Gui3_310_0_6, 121, -1, -1, 0, 3, 1, 1, 0, 
25969 "U 'TGHotString' - 0 - s U 'TGPopupMenu' - 0 - menu "
25970 "U 'TGLayoutHints' - 0 - l", (char*)NULL, (void*) NULL, 0);
25971    G__memfunc_setup("GetMenuBar",970,G__G__Gui3_310_0_7, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMenuBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
25972    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
25973 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
25974    G__memfunc_setup("Class",502,G__G__Gui3_310_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiMenuBar::Class) ), 0);
25975    G__memfunc_setup("Class_Name",982,G__G__Gui3_310_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiMenuBar::Class_Name) ), 0);
25976    G__memfunc_setup("Class_Version",1339,G__G__Gui3_310_0_11, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiMenuBar::Class_Version) ), 0);
25977    G__memfunc_setup("Dictionary",1046,G__G__Gui3_310_0_12, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiMenuBar::Dictionary) ), 0);
25978    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
25979    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);
25980    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);
25981    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_310_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
25982    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_310_0_17, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiMenuBar::DeclFileName) ), 0);
25983    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_310_0_18, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiMenuBar::ImplFileLine) ), 0);
25984    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_310_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiMenuBar::ImplFileName) ), 0);
25985    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_310_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiMenuBar::DeclFileLine) ), 0);
25986    // automatic destructor
25987    G__memfunc_setup("~TGMdiMenuBar", 1245, G__G__Gui3_310_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
25988    G__tag_memfunc_reset();
25989 }
25990 
25991 static void G__setup_memfuncTGMdiContainer(void) {
25992    /* TGMdiContainer */
25993    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer));
25994    G__memfunc_setup("TGMdiContainer",1368,G__G__Gui3_311_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiContainer), -1, 0, 5, 1, 1, 0, 
25995 "U 'TGMdiMainFrame' - 10 - p i - 'Int_t' 0 - w "
25996 "i - 'Int_t' 0 - h h - 'UInt_t' 0 '0' options "
25997 "k - 'ULong_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
25998    G__memfunc_setup("HandleConfigureNotify",2151,(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);
25999    G__memfunc_setup("GetDefaultSize",1408,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__Gui3LN_TGDimension), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26000    G__memfunc_setup("Class",502,G__G__Gui3_311_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiContainer::Class) ), 0);
26001    G__memfunc_setup("Class_Name",982,G__G__Gui3_311_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiContainer::Class_Name) ), 0);
26002    G__memfunc_setup("Class_Version",1339,G__G__Gui3_311_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiContainer::Class_Version) ), 0);
26003    G__memfunc_setup("Dictionary",1046,G__G__Gui3_311_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiContainer::Dictionary) ), 0);
26004    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26005    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);
26006    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);
26007    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_311_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26008    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_311_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiContainer::DeclFileName) ), 0);
26009    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_311_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiContainer::ImplFileLine) ), 0);
26010    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_311_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiContainer::ImplFileName) ), 0);
26011    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_311_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiContainer::DeclFileLine) ), 0);
26012    // automatic destructor
26013    G__memfunc_setup("~TGMdiContainer", 1494, G__G__Gui3_311_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26014    G__tag_memfunc_reset();
26015 }
26016 
26017 static void G__setup_memfuncTGMdiDecorFrame(void) {
26018    /* TGMdiDecorFrame */
26019    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame));
26020    G__memfunc_setup("TGMdiDecorFrame",1421,G__G__Gui3_312_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame), -1, 0, 7, 1, 1, 0, 
26021 "U 'TGMdiMainFrame' - 0 - main U 'TGMdiFrame' - 0 - frame "
26022 "i - 'Int_t' 0 - w i - 'Int_t' 0 - h "
26023 "U 'TGGC' - 10 - boxGC h - 'UInt_t' 0 '0' options "
26024 "k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
26025    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);
26026    G__memfunc_setup("HandleConfigureNotify",2151,(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);
26027    G__memfunc_setup("CloseWindow",1134,G__G__Gui3_312_0_4, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26028    G__memfunc_setup("Layout",638,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26029    G__memfunc_setup("Move",407,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
26030 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
26031    G__memfunc_setup("MoveResize",1033,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
26032 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
26033 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
26034    G__memfunc_setup("SetMdiButtons",1333,G__G__Gui3_312_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'ULong_t' 0 - buttons", (char*)NULL, (void*) NULL, 0);
26035    G__memfunc_setup("GetMdiButtons",1321,G__G__Gui3_312_0_9, 107, -1, G__defined_typename("ULong_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26036    G__memfunc_setup("SetResizeMode",1315,G__G__Gui3_312_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 'kMdiDefaultResizeMode' mode", (char*)NULL, (void*) NULL, 0);
26037    G__memfunc_setup("SetWindowName",1317,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
26038    G__memfunc_setup("SetWindowIcon",1325,G__G__Gui3_312_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGPicture' - 10 - pic", (char*)NULL, (void*) NULL, 0);
26039    G__memfunc_setup("GetWindowName",1305,G__G__Gui3_312_0_13, 67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
26040    G__memfunc_setup("GetWindowIcon",1313,G__G__Gui3_312_0_14, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGPicture), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
26041    G__memfunc_setup("IsCurrent",927,G__G__Gui3_312_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26042    G__memfunc_setup("IsMinimized",1122,G__G__Gui3_312_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26043    G__memfunc_setup("IsMaximized",1124,G__G__Gui3_312_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26044    G__memfunc_setup("GetPreResizeX",1297,G__G__Gui3_312_0_18, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26045    G__memfunc_setup("GetPreResizeY",1298,G__G__Gui3_312_0_19, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26046    G__memfunc_setup("GetPreResizeWidth",1721,G__G__Gui3_312_0_20, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26047    G__memfunc_setup("GetPreResizeHeight",1810,G__G__Gui3_312_0_21, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26048    G__memfunc_setup("GetMinimizedX",1310,G__G__Gui3_312_0_22, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26049    G__memfunc_setup("GetMinimizedY",1311,G__G__Gui3_312_0_23, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26050    G__memfunc_setup("GetMinUserPlacement",1916,G__G__Gui3_312_0_24, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26051    G__memfunc_setup("SetCurrent",1039,G__G__Gui3_312_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' cur", (char*)NULL, (void*) NULL, 0);
26052    G__memfunc_setup("SetDecorBorderWidth",1911,G__G__Gui3_312_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - bw", (char*)NULL, (void*) NULL, 0);
26053    G__memfunc_setup("SetPreResizeX",1309,G__G__Gui3_312_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - x", (char*)NULL, (void*) NULL, 0);
26054    G__memfunc_setup("SetPreResizeY",1310,G__G__Gui3_312_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
26055    G__memfunc_setup("SetPreResizeWidth",1733,G__G__Gui3_312_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - w", (char*)NULL, (void*) NULL, 0);
26056    G__memfunc_setup("SetPreResizeHeight",1822,G__G__Gui3_312_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - h", (char*)NULL, (void*) NULL, 0);
26057    G__memfunc_setup("SetMinimizedX",1322,G__G__Gui3_312_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - x", (char*)NULL, (void*) NULL, 0);
26058    G__memfunc_setup("SetMinimizedY",1323,G__G__Gui3_312_0_32, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
26059    G__memfunc_setup("Minimize",834,G__G__Gui3_312_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' min", (char*)NULL, (void*) NULL, 0);
26060    G__memfunc_setup("Maximize",836,G__G__Gui3_312_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' max", (char*)NULL, (void*) NULL, 0);
26061    G__memfunc_setup("SetMinUserPlacement",1928,G__G__Gui3_312_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' place", (char*)NULL, (void*) NULL, 0);
26062    G__memfunc_setup("GetMdiFrame",1061,G__G__Gui3_312_0_36, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26063    G__memfunc_setup("GetTitleBar",1079,G__G__Gui3_312_0_37, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26064    G__memfunc_setup("GetUpperHR",966,G__G__Gui3_312_0_38, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26065    G__memfunc_setup("GetLowerHR",963,G__G__Gui3_312_0_39, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26066    G__memfunc_setup("GetUpperLeftCR",1356,G__G__Gui3_312_0_40, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26067    G__memfunc_setup("GetLowerLeftCR",1353,G__G__Gui3_312_0_41, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26068    G__memfunc_setup("GetUpperRightCR",1471,G__G__Gui3_312_0_42, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26069    G__memfunc_setup("GetLowerRightCR",1468,G__G__Gui3_312_0_43, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26070    G__memfunc_setup("GetLeftVR",851,G__G__Gui3_312_0_44, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26071    G__memfunc_setup("GetRightVR",966,G__G__Gui3_312_0_45, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26072    G__memfunc_setup("Class",502,G__G__Gui3_312_0_46, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiDecorFrame::Class) ), 0);
26073    G__memfunc_setup("Class_Name",982,G__G__Gui3_312_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiDecorFrame::Class_Name) ), 0);
26074    G__memfunc_setup("Class_Version",1339,G__G__Gui3_312_0_48, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiDecorFrame::Class_Version) ), 0);
26075    G__memfunc_setup("Dictionary",1046,G__G__Gui3_312_0_49, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiDecorFrame::Dictionary) ), 0);
26076    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26077    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);
26078    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);
26079    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_312_0_53, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26080    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_312_0_54, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiDecorFrame::DeclFileName) ), 0);
26081    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_312_0_55, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiDecorFrame::ImplFileLine) ), 0);
26082    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_312_0_56, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiDecorFrame::ImplFileName) ), 0);
26083    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_312_0_57, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiDecorFrame::DeclFileLine) ), 0);
26084    // automatic destructor
26085    G__memfunc_setup("~TGMdiDecorFrame", 1547, G__G__Gui3_312_0_58, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26086    G__tag_memfunc_reset();
26087 }
26088 
26089 static void G__setup_memfuncTGMdiFrame(void) {
26090    /* TGMdiFrame */
26091    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame));
26092    G__memfunc_setup("GetMdiHintsString",1719,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TString), -1, 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 0);
26093    G__memfunc_setup("TGMdiFrame",928,G__G__Gui3_313_0_2, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame), -1, 0, 5, 1, 1, 0, 
26094 "U 'TGMdiMainFrame' - 0 - main i - 'Int_t' 0 - w "
26095 "i - 'Int_t' 0 - h h - 'UInt_t' 0 '0' options "
26096 "k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
26097    G__memfunc_setup("Move",407,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
26098 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
26099    G__memfunc_setup("CloseWindow",1134,G__G__Gui3_313_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 1);
26100    G__memfunc_setup("Help",393,G__G__Gui3_313_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26101    G__memfunc_setup("SetMdiHints",1100,G__G__Gui3_313_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'ULong_t' 0 - mdihints", (char*)NULL, (void*) NULL, 1);
26102    G__memfunc_setup("GetMdiHints",1088,G__G__Gui3_313_0_7, 107, -1, G__defined_typename("ULong_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26103    G__memfunc_setup("DontCallClose",1287,G__G__Gui3_313_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26104    G__memfunc_setup("SetWindowName",1317,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 1);
26105    G__memfunc_setup("SetWindowIcon",1325,G__G__Gui3_313_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGPicture' - 10 - pic", (char*)NULL, (void*) NULL, 0);
26106    G__memfunc_setup("GetWindowName",1305,G__G__Gui3_313_0_11, 67, -1, -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
26107    G__memfunc_setup("GetWindowIcon",1313,G__G__Gui3_313_0_12, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGPicture), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 0);
26108    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
26109 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26110    G__memfunc_setup("Class",502,G__G__Gui3_313_0_14, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiFrame::Class) ), 0);
26111    G__memfunc_setup("Class_Name",982,G__G__Gui3_313_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiFrame::Class_Name) ), 0);
26112    G__memfunc_setup("Class_Version",1339,G__G__Gui3_313_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiFrame::Class_Version) ), 0);
26113    G__memfunc_setup("Dictionary",1046,G__G__Gui3_313_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiFrame::Dictionary) ), 0);
26114    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26115    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);
26116    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);
26117    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_313_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26118    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_313_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiFrame::DeclFileName) ), 0);
26119    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_313_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiFrame::ImplFileLine) ), 0);
26120    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_313_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiFrame::ImplFileName) ), 0);
26121    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_313_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiFrame::DeclFileLine) ), 0);
26122    // automatic destructor
26123    G__memfunc_setup("~TGMdiFrame", 1054, G__G__Gui3_313_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26124    G__tag_memfunc_reset();
26125 }
26126 
26127 static void G__setup_memfuncTGMdiFrameList(void) {
26128    /* TGMdiFrameList */
26129    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList));
26130    G__memfunc_setup("GetFrameId",952,G__G__Gui3_314_0_1, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26131    G__memfunc_setup("GetDecorFrame",1272,G__G__Gui3_314_0_2, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26132    G__memfunc_setup("GetPrev",701,G__G__Gui3_314_0_3, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26133    G__memfunc_setup("GetNext",703,G__G__Gui3_314_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26134    G__memfunc_setup("GetCyclePrev",1197,G__G__Gui3_314_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26135    G__memfunc_setup("GetCycleNext",1199,G__G__Gui3_314_0_6, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26136    G__memfunc_setup("SetFrameId",964,G__G__Gui3_314_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - id", (char*)NULL, (void*) NULL, 0);
26137    G__memfunc_setup("SetDecorFrame",1284,G__G__Gui3_314_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiDecorFrame' - 0 - decor", (char*)NULL, (void*) NULL, 0);
26138    G__memfunc_setup("SetPrev",713,G__G__Gui3_314_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrameList' - 0 - prev", (char*)NULL, (void*) NULL, 0);
26139    G__memfunc_setup("SetNext",715,G__G__Gui3_314_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrameList' - 0 - next", (char*)NULL, (void*) NULL, 0);
26140    G__memfunc_setup("SetCyclePrev",1209,G__G__Gui3_314_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrameList' - 0 - prev", (char*)NULL, (void*) NULL, 0);
26141    G__memfunc_setup("SetCycleNext",1211,G__G__Gui3_314_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrameList' - 0 - next", (char*)NULL, (void*) NULL, 0);
26142    G__memfunc_setup("Class",502,G__G__Gui3_314_0_13, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiFrameList::Class) ), 0);
26143    G__memfunc_setup("Class_Name",982,G__G__Gui3_314_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiFrameList::Class_Name) ), 0);
26144    G__memfunc_setup("Class_Version",1339,G__G__Gui3_314_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiFrameList::Class_Version) ), 0);
26145    G__memfunc_setup("Dictionary",1046,G__G__Gui3_314_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiFrameList::Dictionary) ), 0);
26146    G__memfunc_setup("IsA",253,G__G__Gui3_314_0_17, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26147    G__memfunc_setup("ShowMembers",1132,G__G__Gui3_314_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26148    G__memfunc_setup("Streamer",835,G__G__Gui3_314_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26149    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_314_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26150    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_314_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiFrameList::DeclFileName) ), 0);
26151    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_314_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiFrameList::ImplFileLine) ), 0);
26152    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_314_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiFrameList::ImplFileName) ), 0);
26153    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_314_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiFrameList::DeclFileLine) ), 0);
26154    // automatic default constructor
26155    G__memfunc_setup("TGMdiFrameList", 1340, G__G__Gui3_314_0_25, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26156    // automatic copy constructor
26157    G__memfunc_setup("TGMdiFrameList", 1340, G__G__Gui3_314_0_26, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList), -1, 0, 1, 1, 1, 0, "u 'TGMdiFrameList' - 11 - -", (char*) NULL, (void*) NULL, 0);
26158    // automatic destructor
26159    G__memfunc_setup("~TGMdiFrameList", 1466, G__G__Gui3_314_0_27, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26160    // automatic assignment operator
26161    G__memfunc_setup("operator=", 937, G__G__Gui3_314_0_28, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList), -1, 1, 1, 1, 1, 0, "u 'TGMdiFrameList' - 11 - -", (char*) NULL, (void*) NULL, 0);
26162    G__tag_memfunc_reset();
26163 }
26164 
26165 static void G__setup_memfuncTGMdiMainFrame(void) {
26166    /* TGMdiMainFrame */
26167    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame));
26168    G__memfunc_setup("AddMdiFrame",1038,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "U 'TGMdiFrame' - 0 - f", (char*)NULL, (void*) NULL, 0);
26169    G__memfunc_setup("RemoveMdiFrame",1395,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'TGMdiFrame' - 0 - f", (char*)NULL, (void*) NULL, 0);
26170    G__memfunc_setup("SetCurrent",1039,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 2, 0, "U 'TGMdiFrameList' - 0 - newcurrent", (char*)NULL, (void*) NULL, 0);
26171    G__memfunc_setup("GetDecorFrame",1272,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame), -1, 0, 1, 1, 2, 8, "h - 'UInt_t' 0 - id", (char*)NULL, (void*) NULL, 0);
26172    G__memfunc_setup("GetDecorFrame",1272,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiDecorFrame), -1, 0, 1, 1, 2, 8, "U 'TGMdiFrame' - 0 - frame", (char*)NULL, (void*) NULL, 0);
26173    G__memfunc_setup("UpdateWinListMenu",1730,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
26174    G__memfunc_setup("TGMdiMainFrame",1317,G__G__Gui3_315_0_7, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMainFrame), -1, 0, 6, 1, 1, 0, 
26175 "U 'TGWindow' - 10 - p U 'TGMdiMenuBar' - 0 - menu "
26176 "i - 'Int_t' 0 - w i - 'Int_t' 0 - h "
26177 "h - 'UInt_t' 0 '0' options k - 'Pixel_t' 0 'GetDefaultFrameBackground()' back", (char*)NULL, (void*) NULL, 0);
26178    G__memfunc_setup("HandleKey",885,(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);
26179    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
26180 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
26181 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
26182    G__memfunc_setup("Layout",638,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26183    G__memfunc_setup("FreeMove",793,G__G__Gui3_315_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - frame", (char*)NULL, (void*) NULL, 1);
26184    G__memfunc_setup("FreeSize",797,G__G__Gui3_315_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - frame", (char*)NULL, (void*) NULL, 1);
26185    G__memfunc_setup("Restore",740,G__G__Gui3_315_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - frame", (char*)NULL, (void*) NULL, 1);
26186    G__memfunc_setup("Maximize",836,G__G__Gui3_315_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - frame", (char*)NULL, (void*) NULL, 1);
26187    G__memfunc_setup("Minimize",834,G__G__Gui3_315_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - frame", (char*)NULL, (void*) NULL, 1);
26188    G__memfunc_setup("Close",502,G__G__Gui3_315_0_16, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - frame", (char*)NULL, (void*) NULL, 1);
26189    G__memfunc_setup("ContextHelp",1134,G__G__Gui3_315_0_17, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - frame", (char*)NULL, (void*) NULL, 1);
26190    G__memfunc_setup("CloseAll",783,G__G__Gui3_315_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26191    G__memfunc_setup("Cascade",676,G__G__Gui3_315_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26192    G__memfunc_setup("TileHorizontal",1464,G__G__Gui3_315_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26193    G__memfunc_setup("TileVertical",1224,G__G__Gui3_315_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26194    G__memfunc_setup("ArrangeFrames",1310,G__G__Gui3_315_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 1);
26195    G__memfunc_setup("ArrangeMinimized",1638,G__G__Gui3_315_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26196    G__memfunc_setup("CirculateUp",1121,G__G__Gui3_315_0_24, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26197    G__memfunc_setup("CirculateDown",1332,G__G__Gui3_315_0_25, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26198    G__memfunc_setup("GetCurrent",1027,G__G__Gui3_315_0_26, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26199    G__memfunc_setup("GetMdiFrame",1061,G__G__Gui3_315_0_27, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrame), -1, 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - id", (char*)NULL, (void*) NULL, 0);
26200    G__memfunc_setup("GetContainer",1219,G__G__Gui3_315_0_28, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26201    G__memfunc_setup("SetCurrent",1039,G__G__Gui3_315_0_29, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - newcurrent", (char*)NULL, (void*) NULL, 0);
26202    G__memfunc_setup("SetCurrent",1039,G__G__Gui3_315_0_30, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - f", "*SIGNAL*", (void*) NULL, 0);
26203    G__memfunc_setup("GetWinListMenu",1407,G__G__Gui3_315_0_31, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26204    G__memfunc_setup("GetMenu",693,G__G__Gui3_315_0_32, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiMenuBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26205    G__memfunc_setup("GetWindowList",1332,G__G__Gui3_315_0_33, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiFrameList), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 'kFALSE' current", (char*)NULL, (void*) NULL, 0);
26206    G__memfunc_setup("GetNumberOfFrames",1692,G__G__Gui3_315_0_34, 108, -1, G__defined_typename("Long_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26207    G__memfunc_setup("SetResizeMode",1315,G__G__Gui3_315_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 'kMdiDefaultResizeMode' mode", (char*)NULL, (void*) NULL, 0);
26208    G__memfunc_setup("GetBBox",651,G__G__Gui3_315_0_36, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGRectangle), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26209    G__memfunc_setup("GetMinimizedBBox",1585,G__G__Gui3_315_0_37, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGRectangle), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26210    G__memfunc_setup("GetWindowGeometry",1764,G__G__Gui3_315_0_38, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiGeometry), -1, 0, 1, 1, 1, 8, "U 'TGMdiFrame' - 0 - f", (char*)NULL, (void*) NULL, 0);
26211    G__memfunc_setup("ConfigureWindow",1562,G__G__Gui3_315_0_39, 121, -1, -1, 0, 2, 1, 1, 0, 
26212 "U 'TGMdiFrame' - 0 - f u 'TGMdiGeometry' - 1 - geom", (char*)NULL, (void*) NULL, 0);
26213    G__memfunc_setup("IsMaximized",1124,G__G__Gui3_315_0_40, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - f", (char*)NULL, (void*) NULL, 0);
26214    G__memfunc_setup("IsMinimized",1122,G__G__Gui3_315_0_41, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TGMdiFrame' - 0 - f", (char*)NULL, (void*) NULL, 0);
26215    G__memfunc_setup("FrameCreated",1187,G__G__Gui3_315_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", "*SIGNAL*", (void*) NULL, 1);
26216    G__memfunc_setup("FrameClosed",1093,G__G__Gui3_315_0_43, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", "*SIGNAL*", (void*) NULL, 1);
26217    G__memfunc_setup("FrameMaximized",1427,G__G__Gui3_315_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", "*SIGNAL*", (void*) NULL, 1);
26218    G__memfunc_setup("FrameMinimized",1425,G__G__Gui3_315_0_45, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", "*SIGNAL*", (void*) NULL, 1);
26219    G__memfunc_setup("FrameRestored",1331,G__G__Gui3_315_0_46, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", "*SIGNAL*", (void*) NULL, 1);
26220    G__memfunc_setup("FramesArranged",1410,G__G__Gui3_315_0_47, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mode", "*SIGNAL*", (void*) NULL, 1);
26221    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
26222 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
26223    G__memfunc_setup("Class",502,G__G__Gui3_315_0_49, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiMainFrame::Class) ), 0);
26224    G__memfunc_setup("Class_Name",982,G__G__Gui3_315_0_50, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiMainFrame::Class_Name) ), 0);
26225    G__memfunc_setup("Class_Version",1339,G__G__Gui3_315_0_51, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiMainFrame::Class_Version) ), 0);
26226    G__memfunc_setup("Dictionary",1046,G__G__Gui3_315_0_52, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiMainFrame::Dictionary) ), 0);
26227    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26228    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);
26229    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);
26230    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_315_0_56, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26231    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_315_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiMainFrame::DeclFileName) ), 0);
26232    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_315_0_58, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiMainFrame::ImplFileLine) ), 0);
26233    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_315_0_59, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiMainFrame::ImplFileName) ), 0);
26234    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_315_0_60, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiMainFrame::DeclFileLine) ), 0);
26235    // automatic destructor
26236    G__memfunc_setup("~TGMdiMainFrame", 1443, G__G__Gui3_315_0_61, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26237    G__tag_memfunc_reset();
26238 }
26239 
26240 static void G__setup_memfuncTGMdiGeometry(void) {
26241    /* TGMdiGeometry */
26242    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiGeometry));
26243    G__memfunc_setup("Class",502,G__G__Gui3_316_0_1, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiGeometry::Class) ), 0);
26244    G__memfunc_setup("Class_Name",982,G__G__Gui3_316_0_2, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiGeometry::Class_Name) ), 0);
26245    G__memfunc_setup("Class_Version",1339,G__G__Gui3_316_0_3, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiGeometry::Class_Version) ), 0);
26246    G__memfunc_setup("Dictionary",1046,G__G__Gui3_316_0_4, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiGeometry::Dictionary) ), 0);
26247    G__memfunc_setup("IsA",253,G__G__Gui3_316_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26248    G__memfunc_setup("ShowMembers",1132,G__G__Gui3_316_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26249    G__memfunc_setup("Streamer",835,G__G__Gui3_316_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26250    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_316_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26251    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_316_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiGeometry::DeclFileName) ), 0);
26252    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_316_0_10, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiGeometry::ImplFileLine) ), 0);
26253    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_316_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiGeometry::ImplFileName) ), 0);
26254    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_316_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiGeometry::DeclFileLine) ), 0);
26255    // automatic default constructor
26256    G__memfunc_setup("TGMdiGeometry", 1281, G__G__Gui3_316_0_13, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGMdiGeometry), -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26257    // automatic copy constructor
26258    G__memfunc_setup("TGMdiGeometry", 1281, G__G__Gui3_316_0_14, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGMdiGeometry), -1, 0, 1, 1, 1, 0, "u 'TGMdiGeometry' - 11 - -", (char*) NULL, (void*) NULL, 0);
26259    // automatic destructor
26260    G__memfunc_setup("~TGMdiGeometry", 1407, G__G__Gui3_316_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26261    // automatic assignment operator
26262    G__memfunc_setup("operator=", 937, G__G__Gui3_316_0_16, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TGMdiGeometry), -1, 1, 1, 1, 1, 0, "u 'TGMdiGeometry' - 11 - -", (char*) NULL, (void*) NULL, 0);
26263    G__tag_memfunc_reset();
26264 }
26265 
26266 static void G__setup_memfuncTGMdiTitleIcon(void) {
26267    /* TGMdiTitleIcon */
26268    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon));
26269    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26270    G__memfunc_setup("TGMdiTitleIcon",1344,G__G__Gui3_318_0_2, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon), -1, 0, 5, 1, 1, 0, 
26271 "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - titlebar "
26272 "U 'TGPicture' - 10 - pic i - 'Int_t' 0 - w "
26273 "i - 'Int_t' 0 - h", (char*)NULL, (void*) NULL, 0);
26274    G__memfunc_setup("HandleDoubleClick",1677,(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);
26275    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);
26276    G__memfunc_setup("GetPopup",820,G__G__Gui3_318_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGPopupMenu), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26277    G__memfunc_setup("Class",502,G__G__Gui3_318_0_6, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiTitleIcon::Class) ), 0);
26278    G__memfunc_setup("Class_Name",982,G__G__Gui3_318_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiTitleIcon::Class_Name) ), 0);
26279    G__memfunc_setup("Class_Version",1339,G__G__Gui3_318_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiTitleIcon::Class_Version) ), 0);
26280    G__memfunc_setup("Dictionary",1046,G__G__Gui3_318_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiTitleIcon::Dictionary) ), 0);
26281    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26282    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);
26283    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);
26284    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_318_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26285    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_318_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiTitleIcon::DeclFileName) ), 0);
26286    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_318_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiTitleIcon::ImplFileLine) ), 0);
26287    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_318_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiTitleIcon::ImplFileName) ), 0);
26288    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_318_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiTitleIcon::DeclFileLine) ), 0);
26289    // automatic destructor
26290    G__memfunc_setup("~TGMdiTitleIcon", 1470, G__G__Gui3_318_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26291    G__tag_memfunc_reset();
26292 }
26293 
26294 static void G__setup_memfuncTGMdiButtons(void) {
26295    /* TGMdiButtons */
26296    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons));
26297    G__memfunc_setup("TGMdiButtons",1188,G__G__Gui3_319_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons), -1, 0, 2, 1, 1, 0, 
26298 "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - titlebar", (char*)NULL, (void*) NULL, 0);
26299    G__memfunc_setup("GetButton",924,G__G__Gui3_319_0_2, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGPictureButton), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - no", (char*)NULL, (void*) NULL, 0);
26300    G__memfunc_setup("Class",502,G__G__Gui3_319_0_3, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiButtons::Class) ), 0);
26301    G__memfunc_setup("Class_Name",982,G__G__Gui3_319_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiButtons::Class_Name) ), 0);
26302    G__memfunc_setup("Class_Version",1339,G__G__Gui3_319_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiButtons::Class_Version) ), 0);
26303    G__memfunc_setup("Dictionary",1046,G__G__Gui3_319_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiButtons::Dictionary) ), 0);
26304    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26305    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);
26306    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);
26307    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_319_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26308    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_319_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiButtons::DeclFileName) ), 0);
26309    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_319_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiButtons::ImplFileLine) ), 0);
26310    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_319_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiButtons::ImplFileName) ), 0);
26311    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_319_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiButtons::DeclFileLine) ), 0);
26312    // automatic destructor
26313    G__memfunc_setup("~TGMdiButtons", 1314, G__G__Gui3_319_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26314    G__tag_memfunc_reset();
26315 }
26316 
26317 static void G__setup_memfuncTGMdiTitleBar(void) {
26318    /* TGMdiTitleBar */
26319    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar));
26320    G__memfunc_setup("TGMdiTitleBar",1228,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleBar), -1, 0, 3, 1, 2, 0, 
26321 "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - mdiwin "
26322 "C - - 10 '\"Untitled\"' name", (char*)NULL, (void*) NULL, 0);
26323    G__memfunc_setup("LayoutButtons",1389,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
26324 "h - 'UInt_t' 0 - buttonmask g - 'Bool_t' 0 - isMinimized "
26325 "g - 'Bool_t' 0 - isMaximized", (char*)NULL, (void*) NULL, 0);
26326    G__memfunc_setup("AddFrames",871,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
26327 "U 'TGMdiTitleIcon' - 0 - icon U 'TGMdiButtons' - 0 - buttons", (char*)NULL, (void*) NULL, 0);
26328    G__memfunc_setup("RemoveFrames",1228,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
26329 "U 'TGMdiTitleIcon' - 0 - icon U 'TGMdiButtons' - 0 - buttons", (char*)NULL, (void*) NULL, 0);
26330    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);
26331    G__memfunc_setup("HandleDoubleClick",1677,(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);
26332    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);
26333    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
26334 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
26335 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
26336    G__memfunc_setup("SetTitleBarColors",1717,G__G__Gui3_325_0_9, 121, -1, -1, 0, 3, 1, 1, 0, 
26337 "h - 'UInt_t' 0 - fore h - 'UInt_t' 0 - back "
26338 "U 'TGFont' - 0 - f", (char*)NULL, (void*) NULL, 0);
26339    G__memfunc_setup("GetButtons",1039,G__G__Gui3_325_0_10, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiButtons), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26340    G__memfunc_setup("GetWinIcon",983,G__G__Gui3_325_0_11, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiTitleIcon), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26341    G__memfunc_setup("GetWinName",975,G__G__Gui3_325_0_12, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGLabel), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26342    G__memfunc_setup("GetX0",424,G__G__Gui3_325_0_13, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26343    G__memfunc_setup("GetY0",425,G__G__Gui3_325_0_14, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26344    G__memfunc_setup("IsLeftButPressed",1608,G__G__Gui3_325_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26345    G__memfunc_setup("IsRightButPressed",1723,G__G__Gui3_325_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26346    G__memfunc_setup("IsMidButPressed",1495,G__G__Gui3_325_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26347    G__memfunc_setup("SetX0",436,G__G__Gui3_325_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - x0", (char*)NULL, (void*) NULL, 0);
26348    G__memfunc_setup("SetY0",437,G__G__Gui3_325_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - y0", (char*)NULL, (void*) NULL, 0);
26349    G__memfunc_setup("SetLeftButPressed",1720,G__G__Gui3_325_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' press", (char*)NULL, (void*) NULL, 0);
26350    G__memfunc_setup("SetRightButPressed",1835,G__G__Gui3_325_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' press", (char*)NULL, (void*) NULL, 0);
26351    G__memfunc_setup("SetMidButPressed",1607,G__G__Gui3_325_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' press", (char*)NULL, (void*) NULL, 0);
26352    G__memfunc_setup("Class",502,G__G__Gui3_325_0_23, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiTitleBar::Class) ), 0);
26353    G__memfunc_setup("Class_Name",982,G__G__Gui3_325_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiTitleBar::Class_Name) ), 0);
26354    G__memfunc_setup("Class_Version",1339,G__G__Gui3_325_0_25, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiTitleBar::Class_Version) ), 0);
26355    G__memfunc_setup("Dictionary",1046,G__G__Gui3_325_0_26, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiTitleBar::Dictionary) ), 0);
26356    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26357    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);
26358    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);
26359    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_325_0_30, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26360    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_325_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiTitleBar::DeclFileName) ), 0);
26361    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_325_0_32, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiTitleBar::ImplFileLine) ), 0);
26362    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_325_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiTitleBar::ImplFileName) ), 0);
26363    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_325_0_34, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiTitleBar::DeclFileLine) ), 0);
26364    // automatic destructor
26365    G__memfunc_setup("~TGMdiTitleBar", 1354, G__G__Gui3_325_0_35, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26366    G__tag_memfunc_reset();
26367 }
26368 
26369 static void G__setup_memfuncTGMdiWinResizer(void) {
26370    /* TGMdiWinResizer */
26371    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer));
26372    G__memfunc_setup("MoveResizeIt",1222,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
26373    G__memfunc_setup("DrawBox",695,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0, 
26374 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
26375 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 0);
26376    G__memfunc_setup("TGMdiWinResizer",1479,G__G__Gui3_326_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiWinResizer), -1, 0, 9, 1, 1, 0, 
26377 "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - mdiwin "
26378 "i - 'Int_t' 0 - pos U 'TGGC' - 10 - boxGC "
26379 "i - 'Int_t' 0 - linew i - 'Int_t' 0 'kMdiDefaultResizeMode' mdioptions "
26380 "i - 'Int_t' 0 '1' w i - 'Int_t' 0 '1' h "
26381 "h - 'UInt_t' 0 'kOwnBackground' options", (char*)NULL, (void*) NULL, 0);
26382    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);
26383    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26384    G__memfunc_setup("SetResizeMode",1315,G__G__Gui3_326_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 0);
26385    G__memfunc_setup("SetMinSize",1003,G__G__Gui3_326_0_7, 121, -1, -1, 0, 2, 1, 1, 0, 
26386 "i - 'Int_t' 0 '50' w i - 'Int_t' 0 '20' h", (char*)NULL, (void*) NULL, 0);
26387    G__memfunc_setup("Class",502,G__G__Gui3_326_0_8, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiWinResizer::Class) ), 0);
26388    G__memfunc_setup("Class_Name",982,G__G__Gui3_326_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiWinResizer::Class_Name) ), 0);
26389    G__memfunc_setup("Class_Version",1339,G__G__Gui3_326_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiWinResizer::Class_Version) ), 0);
26390    G__memfunc_setup("Dictionary",1046,G__G__Gui3_326_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiWinResizer::Dictionary) ), 0);
26391    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26392    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);
26393    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);
26394    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_326_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26395    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_326_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiWinResizer::DeclFileName) ), 0);
26396    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_326_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiWinResizer::ImplFileLine) ), 0);
26397    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_326_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiWinResizer::ImplFileName) ), 0);
26398    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_326_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiWinResizer::DeclFileLine) ), 0);
26399    // automatic destructor
26400    G__memfunc_setup("~TGMdiWinResizer", 1605, G__G__Gui3_326_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26401    G__tag_memfunc_reset();
26402 }
26403 
26404 static void G__setup_memfuncTGMdiVerticalWinResizer(void) {
26405    /* TGMdiVerticalWinResizer */
26406    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer));
26407    G__memfunc_setup("TGMdiVerticalWinResizer",2305,G__G__Gui3_327_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiVerticalWinResizer), -1, 0, 8, 1, 1, 0, 
26408 "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - mdiwin "
26409 "i - 'Int_t' 0 - pos U 'TGGC' - 10 - boxGC "
26410 "i - 'Int_t' 0 - linew i - 'Int_t' 0 'kMdiDefaultResizeMode' mdioptions "
26411 "i - 'Int_t' 0 '4' w i - 'Int_t' 0 '5' h", (char*)NULL, (void*) NULL, 0);
26412    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);
26413    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26414    G__memfunc_setup("Class",502,G__G__Gui3_327_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiVerticalWinResizer::Class) ), 0);
26415    G__memfunc_setup("Class_Name",982,G__G__Gui3_327_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiVerticalWinResizer::Class_Name) ), 0);
26416    G__memfunc_setup("Class_Version",1339,G__G__Gui3_327_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiVerticalWinResizer::Class_Version) ), 0);
26417    G__memfunc_setup("Dictionary",1046,G__G__Gui3_327_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiVerticalWinResizer::Dictionary) ), 0);
26418    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26419    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);
26420    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);
26421    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_327_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26422    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_327_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiVerticalWinResizer::DeclFileName) ), 0);
26423    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_327_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiVerticalWinResizer::ImplFileLine) ), 0);
26424    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_327_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiVerticalWinResizer::ImplFileName) ), 0);
26425    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_327_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiVerticalWinResizer::DeclFileLine) ), 0);
26426    // automatic destructor
26427    G__memfunc_setup("~TGMdiVerticalWinResizer", 2431, G__G__Gui3_327_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26428    G__tag_memfunc_reset();
26429 }
26430 
26431 static void G__setup_memfuncTGMdiHorizontalWinResizer(void) {
26432    /* TGMdiHorizontalWinResizer */
26433    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer));
26434    G__memfunc_setup("TGMdiHorizontalWinResizer",2545,G__G__Gui3_328_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiHorizontalWinResizer), -1, 0, 8, 1, 1, 0, 
26435 "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - mdiwin "
26436 "i - 'Int_t' 0 - pos U 'TGGC' - 10 - boxGC "
26437 "i - 'Int_t' 0 - linew i - 'Int_t' 0 'kMdiDefaultResizeMode' mdioptions "
26438 "i - 'Int_t' 0 '5' w i - 'Int_t' 0 '4' h", (char*)NULL, (void*) NULL, 0);
26439    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);
26440    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26441    G__memfunc_setup("Class",502,G__G__Gui3_328_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiHorizontalWinResizer::Class) ), 0);
26442    G__memfunc_setup("Class_Name",982,G__G__Gui3_328_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiHorizontalWinResizer::Class_Name) ), 0);
26443    G__memfunc_setup("Class_Version",1339,G__G__Gui3_328_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiHorizontalWinResizer::Class_Version) ), 0);
26444    G__memfunc_setup("Dictionary",1046,G__G__Gui3_328_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiHorizontalWinResizer::Dictionary) ), 0);
26445    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26446    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);
26447    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);
26448    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_328_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26449    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_328_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiHorizontalWinResizer::DeclFileName) ), 0);
26450    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_328_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiHorizontalWinResizer::ImplFileLine) ), 0);
26451    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_328_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiHorizontalWinResizer::ImplFileName) ), 0);
26452    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_328_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiHorizontalWinResizer::DeclFileLine) ), 0);
26453    // automatic destructor
26454    G__memfunc_setup("~TGMdiHorizontalWinResizer", 2671, G__G__Gui3_328_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26455    G__tag_memfunc_reset();
26456 }
26457 
26458 static void G__setup_memfuncTGMdiCornerWinResizer(void) {
26459    /* TGMdiCornerWinResizer */
26460    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer));
26461    G__memfunc_setup("TGMdiCornerWinResizer",2096,G__G__Gui3_329_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGMdiCornerWinResizer), -1, 0, 8, 1, 1, 0, 
26462 "U 'TGWindow' - 10 - p U 'TGWindow' - 10 - mdiwin "
26463 "i - 'Int_t' 0 - pos U 'TGGC' - 10 - boxGC "
26464 "i - 'Int_t' 0 - linew i - 'Int_t' 0 'kMdiDefaultResizeMode' mdioptions "
26465 "i - 'Int_t' 0 '20' w i - 'Int_t' 0 '20' h", (char*)NULL, (void*) NULL, 0);
26466    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);
26467    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26468    G__memfunc_setup("Class",502,G__G__Gui3_329_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGMdiCornerWinResizer::Class) ), 0);
26469    G__memfunc_setup("Class_Name",982,G__G__Gui3_329_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiCornerWinResizer::Class_Name) ), 0);
26470    G__memfunc_setup("Class_Version",1339,G__G__Gui3_329_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGMdiCornerWinResizer::Class_Version) ), 0);
26471    G__memfunc_setup("Dictionary",1046,G__G__Gui3_329_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGMdiCornerWinResizer::Dictionary) ), 0);
26472    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26473    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);
26474    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);
26475    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_329_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26476    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_329_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiCornerWinResizer::DeclFileName) ), 0);
26477    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_329_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiCornerWinResizer::ImplFileLine) ), 0);
26478    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_329_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGMdiCornerWinResizer::ImplFileName) ), 0);
26479    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_329_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGMdiCornerWinResizer::DeclFileLine) ), 0);
26480    // automatic destructor
26481    G__memfunc_setup("~TGMdiCornerWinResizer", 2222, G__G__Gui3_329_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 0);
26482    G__tag_memfunc_reset();
26483 }
26484 
26485 static void G__setup_memfuncTVirtualDragManager(void) {
26486    /* TVirtualDragManager */
26487    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager));
26488    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26489    G__memfunc_setup("TVirtualDragManager",1908,G__G__Gui3_332_0_2, 105, G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26490    G__memfunc_setup("GetDragType",1088,G__G__Gui3_332_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_EDragType), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26491    G__memfunc_setup("IsMoveWaiting",1318,G__G__Gui3_332_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26492    G__memfunc_setup("IsDragging",991,G__G__Gui3_332_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26493    G__memfunc_setup("IsDropping",1023,G__G__Gui3_332_0_6, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26494    G__memfunc_setup("IsPasting",914,G__G__Gui3_332_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26495    G__memfunc_setup("GetTarget",903,G__G__Gui3_332_0_8, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26496    G__memfunc_setup("GetSource",913,G__G__Gui3_332_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26497    G__memfunc_setup("GetFrameUnder",1289,G__G__Gui3_332_0_10, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26498    G__memfunc_setup("GetPasteFrame",1288,G__G__Gui3_332_0_11, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26499    G__memfunc_setup("SetTarget",915,G__G__Gui3_332_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGFrame' - 0 - f", (char*)NULL, (void*) NULL, 1);
26500    G__memfunc_setup("SetSource",925,G__G__Gui3_332_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGFrame' - 0 - f", (char*)NULL, (void*) NULL, 1);
26501    G__memfunc_setup("SetPasteFrame",1300,G__G__Gui3_332_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGFrame' - 0 - f", (char*)NULL, (void*) NULL, 1);
26502    G__memfunc_setup("StartDrag",908,G__G__Gui3_332_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
26503 "U 'TGFrame' - 0 '0' - i - 'Int_t' 0 '0' - "
26504 "i - 'Int_t' 0 '0' -", (char*)NULL, (void*) NULL, 1);
26505    G__memfunc_setup("EndDrag",661,G__G__Gui3_332_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26506    G__memfunc_setup("Drop",405,G__G__Gui3_332_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26507    G__memfunc_setup("Cancel",582,G__G__Gui3_332_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' -", (char*)NULL, (void*) NULL, 1);
26508    G__memfunc_setup("HandleEvent",1102,G__G__Gui3_332_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
26509    G__memfunc_setup("HandleTimerEvent",1615,G__G__Gui3_332_0_20, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
26510 "U 'Event_t' - 0 - - U 'TTimer' - 0 - -", (char*)NULL, (void*) NULL, 1);
26511    G__memfunc_setup("IgnoreEvent",1126,G__G__Gui3_332_0_21, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
26512    G__memfunc_setup("SetEditable",1094,G__G__Gui3_332_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - -", (char*)NULL, (void*) NULL, 1);
26513    G__memfunc_setup("GetStrartDragX",1398,G__G__Gui3_332_0_23, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26514    G__memfunc_setup("GetStrartDragY",1399,G__G__Gui3_332_0_24, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26515    G__memfunc_setup("GetEndDragX",1037,G__G__Gui3_332_0_25, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26516    G__memfunc_setup("GetEndDragY",1038,G__G__Gui3_332_0_26, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26517    G__memfunc_setup("Instance",821,G__G__Gui3_332_0_27, 85, G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TVirtualDragManager* (*)())(&TVirtualDragManager::Instance) ), 0);
26518    G__memfunc_setup("Class",502,G__G__Gui3_332_0_28, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TVirtualDragManager::Class) ), 0);
26519    G__memfunc_setup("Class_Name",982,G__G__Gui3_332_0_29, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualDragManager::Class_Name) ), 0);
26520    G__memfunc_setup("Class_Version",1339,G__G__Gui3_332_0_30, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TVirtualDragManager::Class_Version) ), 0);
26521    G__memfunc_setup("Dictionary",1046,G__G__Gui3_332_0_31, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TVirtualDragManager::Dictionary) ), 0);
26522    G__memfunc_setup("IsA",253,G__G__Gui3_332_0_32, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26523    G__memfunc_setup("ShowMembers",1132,G__G__Gui3_332_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26524    G__memfunc_setup("Streamer",835,G__G__Gui3_332_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26525    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_332_0_35, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26526    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_332_0_36, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualDragManager::DeclFileName) ), 0);
26527    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_332_0_37, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualDragManager::ImplFileLine) ), 0);
26528    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_332_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TVirtualDragManager::ImplFileName) ), 0);
26529    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_332_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TVirtualDragManager::DeclFileLine) ), 0);
26530    // automatic copy constructor
26531    G__memfunc_setup("TVirtualDragManager", 1908, G__G__Gui3_332_0_40, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager), -1, 0, 1, 1, 1, 0, "u 'TVirtualDragManager' - 11 - -", (char*) NULL, (void*) NULL, 0);
26532    // automatic destructor
26533    G__memfunc_setup("~TVirtualDragManager", 2034, G__G__Gui3_332_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26534    // automatic assignment operator
26535    G__memfunc_setup("operator=", 937, G__G__Gui3_332_0_42, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager), -1, 1, 1, 1, 1, 0, "u 'TVirtualDragManager' - 11 - -", (char*) NULL, (void*) NULL, 0);
26536    G__tag_memfunc_reset();
26537 }
26538 
26539 static void G__setup_memfuncTGuiBldAction(void) {
26540    /* TGuiBldAction */
26541    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction));
26542    G__memfunc_setup("TGuiBldAction",1257,G__G__Gui3_334_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction), -1, 0, 4, 1, 1, 0, 
26543 "C - - 10 '0' name C - - 10 '0' title "
26544 "i - 'Int_t' 0 'kGuiBldCtor' type U 'TGLayoutHints' - 0 '0' hints", (char*)NULL, (void*) NULL, 0);
26545    G__memfunc_setup("Class",502,G__G__Gui3_334_0_2, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGuiBldAction::Class) ), 0);
26546    G__memfunc_setup("Class_Name",982,G__G__Gui3_334_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiBldAction::Class_Name) ), 0);
26547    G__memfunc_setup("Class_Version",1339,G__G__Gui3_334_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGuiBldAction::Class_Version) ), 0);
26548    G__memfunc_setup("Dictionary",1046,G__G__Gui3_334_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGuiBldAction::Dictionary) ), 0);
26549    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26550    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);
26551    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);
26552    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_334_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26553    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_334_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiBldAction::DeclFileName) ), 0);
26554    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_334_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGuiBldAction::ImplFileLine) ), 0);
26555    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_334_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiBldAction::ImplFileName) ), 0);
26556    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_334_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGuiBldAction::DeclFileLine) ), 0);
26557    // automatic copy constructor
26558    G__memfunc_setup("TGuiBldAction", 1257, G__G__Gui3_334_0_14, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction), -1, 0, 1, 1, 1, 0, "u 'TGuiBldAction' - 11 - -", (char*) NULL, (void*) NULL, 0);
26559    // automatic destructor
26560    G__memfunc_setup("~TGuiBldAction", 1383, G__G__Gui3_334_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26561    G__tag_memfunc_reset();
26562 }
26563 
26564 static void G__setup_memfuncTGuiBuilder(void) {
26565    /* TGuiBuilder */
26566    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder));
26567    G__memfunc_setup("TGuiBuilder",1088,G__G__Gui3_335_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26568    G__memfunc_setup("AddAction",871,G__G__Gui3_335_0_2, 121, -1, -1, 0, 2, 1, 1, 0, 
26569 "U 'TGuiBldAction' - 0 - - C - - 10 - -", (char*)NULL, (void*) NULL, 1);
26570    G__memfunc_setup("AddSection",990,G__G__Gui3_335_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 1);
26571    G__memfunc_setup("ExecuteAction",1329,G__G__Gui3_335_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26572    G__memfunc_setup("SetAction",906,G__G__Gui3_335_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGuiBldAction' - 0 - act", (char*)NULL, (void*) NULL, 1);
26573    G__memfunc_setup("GetAction",894,G__G__Gui3_335_0_6, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGuiBldAction), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26574    G__memfunc_setup("IsExecutable",1214,G__G__Gui3_335_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26575    G__memfunc_setup("Show",417,G__G__Gui3_335_0_8, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26576    G__memfunc_setup("Hide",378,G__G__Gui3_335_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26577    G__memfunc_setup("Instance",821,G__G__Gui3_335_0_10, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TGuiBuilder* (*)())(&TGuiBuilder::Instance) ), 0);
26578    G__memfunc_setup("Class",502,G__G__Gui3_335_0_11, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGuiBuilder::Class) ), 0);
26579    G__memfunc_setup("Class_Name",982,G__G__Gui3_335_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiBuilder::Class_Name) ), 0);
26580    G__memfunc_setup("Class_Version",1339,G__G__Gui3_335_0_13, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGuiBuilder::Class_Version) ), 0);
26581    G__memfunc_setup("Dictionary",1046,G__G__Gui3_335_0_14, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGuiBuilder::Dictionary) ), 0);
26582    G__memfunc_setup("IsA",253,G__G__Gui3_335_0_15, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26583    G__memfunc_setup("ShowMembers",1132,G__G__Gui3_335_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26584    G__memfunc_setup("Streamer",835,G__G__Gui3_335_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26585    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_335_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26586    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_335_0_19, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiBuilder::DeclFileName) ), 0);
26587    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_335_0_20, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGuiBuilder::ImplFileLine) ), 0);
26588    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_335_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGuiBuilder::ImplFileName) ), 0);
26589    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_335_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGuiBuilder::DeclFileLine) ), 0);
26590    // automatic copy constructor
26591    G__memfunc_setup("TGuiBuilder", 1088, G__G__Gui3_335_0_23, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder), -1, 0, 1, 1, 1, 0, "u 'TGuiBuilder' - 11 - -", (char*) NULL, (void*) NULL, 0);
26592    // automatic destructor
26593    G__memfunc_setup("~TGuiBuilder", 1214, G__G__Gui3_335_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26594    // automatic assignment operator
26595    G__memfunc_setup("operator=", 937, G__G__Gui3_335_0_25, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder), -1, 1, 1, 1, 1, 0, "u 'TGuiBuilder' - 11 - -", (char*) NULL, (void*) NULL, 0);
26596    G__tag_memfunc_reset();
26597 }
26598 
26599 static void G__setup_memfuncTGRedirectOutputGuard(void) {
26600    /* TGRedirectOutputGuard */
26601    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGRedirectOutputGuard));
26602    G__memfunc_setup("TGRedirectOutputGuard",2129,G__G__Gui3_336_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGRedirectOutputGuard), -1, 0, 3, 1, 1, 0, 
26603 "U 'TGTextView' - 0 - tv C - - 10 '0' flog "
26604 "C - - 10 '\"a\"' mode", (char*)NULL, (void*) NULL, 0);
26605    G__memfunc_setup("Update",611,G__G__Gui3_336_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", "Update window with file content", (void*) NULL, 0);
26606    G__memfunc_setup("Class",502,G__G__Gui3_336_0_3, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGRedirectOutputGuard::Class) ), 0);
26607    G__memfunc_setup("Class_Name",982,G__G__Gui3_336_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGRedirectOutputGuard::Class_Name) ), 0);
26608    G__memfunc_setup("Class_Version",1339,G__G__Gui3_336_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGRedirectOutputGuard::Class_Version) ), 0);
26609    G__memfunc_setup("Dictionary",1046,G__G__Gui3_336_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGRedirectOutputGuard::Dictionary) ), 0);
26610    G__memfunc_setup("IsA",253,G__G__Gui3_336_0_7, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26611    G__memfunc_setup("ShowMembers",1132,G__G__Gui3_336_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26612    G__memfunc_setup("Streamer",835,G__G__Gui3_336_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26613    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_336_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26614    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_336_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGRedirectOutputGuard::DeclFileName) ), 0);
26615    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_336_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGRedirectOutputGuard::ImplFileLine) ), 0);
26616    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_336_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGRedirectOutputGuard::ImplFileName) ), 0);
26617    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_336_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGRedirectOutputGuard::DeclFileLine) ), 0);
26618    // automatic copy constructor
26619    G__memfunc_setup("TGRedirectOutputGuard", 2129, G__G__Gui3_336_0_15, (int) ('i'), 
26620 G__get_linked_tagnum(&G__G__Gui3LN_TGRedirectOutputGuard), -1, 0, 1, 1, 1, 0, "u 'TGRedirectOutputGuard' - 11 - -", (char*) NULL, (void*) NULL, 0);
26621    // automatic destructor
26622    G__memfunc_setup("~TGRedirectOutputGuard", 2255, G__G__Gui3_336_0_16, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26623    // automatic assignment operator
26624    G__memfunc_setup("operator=", 937, G__G__Gui3_336_0_17, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TGRedirectOutputGuard), -1, 1, 1, 1, 1, 0, "u 'TGRedirectOutputGuard' - 11 - -", (char*) NULL, (void*) NULL, 0);
26625    G__tag_memfunc_reset();
26626 }
26627 
26628 static void G__setup_memfuncTGPasswdDialog(void) {
26629    /* TGPasswdDialog */
26630    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGPasswdDialog));
26631    G__memfunc_setup("TGPasswdDialog",1373,G__G__Gui3_338_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGPasswdDialog), -1, 0, 5, 1, 1, 0, 
26632 "C - - 10 - prompt C - - 0 - pwdbuf "
26633 "i - 'Int_t' 0 - pwdlenmax h - 'UInt_t' 0 '400' w "
26634 "h - 'UInt_t' 0 '400' h", (char*)NULL, (void*) NULL, 0);
26635    G__memfunc_setup("ReturnPressed",1366,G__G__Gui3_338_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26636    G__memfunc_setup("CloseWindow",1134,G__G__Gui3_338_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26637    G__memfunc_setup("DoClose",681,G__G__Gui3_338_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26638    G__memfunc_setup("Class",502,G__G__Gui3_338_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGPasswdDialog::Class) ), 0);
26639    G__memfunc_setup("Class_Name",982,G__G__Gui3_338_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGPasswdDialog::Class_Name) ), 0);
26640    G__memfunc_setup("Class_Version",1339,G__G__Gui3_338_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGPasswdDialog::Class_Version) ), 0);
26641    G__memfunc_setup("Dictionary",1046,G__G__Gui3_338_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGPasswdDialog::Dictionary) ), 0);
26642    G__memfunc_setup("IsA",253,G__G__Gui3_338_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26643    G__memfunc_setup("ShowMembers",1132,G__G__Gui3_338_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
26644    G__memfunc_setup("Streamer",835,G__G__Gui3_338_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
26645    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_338_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26646    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_338_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGPasswdDialog::DeclFileName) ), 0);
26647    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_338_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGPasswdDialog::ImplFileLine) ), 0);
26648    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_338_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGPasswdDialog::ImplFileName) ), 0);
26649    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_338_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGPasswdDialog::DeclFileLine) ), 0);
26650    // automatic copy constructor
26651    G__memfunc_setup("TGPasswdDialog", 1373, G__G__Gui3_338_0_17, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TGPasswdDialog), -1, 0, 1, 1, 1, 0, "u 'TGPasswdDialog' - 11 - -", (char*) NULL, (void*) NULL, 0);
26652    // automatic destructor
26653    G__memfunc_setup("~TGPasswdDialog", 1499, G__G__Gui3_338_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26654    // automatic assignment operator
26655    G__memfunc_setup("operator=", 937, G__G__Gui3_338_0_19, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TGPasswdDialog), -1, 1, 1, 1, 1, 0, "u 'TGPasswdDialog' - 11 - -", (char*) NULL, (void*) NULL, 0);
26656    G__tag_memfunc_reset();
26657 }
26658 
26659 static void G__setup_memfuncTGTextEditor(void) {
26660    /* TGTextEditor */
26661    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor));
26662    G__memfunc_setup("Build",496,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26663    G__memfunc_setup("TGTextEditor",1191,G__G__Gui3_358_0_2, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor), -1, 0, 4, 1, 1, 0, 
26664 "C - - 10 '0' filename U 'TGWindow' - 10 '0' p "
26665 "h - 'UInt_t' 0 '900' w h - 'UInt_t' 0 '600' h", (char*)NULL, (void*) NULL, 0);
26666    G__memfunc_setup("TGTextEditor",1191,G__G__Gui3_358_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTextEditor), -1, 0, 4, 1, 1, 0, 
26667 "U 'TMacro' - 0 - macro U 'TGWindow' - 10 '0' p "
26668 "h - 'UInt_t' 0 '0' w h - 'UInt_t' 0 '0' h", (char*)NULL, (void*) NULL, 0);
26669    G__memfunc_setup("ClearText",908,G__G__Gui3_358_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26670    G__memfunc_setup("LoadBuffer",986,G__G__Gui3_358_0_5, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "C - - 10 - buf", (char*)NULL, (void*) NULL, 0);
26671    G__memfunc_setup("LoadFile",768,G__G__Gui3_358_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 0 '0' fname", (char*)NULL, (void*) NULL, 0);
26672    G__memfunc_setup("SaveFile",783,G__G__Gui3_358_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - fname", (char*)NULL, (void*) NULL, 0);
26673    G__memfunc_setup("SaveFileAs",963,G__G__Gui3_358_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26674    G__memfunc_setup("PrintText",946,G__G__Gui3_358_0_9, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26675    G__memfunc_setup("Search",598,G__G__Gui3_358_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - ret", (char*)NULL, (void*) NULL, 0);
26676    G__memfunc_setup("Goto",409,G__G__Gui3_358_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26677    G__memfunc_setup("About",507,G__G__Gui3_358_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26678    G__memfunc_setup("DataChanged",1060,G__G__Gui3_358_0_13, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26679    G__memfunc_setup("DataDropped",1096,G__G__Gui3_358_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 0 - fname", (char*)NULL, (void*) NULL, 0);
26680    G__memfunc_setup("IsSaved",687,G__G__Gui3_358_0_15, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26681    G__memfunc_setup("CompileMacro",1211,G__G__Gui3_358_0_16, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26682    G__memfunc_setup("ExecuteMacro",1221,G__G__Gui3_358_0_17, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26683    G__memfunc_setup("InterruptMacro",1471,G__G__Gui3_358_0_18, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26684    G__memfunc_setup("SetText",721,G__G__Gui3_358_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGText' - 0 - text", (char*)NULL, (void*) NULL, 0);
26685    G__memfunc_setup("AddText",686,G__G__Gui3_358_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGText' - 0 - text", (char*)NULL, (void*) NULL, 0);
26686    G__memfunc_setup("AddLine",657,G__G__Gui3_358_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - string", (char*)NULL, (void*) NULL, 0);
26687    G__memfunc_setup("AddLineFast",1055,G__G__Gui3_358_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - string", (char*)NULL, (void*) NULL, 0);
26688    G__memfunc_setup("GetText",709,G__G__Gui3_358_0_23, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGText), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26689    G__memfunc_setup("ProcessMessage",1444,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
26690 "l - 'Long_t' 0 - msg l - 'Long_t' 0 - parm1 "
26691 "l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
26692    G__memfunc_setup("HandleKey",885,(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);
26693    G__memfunc_setup("HandleTimer",1101,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TTimer' - 0 - t", (char*)NULL, (void*) NULL, 1);
26694    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26695    G__memfunc_setup("DeleteWindow",1227,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26696    G__memfunc_setup("Class",502,G__G__Gui3_358_0_29, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGTextEditor::Class) ), 0);
26697    G__memfunc_setup("Class_Name",982,G__G__Gui3_358_0_30, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTextEditor::Class_Name) ), 0);
26698    G__memfunc_setup("Class_Version",1339,G__G__Gui3_358_0_31, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGTextEditor::Class_Version) ), 0);
26699    G__memfunc_setup("Dictionary",1046,G__G__Gui3_358_0_32, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGTextEditor::Dictionary) ), 0);
26700    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26701    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);
26702    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);
26703    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_358_0_36, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26704    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_358_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTextEditor::DeclFileName) ), 0);
26705    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_358_0_38, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTextEditor::ImplFileLine) ), 0);
26706    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_358_0_39, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTextEditor::ImplFileName) ), 0);
26707    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_358_0_40, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTextEditor::DeclFileLine) ), 0);
26708    // automatic destructor
26709    G__memfunc_setup("~TGTextEditor", 1317, G__G__Gui3_358_0_41, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26710    G__tag_memfunc_reset();
26711 }
26712 
26713 static void G__setup_memfuncTGSpeedo(void) {
26714    /* TGSpeedo */
26715    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo));
26716    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26717    G__memfunc_setup("DrawNeedle",987,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
26718    G__memfunc_setup("DrawText",819,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
26719    G__memfunc_setup("Translate",942,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 2, 0, 
26720 "f - 'Float_t' 0 - val f - 'Float_t' 0 - angle "
26721 "I - 'Int_t' 0 - x I - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
26722    G__memfunc_setup("TGSpeedo",763,G__G__Gui3_375_0_5, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo), -1, 0, 2, 1, 1, 0, 
26723 "U 'TGWindow' - 10 '0' p i - - 0 '-1' id", (char*)NULL, (void*) NULL, 0);
26724    G__memfunc_setup("TGSpeedo",763,G__G__Gui3_375_0_6, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGSpeedo), -1, 0, 8, 1, 1, 0, 
26725 "U 'TGWindow' - 10 - p f - 'Float_t' 0 - smin "
26726 "f - 'Float_t' 0 - smax C - - 10 '\"\"' lbl1 "
26727 "C - - 10 '\"\"' lbl2 C - - 10 '\"\"' dsp1 "
26728 "C - - 10 '\"\"' dsp2 i - - 0 '-1' id", (char*)NULL, (void*) NULL, 0);
26729    G__memfunc_setup("GetDefaultSize",1408,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__Gui3LN_TGDimension), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26730    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);
26731    G__memfunc_setup("GetPicture",1020,G__G__Gui3_375_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGPicture), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
26732    G__memfunc_setup("GetImage",771,G__G__Gui3_375_0_10, 85, G__get_linked_tagnum(&G__G__Gui3LN_TImage), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26733    G__memfunc_setup("GetPeakVal",964,G__G__Gui3_375_0_11, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26734    G__memfunc_setup("GetScaleMin",1068,G__G__Gui3_375_0_12, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26735    G__memfunc_setup("GetScaleMax",1070,G__G__Gui3_375_0_13, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26736    G__memfunc_setup("IsThresholdActive",1733,G__G__Gui3_375_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26737    G__memfunc_setup("Build",496,G__G__Gui3_375_0_15, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26738    G__memfunc_setup("Glow",409,G__G__Gui3_375_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "i 'TGSpeedo::EGlowColor' - 0 'kGreen' col", (char*)NULL, (void*) NULL, 0);
26739    G__memfunc_setup("StepScale",900,G__G__Gui3_375_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - step", (char*)NULL, (void*) NULL, 0);
26740    G__memfunc_setup("SetScaleValue",1297,G__G__Gui3_375_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - val", (char*)NULL, (void*) NULL, 0);
26741    G__memfunc_setup("SetScaleValue",1297,G__G__Gui3_375_0_19, 121, -1, -1, 0, 2, 1, 1, 0, 
26742 "f - 'Float_t' 0 - val i - 'Int_t' 0 - damping", (char*)NULL, (void*) NULL, 0);
26743    G__memfunc_setup("SetOdoValue",1099,G__G__Gui3_375_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - val", (char*)NULL, (void*) NULL, 0);
26744    G__memfunc_setup("SetDisplayText",1447,G__G__Gui3_375_0_21, 121, -1, -1, 0, 2, 1, 1, 0, 
26745 "C - - 10 - text1 C - - 10 '\"\"' text2", (char*)NULL, (void*) NULL, 0);
26746    G__memfunc_setup("SetLabelText",1201,G__G__Gui3_375_0_22, 121, -1, -1, 0, 2, 1, 1, 0, 
26747 "C - - 10 - text1 C - - 10 '\"\"' text2", (char*)NULL, (void*) NULL, 0);
26748    G__memfunc_setup("SetMinMaxScale",1374,G__G__Gui3_375_0_23, 121, -1, -1, 0, 2, 1, 1, 0, 
26749 "f - 'Float_t' 0 - min f - 'Float_t' 0 - max", (char*)NULL, (void*) NULL, 0);
26750    G__memfunc_setup("SetThresholds",1356,G__G__Gui3_375_0_24, 121, -1, -1, 0, 3, 1, 1, 0, 
26751 "f - 'Float_t' 0 '0.0' th1 f - 'Float_t' 0 '0.0' th2 "
26752 "f - 'Float_t' 0 '0.0' th3", (char*)NULL, (void*) NULL, 0);
26753    G__memfunc_setup("SetThresholdColors",1867,G__G__Gui3_375_0_25, 121, -1, -1, 0, 3, 1, 1, 0, 
26754 "i 'TGSpeedo::EGlowColor' - 0 - col1 i 'TGSpeedo::EGlowColor' - 0 - col2 "
26755 "i 'TGSpeedo::EGlowColor' - 0 - col3", (char*)NULL, (void*) NULL, 0);
26756    G__memfunc_setup("EnableThreshold",1524,G__G__Gui3_375_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26757    G__memfunc_setup("DisableThreshold",1633,G__G__Gui3_375_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26758    G__memfunc_setup("EnablePeakMark",1363,G__G__Gui3_375_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26759    G__memfunc_setup("DisablePeakMark",1472,G__G__Gui3_375_0_29, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26760    G__memfunc_setup("EnableMeanMark",1363,G__G__Gui3_375_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26761    G__memfunc_setup("DisableMeanMark",1472,G__G__Gui3_375_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26762    G__memfunc_setup("ResetPeakVal",1191,G__G__Gui3_375_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
26763    G__memfunc_setup("SetMeanValue",1194,G__G__Gui3_375_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - mean", (char*)NULL, (void*) NULL, 0);
26764    G__memfunc_setup("OdoClicked",977,G__G__Gui3_375_0_34, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 0);
26765    G__memfunc_setup("LedClicked",964,G__G__Gui3_375_0_35, 121, -1, -1, 0, 0, 1, 1, 0, "", "*SIGNAL*", (void*) NULL, 0);
26766    G__memfunc_setup("Class",502,G__G__Gui3_375_0_36, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGSpeedo::Class) ), 0);
26767    G__memfunc_setup("Class_Name",982,G__G__Gui3_375_0_37, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSpeedo::Class_Name) ), 0);
26768    G__memfunc_setup("Class_Version",1339,G__G__Gui3_375_0_38, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGSpeedo::Class_Version) ), 0);
26769    G__memfunc_setup("Dictionary",1046,G__G__Gui3_375_0_39, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGSpeedo::Dictionary) ), 0);
26770    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26771    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);
26772    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);
26773    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_375_0_43, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26774    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_375_0_44, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSpeedo::DeclFileName) ), 0);
26775    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_375_0_45, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSpeedo::ImplFileLine) ), 0);
26776    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_375_0_46, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSpeedo::ImplFileName) ), 0);
26777    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_375_0_47, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSpeedo::DeclFileLine) ), 0);
26778    // automatic destructor
26779    G__memfunc_setup("~TGSpeedo", 889, G__G__Gui3_375_0_48, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26780    G__tag_memfunc_reset();
26781 }
26782 
26783 static void G__setup_memfuncTGDragWindow(void) {
26784    /* TGDragWindow */
26785    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow));
26786    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26787    G__memfunc_setup("TGDragWindow",1169,G__G__Gui3_377_0_2, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGDragWindow), -1, 0, 5, 1, 1, 0, 
26788 "U 'TGWindow' - 10 - p k - 'Pixmap_t' 0 - pic "
26789 "k - 'Pixmap_t' 0 - mask h - 'UInt_t' 0 'kChildFrame' options "
26790 "k - 'Pixel_t' 0 'GetWhitePixel()' back", (char*)NULL, (void*) NULL, 0);
26791    G__memfunc_setup("GetDefaultSize",1408,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__Gui3LN_TGDimension), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26792    G__memfunc_setup("MapWindow",918,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26793    G__memfunc_setup("UnmapWindow",1145,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26794    G__memfunc_setup("RaiseWindow",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26795    G__memfunc_setup("LowerWindow",1153,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26796    G__memfunc_setup("MapRaised",886,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26797    G__memfunc_setup("Layout",638,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26798    G__memfunc_setup("GetInputId",989,G__G__Gui3_377_0_10, 107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
26799    G__memfunc_setup("HasWindow",916,G__G__Gui3_377_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 8, "k - 'Window_t' 0 - w", (char*)NULL, (void*) NULL, 0);
26800    G__memfunc_setup("Class",502,G__G__Gui3_377_0_12, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGDragWindow::Class) ), 0);
26801    G__memfunc_setup("Class_Name",982,G__G__Gui3_377_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDragWindow::Class_Name) ), 0);
26802    G__memfunc_setup("Class_Version",1339,G__G__Gui3_377_0_14, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGDragWindow::Class_Version) ), 0);
26803    G__memfunc_setup("Dictionary",1046,G__G__Gui3_377_0_15, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGDragWindow::Dictionary) ), 0);
26804    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26805    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);
26806    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);
26807    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_377_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26808    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_377_0_20, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDragWindow::DeclFileName) ), 0);
26809    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_377_0_21, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDragWindow::ImplFileLine) ), 0);
26810    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_377_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGDragWindow::ImplFileName) ), 0);
26811    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_377_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGDragWindow::DeclFileLine) ), 0);
26812    // automatic destructor
26813    G__memfunc_setup("~TGDragWindow", 1295, G__G__Gui3_377_0_24, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26814    G__tag_memfunc_reset();
26815 }
26816 
26817 static void G__setup_memfuncTGTable(void) {
26818    /* TGTable */
26819    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTable));
26820    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26821    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26822    G__memfunc_setup("Expand",608,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
26823 "h - 'UInt_t' 0 - nrows h - 'UInt_t' 0 - ncolumns", (char*)NULL, (void*) NULL, 1);
26824    G__memfunc_setup("ExpandColumns",1345,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "h - 'UInt_t' 0 - ncolumns", (char*)NULL, (void*) NULL, 1);
26825    G__memfunc_setup("ExpandRows",1035,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "h - 'UInt_t' 0 - nrows", (char*)NULL, (void*) NULL, 1);
26826    G__memfunc_setup("GetRHdrHeight",1257,(G__InterfaceMethod) NULL, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 1);
26827    G__memfunc_setup("GetCHdrWidth",1153,(G__InterfaceMethod) NULL, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 2, 8, "", (char*)NULL, (void*) NULL, 1);
26828    G__memfunc_setup("Shrink",623,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
26829 "h - 'UInt_t' 0 - nrows h - 'UInt_t' 0 - ncolumns", (char*)NULL, (void*) NULL, 1);
26830    G__memfunc_setup("ShrinkColumns",1360,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "h - 'UInt_t' 0 - ncolumns", (char*)NULL, (void*) NULL, 1);
26831    G__memfunc_setup("ShrinkRows",1050,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "h - 'UInt_t' 0 - nrows", (char*)NULL, (void*) NULL, 1);
26832    G__memfunc_setup("UpdateHeaders",1311,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "i 'EHeaderType' - 0 - type", (char*)NULL, (void*) NULL, 1);
26833    G__memfunc_setup("SetInterface",1213,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
26834 "U 'TVirtualTableInterface' - 0 - interface h - 'UInt_t' 0 '50' nrows "
26835 "h - 'UInt_t' 0 '20' ncolumns", (char*)NULL, (void*) NULL, 1);
26836    G__memfunc_setup("ResizeTable",1114,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
26837 "h - 'UInt_t' 0 - nrows h - 'UInt_t' 0 - ncolumns", (char*)NULL, (void*) NULL, 1);
26838    G__memfunc_setup("UpdateRangeFrame",1595,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26839    G__memfunc_setup("TGTable",643,G__G__Gui3_378_0_15, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTable), -1, 0, 5, 1, 1, 0, 
26840 "U 'TGWindow' - 10 '0' p i - 'Int_t' 0 '0' id "
26841 "U 'TVirtualTableInterface' - 0 '0' interface h - 'UInt_t' 0 '50' nrows "
26842 "h - 'UInt_t' 0 '20' ncolumns", (char*)NULL, (void*) NULL, 0);
26843    G__memfunc_setup("GetRow",600,G__G__Gui3_378_0_16, 85, G__get_linked_tagnum(&G__G__Gui3LN_TObjArray), -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - row", (char*)NULL, (void*) NULL, 1);
26844    G__memfunc_setup("GetColumn",910,G__G__Gui3_378_0_17, 85, G__get_linked_tagnum(&G__G__Gui3LN_TObjArray), -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - columns", (char*)NULL, (void*) NULL, 1);
26845    G__memfunc_setup("GetCell",672,G__G__Gui3_378_0_18, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell), -1, 0, 2, 1, 1, 9, 
26846 "h - 'UInt_t' 0 - i h - 'UInt_t' 0 - j", (char*)NULL, (void*) NULL, 1);
26847    G__memfunc_setup("GetCell",672,G__G__Gui3_378_0_19, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell), -1, 0, 2, 1, 1, 0, 
26848 "h - 'UInt_t' 0 - i h - 'UInt_t' 0 - j", (char*)NULL, (void*) NULL, 1);
26849    G__memfunc_setup("FindCell",769,G__G__Gui3_378_0_20, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell), -1, 0, 1, 1, 1, 9, "u 'TGString' - 0 - label", (char*)NULL, (void*) NULL, 1);
26850    G__memfunc_setup("FindCell",769,G__G__Gui3_378_0_21, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell), -1, 0, 1, 1, 1, 0, "u 'TGString' - 0 - label", (char*)NULL, (void*) NULL, 1);
26851    G__memfunc_setup("Show",417,G__G__Gui3_378_0_22, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26852    G__memfunc_setup("UpdateView",1022,G__G__Gui3_378_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26853    G__memfunc_setup("GetNTableRows",1281,G__G__Gui3_378_0_24, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26854    G__memfunc_setup("GetNDataRows",1171,G__G__Gui3_378_0_25, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26855    G__memfunc_setup("GetNTableColumns",1591,G__G__Gui3_378_0_26, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26856    G__memfunc_setup("GetNDataColumns",1481,G__G__Gui3_378_0_27, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26857    G__memfunc_setup("GetNTableCells",1353,G__G__Gui3_378_0_28, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26858    G__memfunc_setup("GetNDataCells",1243,G__G__Gui3_378_0_29, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26859    G__memfunc_setup("GetCurrentRange",1520,G__G__Gui3_378_0_30, 85, G__get_linked_tagnum(&G__G__Gui3LN_TTableRange), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 1);
26860    G__memfunc_setup("GetInterface",1201,G__G__Gui3_378_0_31, 85, G__get_linked_tagnum(&G__G__Gui3LN_TVirtualTableInterface), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26861    G__memfunc_setup("GetCanvas",892,G__G__Gui3_378_0_32, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGCanvas), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26862    G__memfunc_setup("GetRHdrFrame",1147,G__G__Gui3_378_0_33, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1);
26863    G__memfunc_setup("GetCHdrFrame",1132,G__G__Gui3_378_0_34, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame), -1, 0, 0, 1, 1, 1, "", (char*)NULL, (void*) NULL, 1);
26864    G__memfunc_setup("GetRowHeader",1185,G__G__Gui3_378_0_35, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader), -1, 0, 1, 1, 1, 9, "h - 'UInt_t' 10 - row", (char*)NULL, (void*) NULL, 1);
26865    G__memfunc_setup("GetRowHeader",1185,G__G__Gui3_378_0_36, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader), -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 10 - row", (char*)NULL, (void*) NULL, 1);
26866    G__memfunc_setup("GetColumnHeader",1495,G__G__Gui3_378_0_37, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader), -1, 0, 1, 1, 1, 9, "h - 'UInt_t' 10 - column", (char*)NULL, (void*) NULL, 1);
26867    G__memfunc_setup("GetColumnHeader",1495,G__G__Gui3_378_0_38, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader), -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 10 - column", (char*)NULL, (void*) NULL, 1);
26868    G__memfunc_setup("GetTableHeader",1361,G__G__Gui3_378_0_39, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26869    G__memfunc_setup("GetRowBackground",1624,G__G__Gui3_378_0_40, 107, -1, G__defined_typename("Pixel_t"), 0, 1, 1, 1, 8, "h - 'UInt_t' 0 - row", (char*)NULL, (void*) NULL, 1);
26870    G__memfunc_setup("GetHeaderBackground",1897,G__G__Gui3_378_0_41, 107, -1, G__defined_typename("Pixel_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26871    G__memfunc_setup("SetOddRowBackground",1915,G__G__Gui3_378_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - pixel", (char*)NULL, (void*) NULL, 1);
26872    G__memfunc_setup("SetEvenRowBackground",2034,G__G__Gui3_378_0_43, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - pixel", (char*)NULL, (void*) NULL, 1);
26873    G__memfunc_setup("SetHeaderBackground",1909,G__G__Gui3_378_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixel_t' 0 - pixel", (char*)NULL, (void*) NULL, 1);
26874    G__memfunc_setup("SetDefaultColors",1635,G__G__Gui3_378_0_45, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26875    G__memfunc_setup("MoveTable",895,G__G__Gui3_378_0_46, 121, -1, -1, 0, 2, 1, 1, 0, 
26876 "i - 'Int_t' 0 - rows i - 'Int_t' 0 - columns", (char*)NULL, (void*) NULL, 1);
26877    G__memfunc_setup("GotoTableRange",1390,G__G__Gui3_378_0_47, 121, -1, -1, 0, 4, 1, 1, 0, 
26878 "i - 'Int_t' 0 - xtl i - 'Int_t' 0 - ytl "
26879 "i - 'Int_t' 0 - xbr i - 'Int_t' 0 - ybr", (char*)NULL, (void*) NULL, 1);
26880    G__memfunc_setup("operator()",957,G__G__Gui3_378_0_48, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell), -1, 0, 2, 1, 1, 0, 
26881 "h - 'UInt_t' 0 - row h - 'UInt_t' 0 - column", (char*)NULL, (void*) NULL, 1);
26882    G__memfunc_setup("ScrollCHeaders",1390,G__G__Gui3_378_0_49, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - xpos", (char*)NULL, (void*) NULL, 1);
26883    G__memfunc_setup("ScrollRHeaders",1405,G__G__Gui3_378_0_50, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - ypos", (char*)NULL, (void*) NULL, 1);
26884    G__memfunc_setup("NextChunk",920,G__G__Gui3_378_0_51, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26885    G__memfunc_setup("PreviousChunk",1366,G__G__Gui3_378_0_52, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26886    G__memfunc_setup("UserRangeChange",1490,G__G__Gui3_378_0_53, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26887    G__memfunc_setup("Goto",409,G__G__Gui3_378_0_54, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26888    G__memfunc_setup("Update",611,G__G__Gui3_378_0_55, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26889    G__memfunc_setup("Class",502,G__G__Gui3_378_0_56, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGTable::Class) ), 0);
26890    G__memfunc_setup("Class_Name",982,G__G__Gui3_378_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTable::Class_Name) ), 0);
26891    G__memfunc_setup("Class_Version",1339,G__G__Gui3_378_0_58, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGTable::Class_Version) ), 0);
26892    G__memfunc_setup("Dictionary",1046,G__G__Gui3_378_0_59, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGTable::Dictionary) ), 0);
26893    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26894    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);
26895    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);
26896    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_378_0_63, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26897    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_378_0_64, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTable::DeclFileName) ), 0);
26898    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_378_0_65, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTable::ImplFileLine) ), 0);
26899    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_378_0_66, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTable::ImplFileName) ), 0);
26900    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_378_0_67, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTable::DeclFileLine) ), 0);
26901    // automatic destructor
26902    G__memfunc_setup("~TGTable", 769, G__G__Gui3_378_0_68, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26903    G__tag_memfunc_reset();
26904 }
26905 
26906 static void G__setup_memfuncTGTableCell(void) {
26907    /* TGTableCell */
26908    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell));
26909    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26910    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26911    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
26912 "k - 'Handle_t' 0 - id i - 'Int_t' 0 - x "
26913 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
26914    G__memfunc_setup("MoveDraw",805,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
26915 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
26916    G__memfunc_setup("Resize",626,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
26917 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
26918    G__memfunc_setup("Resize",626,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "u 'TGDimension' - 0 - newsize", (char*)NULL, (void*) NULL, 1);
26919    G__memfunc_setup("Highlight",920,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
26920    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 2, 0, "g - 'Bool_t' 0 - resize", (char*)NULL, (void*) NULL, 0);
26921    G__memfunc_setup("GetDefaultFontStruct",2049,G__G__Gui3_380_0_9, 107, -1, G__defined_typename("FontStruct_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (FontStruct_t (*)())(&TGTableCell::GetDefaultFontStruct) ), 0);
26922    G__memfunc_setup("GetDefaultGC",1135,G__G__Gui3_380_0_10, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGGC), -1, 1, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const TGGC& (*)())(&TGTableCell::GetDefaultGC) ), 0);
26923    G__memfunc_setup("TGTableCell",1027,G__G__Gui3_380_0_11, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell), -1, 0, 11, 1, 1, 0, 
26924 "U 'TGWindow' - 10 '0' p U 'TGTable' - 0 '0' table "
26925 "U 'TGString' - 0 '0' label h - 'UInt_t' 0 '0' row "
26926 "h - 'UInt_t' 0 '0' column h - 'UInt_t' 0 '80' width "
26927 "h - 'UInt_t' 0 '25' height k - 'GContext_t' 0 'GetDefaultGC()()' norm "
26928 "k - 'FontStruct_t' 0 'GetDefaultFontStruct()' font h - 'UInt_t' 0 '0' option "
26929 "g - 'Bool_t' 0 'kTRUE' resize", (char*)NULL, (void*) NULL, 0);
26930    G__memfunc_setup("TGTableCell",1027,G__G__Gui3_380_0_12, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTableCell), -1, 0, 11, 1, 1, 0, 
26931 "U 'TGWindow' - 10 - p U 'TGTable' - 0 - table "
26932 "C - - 10 - label h - 'UInt_t' 0 '0' row "
26933 "h - 'UInt_t' 0 '0' column h - 'UInt_t' 0 '80' width "
26934 "h - 'UInt_t' 0 '25' height k - 'GContext_t' 0 'GetDefaultGC()()' norm "
26935 "k - 'FontStruct_t' 0 'GetDefaultFontStruct()' font h - 'UInt_t' 0 '0' option "
26936 "g - 'Bool_t' 0 'kTRUE' resize", (char*)NULL, (void*) NULL, 0);
26937    G__memfunc_setup("DrawCopy",809,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
26938 "k - 'Handle_t' 0 - id i - 'Int_t' 0 - x "
26939 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
26940    G__memfunc_setup("SetLabel",780,G__G__Gui3_380_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - label", (char*)NULL, (void*) NULL, 1);
26941    G__memfunc_setup("SetImage",783,G__G__Gui3_380_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGPicture' - 0 - image", (char*)NULL, (void*) NULL, 1);
26942    G__memfunc_setup("SetTextJustify",1471,G__G__Gui3_380_0_16, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - tmode", (char*)NULL, (void*) NULL, 1);
26943    G__memfunc_setup("SetFont",707,G__G__Gui3_380_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "k - 'FontStruct_t' 0 - font", (char*)NULL, (void*) NULL, 1);
26944    G__memfunc_setup("SetFont",707,G__G__Gui3_380_0_18, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - fontName", (char*)NULL, (void*) NULL, 1);
26945    G__memfunc_setup("Select",608,G__G__Gui3_380_0_19, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26946    G__memfunc_setup("SelectRow",920,G__G__Gui3_380_0_20, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26947    G__memfunc_setup("SelectColumn",1230,G__G__Gui3_380_0_21, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26948    G__memfunc_setup("GetColumn",910,G__G__Gui3_380_0_22, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26949    G__memfunc_setup("GetRow",600,G__G__Gui3_380_0_23, 104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26950    G__memfunc_setup("GetLabel",768,G__G__Gui3_380_0_24, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGString), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26951    G__memfunc_setup("GetImage",771,G__G__Gui3_380_0_25, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGPicture), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26952    G__memfunc_setup("GetWidth",800,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26953    G__memfunc_setup("GetHeight",889,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26954    G__memfunc_setup("GetSize",699,(G__InterfaceMethod) NULL,117, G__get_linked_tagnum(&G__G__Gui3LN_TGDimension), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26955    G__memfunc_setup("GetTextJustify",1459,G__G__Gui3_380_0_29, 105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26956    G__memfunc_setup("Class",502,G__G__Gui3_380_0_30, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGTableCell::Class) ), 0);
26957    G__memfunc_setup("Class_Name",982,G__G__Gui3_380_0_31, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableCell::Class_Name) ), 0);
26958    G__memfunc_setup("Class_Version",1339,G__G__Gui3_380_0_32, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGTableCell::Class_Version) ), 0);
26959    G__memfunc_setup("Dictionary",1046,G__G__Gui3_380_0_33, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGTableCell::Dictionary) ), 0);
26960    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
26961    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);
26962    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);
26963    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_380_0_37, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
26964    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_380_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableCell::DeclFileName) ), 0);
26965    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_380_0_39, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTableCell::ImplFileLine) ), 0);
26966    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_380_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableCell::ImplFileName) ), 0);
26967    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_380_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTableCell::DeclFileLine) ), 0);
26968    // automatic destructor
26969    G__memfunc_setup("~TGTableCell", 1153, G__G__Gui3_380_0_42, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
26970    G__tag_memfunc_reset();
26971 }
26972 
26973 static void G__setup_memfuncTGTableHeader(void) {
26974    /* TGTableHeader */
26975    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader));
26976    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
26977    G__memfunc_setup("TGTableHeader",1228,G__G__Gui3_382_0_2, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader), -1, 0, 10, 1, 1, 0, 
26978 "U 'TGWindow' - 10 '0' p U 'TGTable' - 0 '0' table "
26979 "U 'TGString' - 0 '0' label h - 'UInt_t' 0 '0' position "
26980 "i 'EHeaderType' - 0 'kColumnHeader' type h - 'UInt_t' 0 '80' width "
26981 "h - 'UInt_t' 0 '25' height k - 'GContext_t' 0 'GetDefaultGC()()' norm "
26982 "k - 'FontStruct_t' 0 'GetDefaultFontStruct()' font h - 'UInt_t' 0 '0' option", (char*)NULL, (void*) NULL, 0);
26983    G__memfunc_setup("TGTableHeader",1228,G__G__Gui3_382_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeader), -1, 0, 10, 1, 1, 0, 
26984 "U 'TGWindow' - 10 - p U 'TGTable' - 0 - table "
26985 "C - - 10 - label h - 'UInt_t' 0 - position "
26986 "i 'EHeaderType' - 0 'kColumnHeader' type h - 'UInt_t' 0 '80' width "
26987 "h - 'UInt_t' 0 '25' height k - 'GContext_t' 0 'GetDefaultGC()()' norm "
26988 "k - 'FontStruct_t' 0 'GetDefaultFontStruct()' font h - 'UInt_t' 0 '0' option", (char*)NULL, (void*) NULL, 0);
26989    G__memfunc_setup("SetWidth",812,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - width", (char*)NULL, (void*) NULL, 1);
26990    G__memfunc_setup("SetHeight",901,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
26991    G__memfunc_setup("SetLabel",780,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - label", (char*)NULL, (void*) NULL, 1);
26992    G__memfunc_setup("SetDefaultLabel",1489,G__G__Gui3_382_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26993    G__memfunc_setup("SetPosition",1153,G__G__Gui3_382_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - pos", (char*)NULL, (void*) NULL, 1);
26994    G__memfunc_setup("Resize",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
26995 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", "Resize width or height", (void*) NULL, 1);
26996    G__memfunc_setup("Resize",626,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TGDimension' - 0 - newsize", "depending on type", (void*) NULL, 1);
26997    G__memfunc_setup("Sort",424,G__G__Gui3_382_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kSortAscending' order", (char*)NULL, (void*) NULL, 1);
26998    G__memfunc_setup("UpdatePosition",1464,G__G__Gui3_382_0_12, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
26999    G__memfunc_setup("GetType",706,G__G__Gui3_382_0_13, 105, G__get_linked_tagnum(&G__G__Gui3LN_EHeaderType), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27000    G__memfunc_setup("Class",502,G__G__Gui3_382_0_14, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGTableHeader::Class) ), 0);
27001    G__memfunc_setup("Class_Name",982,G__G__Gui3_382_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableHeader::Class_Name) ), 0);
27002    G__memfunc_setup("Class_Version",1339,G__G__Gui3_382_0_16, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGTableHeader::Class_Version) ), 0);
27003    G__memfunc_setup("Dictionary",1046,G__G__Gui3_382_0_17, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGTableHeader::Dictionary) ), 0);
27004    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27005    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);
27006    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);
27007    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_382_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27008    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_382_0_22, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableHeader::DeclFileName) ), 0);
27009    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_382_0_23, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTableHeader::ImplFileLine) ), 0);
27010    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_382_0_24, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableHeader::ImplFileName) ), 0);
27011    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_382_0_25, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTableHeader::DeclFileLine) ), 0);
27012    // automatic destructor
27013    G__memfunc_setup("~TGTableHeader", 1354, G__G__Gui3_382_0_26, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27014    G__tag_memfunc_reset();
27015 }
27016 
27017 static void G__setup_memfuncTGTableFrame(void) {
27018    /* TGTableFrame */
27019    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableFrame));
27020    G__memfunc_setup("TGTableFrame",1134,G__G__Gui3_384_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTableFrame), -1, 0, 3, 1, 1, 0, 
27021 "U 'TGWindow' - 10 - p h - 'UInt_t' 0 - nrows "
27022 "h - 'UInt_t' 0 - ncolumns", (char*)NULL, (void*) NULL, 0);
27023    G__memfunc_setup("GetFrame",779,G__G__Gui3_384_0_2, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27024    G__memfunc_setup("SetCanvas",904,G__G__Gui3_384_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGCanvas' - 0 - canvas", (char*)NULL, (void*) NULL, 0);
27025    G__memfunc_setup("HandleMouseWheel",1610,G__G__Gui3_384_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 0);
27026    G__memfunc_setup("DrawRegion",1010,G__G__Gui3_384_0_5, 121, -1, -1, 0, 4, 1, 1, 0, 
27027 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
27028 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
27029    G__memfunc_setup("Class",502,G__G__Gui3_384_0_6, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGTableFrame::Class) ), 0);
27030    G__memfunc_setup("Class_Name",982,G__G__Gui3_384_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableFrame::Class_Name) ), 0);
27031    G__memfunc_setup("Class_Version",1339,G__G__Gui3_384_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGTableFrame::Class_Version) ), 0);
27032    G__memfunc_setup("Dictionary",1046,G__G__Gui3_384_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGTableFrame::Dictionary) ), 0);
27033    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27034    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);
27035    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);
27036    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_384_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27037    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_384_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableFrame::DeclFileName) ), 0);
27038    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_384_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTableFrame::ImplFileLine) ), 0);
27039    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_384_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableFrame::ImplFileName) ), 0);
27040    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_384_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTableFrame::DeclFileLine) ), 0);
27041    // automatic destructor
27042    G__memfunc_setup("~TGTableFrame", 1260, G__G__Gui3_384_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27043    G__tag_memfunc_reset();
27044 }
27045 
27046 static void G__setup_memfuncTGTableHeaderFrame(void) {
27047    /* TGTableHeaderFrame */
27048    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame));
27049    G__memfunc_setup("TGTableHeaderFrame",1719,G__G__Gui3_385_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGTableHeaderFrame), -1, 0, 6, 1, 1, 0, 
27050 "U 'TGWindow' - 10 - p U 'TGTable' - 0 '0' table "
27051 "h - 'UInt_t' 0 '1' w h - 'UInt_t' 0 '1' h "
27052 "i 'EHeaderType' - 0 'kColumnHeader' type h - 'UInt_t' 0 '0' option", (char*)NULL, (void*) NULL, 0);
27053    G__memfunc_setup("DrawRegion",1010,G__G__Gui3_385_0_2, 121, -1, -1, 0, 4, 1, 1, 0, 
27054 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
27055 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
27056    G__memfunc_setup("Class",502,G__G__Gui3_385_0_3, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGTableHeaderFrame::Class) ), 0);
27057    G__memfunc_setup("Class_Name",982,G__G__Gui3_385_0_4, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableHeaderFrame::Class_Name) ), 0);
27058    G__memfunc_setup("Class_Version",1339,G__G__Gui3_385_0_5, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGTableHeaderFrame::Class_Version) ), 0);
27059    G__memfunc_setup("Dictionary",1046,G__G__Gui3_385_0_6, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGTableHeaderFrame::Dictionary) ), 0);
27060    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27061    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);
27062    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);
27063    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_385_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27064    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_385_0_11, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableHeaderFrame::DeclFileName) ), 0);
27065    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_385_0_12, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTableHeaderFrame::ImplFileLine) ), 0);
27066    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_385_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGTableHeaderFrame::ImplFileName) ), 0);
27067    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_385_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGTableHeaderFrame::DeclFileLine) ), 0);
27068    // automatic destructor
27069    G__memfunc_setup("~TGTableHeaderFrame", 1845, G__G__Gui3_385_0_15, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27070    G__tag_memfunc_reset();
27071 }
27072 
27073 static void G__setup_memfuncTTableRange(void) {
27074    /* TTableRange */
27075    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TTableRange));
27076    G__memfunc_setup("TTableRange",1065,G__G__Gui3_387_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TTableRange), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27077    G__memfunc_setup("Print",525,G__G__Gui3_387_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27078    G__memfunc_setup("operator==",998,G__G__Gui3_387_0_3, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "u 'TTableRange' - 1 - other", (char*)NULL, (void*) NULL, 0);
27079    G__memfunc_setup("Class",502,G__G__Gui3_387_0_4, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TTableRange::Class) ), 0);
27080    G__memfunc_setup("Class_Name",982,G__G__Gui3_387_0_5, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableRange::Class_Name) ), 0);
27081    G__memfunc_setup("Class_Version",1339,G__G__Gui3_387_0_6, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TTableRange::Class_Version) ), 0);
27082    G__memfunc_setup("Dictionary",1046,G__G__Gui3_387_0_7, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TTableRange::Dictionary) ), 0);
27083    G__memfunc_setup("IsA",253,G__G__Gui3_387_0_8, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27084    G__memfunc_setup("ShowMembers",1132,G__G__Gui3_387_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
27085    G__memfunc_setup("Streamer",835,G__G__Gui3_387_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
27086    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_387_0_11, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27087    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_387_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableRange::DeclFileName) ), 0);
27088    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_387_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableRange::ImplFileLine) ), 0);
27089    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_387_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TTableRange::ImplFileName) ), 0);
27090    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_387_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TTableRange::DeclFileLine) ), 0);
27091    // automatic copy constructor
27092    G__memfunc_setup("TTableRange", 1065, G__G__Gui3_387_0_16, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TTableRange), -1, 0, 1, 1, 1, 0, "u 'TTableRange' - 11 - -", (char*) NULL, (void*) NULL, 0);
27093    // automatic destructor
27094    G__memfunc_setup("~TTableRange", 1191, G__G__Gui3_387_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27095    // automatic assignment operator
27096    G__memfunc_setup("operator=", 937, G__G__Gui3_387_0_18, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TTableRange), -1, 1, 1, 1, 1, 0, "u 'TTableRange' - 11 - -", (char*) NULL, (void*) NULL, 0);
27097    G__tag_memfunc_reset();
27098 }
27099 
27100 static void G__setup_memfuncTGSimpleTableInterface(void) {
27101    /* TGSimpleTableInterface */
27102    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface));
27103    G__memfunc_setup("TGSimpleTableInterface",2174,G__G__Gui3_388_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface), -1, 0, 3, 1, 1, 0, 
27104 "D - 'Double_t' 2 - data h - 'UInt_t' 0 '2' nrows "
27105 "h - 'UInt_t' 0 '2' ncolumns", (char*)NULL, (void*) NULL, 0);
27106    G__memfunc_setup("GetValue",797,(G__InterfaceMethod) NULL,100, -1, G__defined_typename("Double_t"), 0, 2, 1, 1, 0, 
27107 "h - 'UInt_t' 0 - row h - 'UInt_t' 0 - column", (char*)NULL, (void*) NULL, 1);
27108    G__memfunc_setup("GetValueAsString",1608,(G__InterfaceMethod) NULL,67, -1, -1, 0, 2, 1, 1, 1, 
27109 "h - 'UInt_t' 0 - row h - 'UInt_t' 0 - column", (char*)NULL, (void*) NULL, 1);
27110    G__memfunc_setup("GetRowHeader",1185,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "h - 'UInt_t' 0 - row", (char*)NULL, (void*) NULL, 1);
27111    G__memfunc_setup("GetColumnHeader",1495,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "h - 'UInt_t' 0 - column", (char*)NULL, (void*) NULL, 1);
27112    G__memfunc_setup("GetNRows",793,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27113    G__memfunc_setup("GetNColumns",1103,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27114    G__memfunc_setup("Class",502,G__G__Gui3_388_0_8, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGSimpleTableInterface::Class) ), 0);
27115    G__memfunc_setup("Class_Name",982,G__G__Gui3_388_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSimpleTableInterface::Class_Name) ), 0);
27116    G__memfunc_setup("Class_Version",1339,G__G__Gui3_388_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGSimpleTableInterface::Class_Version) ), 0);
27117    G__memfunc_setup("Dictionary",1046,G__G__Gui3_388_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGSimpleTableInterface::Dictionary) ), 0);
27118    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27119    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);
27120    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);
27121    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_388_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27122    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_388_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSimpleTableInterface::DeclFileName) ), 0);
27123    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_388_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSimpleTableInterface::ImplFileLine) ), 0);
27124    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_388_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSimpleTableInterface::ImplFileName) ), 0);
27125    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_388_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSimpleTableInterface::DeclFileLine) ), 0);
27126    // automatic copy constructor
27127    G__memfunc_setup("TGSimpleTableInterface", 2174, G__G__Gui3_388_0_20, (int) ('i'), 
27128 G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface), -1, 0, 1, 1, 1, 0, "u 'TGSimpleTableInterface' - 11 - -", (char*) NULL, (void*) NULL, 0);
27129    // automatic destructor
27130    G__memfunc_setup("~TGSimpleTableInterface", 2300, G__G__Gui3_388_0_21, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27131    // automatic assignment operator
27132    G__memfunc_setup("operator=", 937, G__G__Gui3_388_0_22, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTableInterface), -1, 1, 1, 1, 1, 0, "u 'TGSimpleTableInterface' - 11 - -", (char*) NULL, (void*) NULL, 0);
27133    G__tag_memfunc_reset();
27134 }
27135 
27136 static void G__setup_memfuncTGSimpleTable(void) {
27137    /* TGSimpleTable */
27138    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable));
27139    G__memfunc_setup("TGSimpleTable",1261,G__G__Gui3_389_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGSimpleTable), -1, 0, 5, 1, 1, 0, 
27140 "U 'TGWindow' - 0 - p i - 'Int_t' 0 - id "
27141 "D - 'Double_t' 2 - data h - 'UInt_t' 0 - nrows "
27142 "h - 'UInt_t' 0 - ncolumns", (char*)NULL, (void*) NULL, 0);
27143    G__memfunc_setup("Class",502,G__G__Gui3_389_0_2, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGSimpleTable::Class) ), 0);
27144    G__memfunc_setup("Class_Name",982,G__G__Gui3_389_0_3, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSimpleTable::Class_Name) ), 0);
27145    G__memfunc_setup("Class_Version",1339,G__G__Gui3_389_0_4, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGSimpleTable::Class_Version) ), 0);
27146    G__memfunc_setup("Dictionary",1046,G__G__Gui3_389_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGSimpleTable::Dictionary) ), 0);
27147    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27148    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);
27149    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);
27150    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_389_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27151    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_389_0_10, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSimpleTable::DeclFileName) ), 0);
27152    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_389_0_11, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSimpleTable::ImplFileLine) ), 0);
27153    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_389_0_12, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSimpleTable::ImplFileName) ), 0);
27154    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_389_0_13, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSimpleTable::DeclFileLine) ), 0);
27155    // automatic destructor
27156    G__memfunc_setup("~TGSimpleTable", 1387, G__G__Gui3_389_0_14, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27157    G__tag_memfunc_reset();
27158 }
27159 
27160 static void G__setup_memfuncTGCommandPlugin(void) {
27161    /* TGCommandPlugin */
27162    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin));
27163    G__memfunc_setup("TGCommandPlugin",1481,G__G__Gui3_390_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGCommandPlugin), -1, 0, 3, 1, 1, 0, 
27164 "U 'TGWindow' - 10 - p h - 'UInt_t' 0 - w "
27165 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 0);
27166    G__memfunc_setup("CheckRemote",1098,G__G__Gui3_390_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - -", (char*)NULL, (void*) NULL, 0);
27167    G__memfunc_setup("HandleCommand",1291,G__G__Gui3_390_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27168    G__memfunc_setup("HandleTimer",1101,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'TTimer' - 0 - t", (char*)NULL, (void*) NULL, 1);
27169    G__memfunc_setup("Class",502,G__G__Gui3_390_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGCommandPlugin::Class) ), 0);
27170    G__memfunc_setup("Class_Name",982,G__G__Gui3_390_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGCommandPlugin::Class_Name) ), 0);
27171    G__memfunc_setup("Class_Version",1339,G__G__Gui3_390_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGCommandPlugin::Class_Version) ), 0);
27172    G__memfunc_setup("Dictionary",1046,G__G__Gui3_390_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGCommandPlugin::Dictionary) ), 0);
27173    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27174    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);
27175    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);
27176    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_390_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27177    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_390_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGCommandPlugin::DeclFileName) ), 0);
27178    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_390_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGCommandPlugin::ImplFileLine) ), 0);
27179    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_390_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGCommandPlugin::ImplFileName) ), 0);
27180    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_390_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGCommandPlugin::DeclFileLine) ), 0);
27181    // automatic destructor
27182    G__memfunc_setup("~TGCommandPlugin", 1607, G__G__Gui3_390_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27183    G__tag_memfunc_reset();
27184 }
27185 
27186 static void G__setup_memfuncTRootBrowser(void) {
27187    /* TRootBrowser */
27188    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser));
27189    G__memfunc_setup("TRootBrowser",1244,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser), -1, 0, 1, 1, 4, 0, "u 'TRootBrowser' - 11 - -", "Not implemented", (void*) NULL, 0);
27190    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser), -1, 1, 1, 1, 4, 0, "u 'TRootBrowser' - 11 - -", "Not implemented", (void*) NULL, 0);
27191    G__memfunc_setup("TRootBrowser",1244,G__G__Gui3_391_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser), -1, 0, 6, 1, 1, 0, 
27192 "U 'TBrowser' - 0 '0' b C - - 10 '\"ROOT Browser\"' name "
27193 "h - 'UInt_t' 0 '800' width h - 'UInt_t' 0 '500' height "
27194 "C - 'Option_t' 10 '\"\"' opt g - 'Bool_t' 0 'kTRUE' initshow", (char*)NULL, (void*) NULL, 0);
27195    G__memfunc_setup("TRootBrowser",1244,G__G__Gui3_391_0_4, 105, G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser), -1, 0, 8, 1, 1, 0, 
27196 "U 'TBrowser' - 0 - b C - - 10 - name "
27197 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
27198 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
27199 "C - 'Option_t' 10 '\"\"' opt g - 'Bool_t' 0 'kTRUE' initshow", (char*)NULL, (void*) NULL, 0);
27200    G__memfunc_setup("InitPlugins",1142,G__G__Gui3_391_0_5, 121, -1, -1, 0, 1, 1, 1, 0, "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
27201    G__memfunc_setup("CreateBrowser",1336,G__G__Gui3_391_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - name", (char*)NULL, (void*) NULL, 0);
27202    G__memfunc_setup("CloneBrowser",1237,G__G__Gui3_391_0_7, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27203    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27204    G__memfunc_setup("CloseTab",781,G__G__Gui3_391_0_9, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 0);
27205    G__memfunc_setup("DoTab",458,G__G__Gui3_391_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 0);
27206    G__memfunc_setup("GetActFrame",1059,G__G__Gui3_391_0_11, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27207    G__memfunc_setup("GetToolbarFrame",1502,G__G__Gui3_391_0_12, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27208    G__memfunc_setup("GetStatusBar",1209,G__G__Gui3_391_0_13, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGStatusBar), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27209    G__memfunc_setup("GetTabLeft",962,G__G__Gui3_391_0_14, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTab), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27210    G__memfunc_setup("GetTabRight",1077,G__G__Gui3_391_0_15, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTab), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27211    G__memfunc_setup("GetTabBottom",1196,G__G__Gui3_391_0_16, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTab), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27212    G__memfunc_setup("GetTab",567,G__G__Gui3_391_0_17, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGTab), -1, 0, 1, 1, 1, 8, "i - 'Int_t' 0 - pos", (char*)NULL, (void*) NULL, 0);
27213    G__memfunc_setup("SetTab",579,G__G__Gui3_391_0_18, 121, -1, -1, 0, 2, 1, 1, 0, 
27214 "i - 'Int_t' 0 'kRight' pos i - 'Int_t' 0 '-1' subpos", (char*)NULL, (void*) NULL, 0);
27215    G__memfunc_setup("SetTabTitle",1093,G__G__Gui3_391_0_19, 121, -1, -1, 0, 3, 1, 1, 0, 
27216 "C - - 10 - title i - 'Int_t' 0 'kRight' pos "
27217 "i - 'Int_t' 0 '-1' subpos", (char*)NULL, (void*) NULL, 0);
27218    G__memfunc_setup("HandleMenu",993,G__G__Gui3_391_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 0);
27219    G__memfunc_setup("RecursiveReparent",1785,G__G__Gui3_391_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGPopupMenu' - 0 - popup", (char*)NULL, (void*) NULL, 0);
27220    G__memfunc_setup("RemoveTab",901,G__G__Gui3_391_0_22, 121, -1, -1, 0, 2, 1, 1, 0, 
27221 "i - 'Int_t' 0 - pos i - 'Int_t' 0 - subpos", (char*)NULL, (void*) NULL, 0);
27222    G__memfunc_setup("SetActBrowser",1320,G__G__Gui3_391_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TBrowserImp' - 0 - b", (char*)NULL, (void*) NULL, 0);
27223    G__memfunc_setup("ShowMenu",822,G__G__Gui3_391_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGCompositeFrame' - 0 - menu", (char*)NULL, (void*) NULL, 0);
27224    G__memfunc_setup("StartEmbedding",1421,G__G__Gui3_391_0_25, 121, -1, -1, 0, 2, 1, 1, 0, 
27225 "i - 'Int_t' 0 'kRight' pos i - 'Int_t' 0 '-1' subpos", (char*)NULL, (void*) NULL, 1);
27226    G__memfunc_setup("StopEmbedding",1317,G__G__Gui3_391_0_26, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '0' name", (char*)NULL, (void*) NULL, 1);
27227    G__memfunc_setup("StopEmbedding",1317,G__G__Gui3_391_0_27, 121, -1, -1, 0, 2, 1, 1, 0, 
27228 "C - - 10 - name U 'TGLayoutHints' - 0 - layout", (char*)NULL, (void*) NULL, 0);
27229    G__memfunc_setup("SwitchMenus",1146,G__G__Gui3_391_0_28, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGCompositeFrame' - 0 - from", (char*)NULL, (void*) NULL, 0);
27230    G__memfunc_setup("BrowseObj",909,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", "*SIGNAL*", (void*) NULL, 1);
27231    G__memfunc_setup("ExecuteDefaultAction",2038,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", "*SIGNAL*", (void*) NULL, 1);
27232    G__memfunc_setup("DoubleClicked",1290,G__G__Gui3_391_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", "*SIGNAL*", (void*) NULL, 1);
27233    G__memfunc_setup("Checked",679,G__G__Gui3_391_0_32, 121, -1, -1, 0, 2, 1, 1, 0, 
27234 "U 'TObject' - 0 - obj g - 'Bool_t' 0 - check", "*SIGNAL*", (void*) NULL, 1);
27235    G__memfunc_setup("Add",265,G__G__Gui3_391_0_33, 121, -1, -1, 0, 3, 1, 1, 0, 
27236 "U 'TObject' - 0 - obj C - - 10 '0' name "
27237 "i - 'Int_t' 0 '-1' check", (char*)NULL, (void*) NULL, 1);
27238    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
27239    G__memfunc_setup("Refresh",719,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' force", (char*)NULL, (void*) NULL, 1);
27240    G__memfunc_setup("Show",417,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27241    G__memfunc_setup("GetDrawOption",1319,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27242    G__memfunc_setup("GetMainFrame",1168,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TGMainFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27243    G__memfunc_setup("ExecPlugin",1012,G__G__Gui3_391_0_39, 108, -1, G__defined_typename("Long_t"), 0, 5, 1, 1, 0, 
27244 "C - - 10 '0' name C - - 10 '0' fname "
27245 "C - - 10 '0' cmd i - 'Int_t' 0 'kRight' pos "
27246 "i - 'Int_t' 0 '-1' subpos", (char*)NULL, (void*) NULL, 1);
27247    G__memfunc_setup("SetStatusText",1365,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
27248 "C - - 10 - txt i - 'Int_t' 0 - col", (char*)NULL, (void*) NULL, 1);
27249    G__memfunc_setup("HandleKey",885,(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);
27250    G__memfunc_setup("ShowCloseTab",1198,G__G__Gui3_391_0_42, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - show", (char*)NULL, (void*) NULL, 1);
27251    G__memfunc_setup("IsCloseTabShown",1496,G__G__Gui3_391_0_43, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27252    G__memfunc_setup("ReallyDelete",1212,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27253    G__memfunc_setup("NewBrowser",1038,G__G__Gui3_391_0_45, 85, G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp), -1, 0, 5, 3, 1, 0, 
27254 "U 'TBrowser' - 0 '0' b C - - 10 '\"ROOT Browser\"' title "
27255 "h - 'UInt_t' 0 '800' width h - 'UInt_t' 0 '500' height "
27256 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (TBrowserImp* (*)(TBrowser*, const char*, UInt_t, UInt_t, Option_t*))(&TRootBrowser::NewBrowser) ), 0);
27257    G__memfunc_setup("NewBrowser",1038,G__G__Gui3_391_0_46, 85, G__get_linked_tagnum(&G__G__Gui3LN_TBrowserImp), -1, 0, 7, 3, 1, 0, 
27258 "U 'TBrowser' - 0 - b C - - 10 - title "
27259 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
27260 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
27261 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) G__func2void( (TBrowserImp* (*)(TBrowser*, const char*, Int_t, Int_t, UInt_t, UInt_t, Option_t*))(&TRootBrowser::NewBrowser) ), 0);
27262    G__memfunc_setup("Class",502,G__G__Gui3_391_0_47, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TRootBrowser::Class) ), 0);
27263    G__memfunc_setup("Class_Name",982,G__G__Gui3_391_0_48, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootBrowser::Class_Name) ), 0);
27264    G__memfunc_setup("Class_Version",1339,G__G__Gui3_391_0_49, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TRootBrowser::Class_Version) ), 0);
27265    G__memfunc_setup("Dictionary",1046,G__G__Gui3_391_0_50, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TRootBrowser::Dictionary) ), 0);
27266    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27267    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);
27268    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);
27269    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_391_0_54, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27270    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_391_0_55, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootBrowser::DeclFileName) ), 0);
27271    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_391_0_56, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootBrowser::ImplFileLine) ), 0);
27272    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_391_0_57, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TRootBrowser::ImplFileName) ), 0);
27273    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_391_0_58, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TRootBrowser::DeclFileLine) ), 0);
27274    // automatic destructor
27275    G__memfunc_setup("~TRootBrowser", 1370, G__G__Gui3_391_0_59, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27276    G__tag_memfunc_reset();
27277 }
27278 
27279 static void G__setup_memfuncTGFileBrowser(void) {
27280    /* TGFileBrowser */
27281    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser));
27282    G__memfunc_setup("CreateBrowser",1336,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
27283    G__memfunc_setup("TGFileBrowser",1279,G__G__Gui3_394_0_2, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGFileBrowser), -1, 0, 4, 1, 1, 0, 
27284 "U 'TGWindow' - 10 - p U 'TBrowser' - 0 '0' b "
27285 "h - 'UInt_t' 0 '200' w h - 'UInt_t' 0 '400' h", (char*)NULL, (void*) NULL, 0);
27286    G__memfunc_setup("Add",265,G__G__Gui3_394_0_3, 121, -1, -1, 0, 3, 1, 1, 0, 
27287 "U 'TObject' - 0 - obj C - - 10 '0' name "
27288 "i - 'Int_t' 0 '-1' check", (char*)NULL, (void*) NULL, 1);
27289    G__memfunc_setup("BrowseObj",909,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
27290    G__memfunc_setup("RecursiveRemove",1574,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 1);
27291    G__memfunc_setup("Refresh",719,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kFALSE' force", (char*)NULL, (void*) NULL, 1);
27292    G__memfunc_setup("Show",417,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27293    G__memfunc_setup("GetDrawOption",1319,(G__InterfaceMethod) NULL,67, -1, G__defined_typename("Option_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27294    G__memfunc_setup("GetNewBrowser",1326,G__G__Gui3_394_0_9, 85, G__get_linked_tagnum(&G__G__Gui3LN_TRootBrowser), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27295    G__memfunc_setup("SetNewBrowser",1338,G__G__Gui3_394_0_10, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TRootBrowser' - 0 - b", (char*)NULL, (void*) NULL, 0);
27296    G__memfunc_setup("AddFSDirectory",1367,G__G__Gui3_394_0_11, 121, -1, -1, 0, 3, 1, 1, 0, 
27297 "C - - 10 - entry C - - 10 '0' path "
27298 "C - 'Option_t' 10 '\"\"' opt", (char*)NULL, (void*) NULL, 0);
27299    G__memfunc_setup("AddKey",562,G__G__Gui3_394_0_12, 121, -1, -1, 0, 3, 1, 1, 0, 
27300 "U 'TGListTreeItem' - 0 - itm U 'TObject' - 0 - obj "
27301 "C - - 10 '0' name", (char*)NULL, (void*) NULL, 0);
27302    G__memfunc_setup("AddRemoteFile",1269,G__G__Gui3_394_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
27303    G__memfunc_setup("ApplyFilter",1132,G__G__Gui3_394_0_14, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - id", (char*)NULL, (void*) NULL, 0);
27304    G__memfunc_setup("Chdir",490,G__G__Gui3_394_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGListTreeItem' - 0 - item", (char*)NULL, (void*) NULL, 0);
27305    G__memfunc_setup("Checked",679,G__G__Gui3_394_0_16, 121, -1, -1, 0, 2, 1, 1, 0, 
27306 "U 'TObject' - 0 - obj g - 'Bool_t' 0 - check", (char*)NULL, (void*) NULL, 0);
27307    G__memfunc_setup("CheckRemote",1098,G__G__Gui3_394_0_17, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGListTreeItem' - 0 - item", (char*)NULL, (void*) NULL, 0);
27308    G__memfunc_setup("CheckSorted",1103,G__G__Gui3_394_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
27309 "U 'TGListTreeItem' - 0 - item g - 'Bool_t' 0 'kFALSE' but", (char*)NULL, (void*) NULL, 0);
27310    G__memfunc_setup("Clicked",687,G__G__Gui3_394_0_19, 121, -1, -1, 0, 4, 1, 1, 0, 
27311 "U 'TGListTreeItem' - 0 - item i - 'Int_t' 0 - btn "
27312 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
27313    G__memfunc_setup("DirName",672,G__G__Gui3_394_0_20, 117, G__get_linked_tagnum(&G__G__Gui3LN_TString), -1, 0, 1, 1, 1, 0, "U 'TGListTreeItem' - 0 - item", (char*)NULL, (void*) NULL, 0);
27314    G__memfunc_setup("FullPathName",1185,G__G__Gui3_394_0_21, 117, G__get_linked_tagnum(&G__G__Gui3LN_TString), -1, 0, 1, 1, 1, 0, "U 'TGListTreeItem' - 0 - item", (char*)NULL, (void*) NULL, 0);
27315    G__memfunc_setup("DoubleClicked",1290,G__G__Gui3_394_0_22, 121, -1, -1, 0, 2, 1, 1, 0, 
27316 "U 'TGListTreeItem' - 0 - item i - 'Int_t' 0 - btn", (char*)NULL, (void*) NULL, 0);
27317    G__memfunc_setup("XXExecuteDefaultAction",2214,G__G__Gui3_394_0_23, 108, -1, G__defined_typename("Long_t"), 0, 1, 1, 1, 0, "U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
27318    G__memfunc_setup("FormatFileInfo",1397,G__G__Gui3_394_0_24, 67, -1, -1, 0, 3, 1, 1, 0, 
27319 "C - - 10 - fname n - 'Long64_t' 0 - size "
27320 "l - 'Long_t' 0 - modtime", (char*)NULL, (void*) NULL, 0);
27321    G__memfunc_setup("GetFilePictures",1519,G__G__Gui3_394_0_25, 121, -1, -1, 0, 4, 1, 1, 0, 
27322 "U 'TGPicture' - 12 - pic i - 'Int_t' 0 - file_type "
27323 "g - 'Bool_t' 0 - is_link C - - 10 - name", (char*)NULL, (void*) NULL, 0);
27324    G__memfunc_setup("GetObjPicture",1303,G__G__Gui3_394_0_26, 121, -1, -1, 0, 2, 1, 1, 0, 
27325 "U 'TGPicture' - 12 - pic U 'TObject' - 0 - obj", (char*)NULL, (void*) NULL, 0);
27326    G__memfunc_setup("GotoDir",696,G__G__Gui3_394_0_27, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - path", (char*)NULL, (void*) NULL, 0);
27327    G__memfunc_setup("PadModified",1078,G__G__Gui3_394_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27328    G__memfunc_setup("Selected",809,G__G__Gui3_394_0_29, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 0 - -", (char*)NULL, (void*) NULL, 0);
27329    G__memfunc_setup("ToggleSort",1034,G__G__Gui3_394_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27330    G__memfunc_setup("Update",611,G__G__Gui3_394_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27331    G__memfunc_setup("Class",502,G__G__Gui3_394_0_32, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGFileBrowser::Class) ), 0);
27332    G__memfunc_setup("Class_Name",982,G__G__Gui3_394_0_33, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGFileBrowser::Class_Name) ), 0);
27333    G__memfunc_setup("Class_Version",1339,G__G__Gui3_394_0_34, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGFileBrowser::Class_Version) ), 0);
27334    G__memfunc_setup("Dictionary",1046,G__G__Gui3_394_0_35, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGFileBrowser::Dictionary) ), 0);
27335    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27336    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);
27337    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);
27338    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_394_0_39, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27339    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_394_0_40, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGFileBrowser::DeclFileName) ), 0);
27340    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_394_0_41, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGFileBrowser::ImplFileLine) ), 0);
27341    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_394_0_42, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGFileBrowser::ImplFileName) ), 0);
27342    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_394_0_43, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGFileBrowser::DeclFileLine) ), 0);
27343    // automatic destructor
27344    G__memfunc_setup("~TGFileBrowser", 1405, G__G__Gui3_394_0_44, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27345    G__tag_memfunc_reset();
27346 }
27347 
27348 static void G__setup_memfuncTBrowserPlugin(void) {
27349    /* TBrowserPlugin */
27350    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin));
27351    G__memfunc_setup("TBrowserPlugin",1447,G__G__Gui3_401_0_1, 105, G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin), -1, 0, 4, 1, 1, 0, 
27352 "C - - 10 - name C - - 10 '\"\"' cmd "
27353 "i - 'Int_t' 0 '1' tab i - 'Int_t' 0 '-1' sub", (char*)NULL, (void*) NULL, 0);
27354    G__memfunc_setup("SetTab",579,G__G__Gui3_401_0_2, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - tab", (char*)NULL, (void*) NULL, 0);
27355    G__memfunc_setup("SetSubTab",877,G__G__Gui3_401_0_3, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - sub", (char*)NULL, (void*) NULL, 0);
27356    G__memfunc_setup("SetCommand",1003,G__G__Gui3_401_0_4, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - cmd", (char*)NULL, (void*) NULL, 0);
27357    G__memfunc_setup("Class",502,G__G__Gui3_401_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TBrowserPlugin::Class) ), 0);
27358    G__memfunc_setup("Class_Name",982,G__G__Gui3_401_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowserPlugin::Class_Name) ), 0);
27359    G__memfunc_setup("Class_Version",1339,G__G__Gui3_401_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TBrowserPlugin::Class_Version) ), 0);
27360    G__memfunc_setup("Dictionary",1046,G__G__Gui3_401_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TBrowserPlugin::Dictionary) ), 0);
27361    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27362    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);
27363    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);
27364    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_401_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27365    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_401_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowserPlugin::DeclFileName) ), 0);
27366    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_401_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBrowserPlugin::ImplFileLine) ), 0);
27367    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_401_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TBrowserPlugin::ImplFileName) ), 0);
27368    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_401_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TBrowserPlugin::DeclFileLine) ), 0);
27369    // automatic copy constructor
27370    G__memfunc_setup("TBrowserPlugin", 1447, G__G__Gui3_401_0_17, (int) ('i'), G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin), -1, 0, 1, 1, 1, 0, "u 'TBrowserPlugin' - 11 - -", (char*) NULL, (void*) NULL, 0);
27371    // automatic destructor
27372    G__memfunc_setup("~TBrowserPlugin", 1573, G__G__Gui3_401_0_18, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27373    // automatic assignment operator
27374    G__memfunc_setup("operator=", 937, G__G__Gui3_401_0_19, (int) ('u'), G__get_linked_tagnum(&G__G__Gui3LN_TBrowserPlugin), -1, 1, 1, 1, 1, 0, "u 'TBrowserPlugin' - 11 - -", (char*) NULL, (void*) NULL, 0);
27375    G__tag_memfunc_reset();
27376 }
27377 
27378 static void G__setup_memfuncTGRectMap(void) {
27379    /* TGRectMap */
27380    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGRectMap));
27381    G__memfunc_setup("TGRectMap",839,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGRectMap), -1, 0, 1, 1, 4, 0, "u 'TGRectMap' - 11 - -", "not implemented", (void*) NULL, 0);
27382    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGRectMap), -1, 1, 1, 1, 4, 0, "u 'TGRectMap' - 11 - -", "not implemented", (void*) NULL, 0);
27383    G__memfunc_setup("TGRectMap",839,G__G__Gui3_409_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGRectMap), -1, 0, 4, 1, 1, 0, 
27384 "i - 'Int_t' 0 - rx i - 'Int_t' 0 - ry "
27385 "h - 'UInt_t' 0 - rw h - 'UInt_t' 0 - rh", (char*)NULL, (void*) NULL, 0);
27386    G__memfunc_setup("Contains",831,G__G__Gui3_409_0_4, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 8, 
27387 "i - 'Int_t' 0 - px i - 'Int_t' 0 - py", (char*)NULL, (void*) NULL, 0);
27388    G__memfunc_setup("Class",502,G__G__Gui3_409_0_5, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGRectMap::Class) ), 0);
27389    G__memfunc_setup("Class_Name",982,G__G__Gui3_409_0_6, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGRectMap::Class_Name) ), 0);
27390    G__memfunc_setup("Class_Version",1339,G__G__Gui3_409_0_7, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGRectMap::Class_Version) ), 0);
27391    G__memfunc_setup("Dictionary",1046,G__G__Gui3_409_0_8, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGRectMap::Dictionary) ), 0);
27392    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27393    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);
27394    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);
27395    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_409_0_12, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27396    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_409_0_13, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGRectMap::DeclFileName) ), 0);
27397    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_409_0_14, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGRectMap::ImplFileLine) ), 0);
27398    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_409_0_15, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGRectMap::ImplFileName) ), 0);
27399    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_409_0_16, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGRectMap::DeclFileLine) ), 0);
27400    // automatic destructor
27401    G__memfunc_setup("~TGRectMap", 965, G__G__Gui3_409_0_17, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27402    G__tag_memfunc_reset();
27403 }
27404 
27405 static void G__setup_memfuncTGSplitTool(void) {
27406    /* TGSplitTool */
27407    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool));
27408    G__memfunc_setup("TGSplitTool",1093,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool), -1, 0, 1, 1, 4, 0, "u 'TGSplitTool' - 11 - -", "not implemented", (void*) NULL, 0);
27409    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool), -1, 1, 1, 1, 4, 0, "u 'TGSplitTool' - 11 - -", "not implemented", (void*) NULL, 0);
27410    G__memfunc_setup("TGSplitTool",1093,G__G__Gui3_410_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool), -1, 0, 2, 1, 1, 0, 
27411 "U 'TGWindow' - 10 '0' p U 'TGFrame' - 10 '0' f", (char*)NULL, (void*) NULL, 0);
27412    G__memfunc_setup("AddRectangle",1182,G__G__Gui3_410_0_4, 121, -1, -1, 0, 5, 1, 1, 0, 
27413 "U 'TGFrame' - 0 - frm i - 'Int_t' 0 - x "
27414 "i - 'Int_t' 0 - y i - 'Int_t' 0 - w "
27415 "i - 'Int_t' 0 - h", (char*)NULL, (void*) NULL, 0);
27416    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27417    G__memfunc_setup("DrawBorder",1004,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27418    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);
27419    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);
27420    G__memfunc_setup("Show",417,G__G__Gui3_410_0_9, 121, -1, -1, 0, 2, 1, 1, 0, 
27421 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
27422    G__memfunc_setup("Hide",378,G__G__Gui3_410_0_10, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27423    G__memfunc_setup("Reset",515,G__G__Gui3_410_0_11, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27424    G__memfunc_setup("SetPosition",1153,G__G__Gui3_410_0_12, 121, -1, -1, 0, 2, 1, 1, 0, 
27425 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 0);
27426    G__memfunc_setup("Class",502,G__G__Gui3_410_0_13, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGSplitTool::Class) ), 0);
27427    G__memfunc_setup("Class_Name",982,G__G__Gui3_410_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSplitTool::Class_Name) ), 0);
27428    G__memfunc_setup("Class_Version",1339,G__G__Gui3_410_0_15, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGSplitTool::Class_Version) ), 0);
27429    G__memfunc_setup("Dictionary",1046,G__G__Gui3_410_0_16, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGSplitTool::Dictionary) ), 0);
27430    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27431    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);
27432    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);
27433    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_410_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27434    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_410_0_21, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSplitTool::DeclFileName) ), 0);
27435    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_410_0_22, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSplitTool::ImplFileLine) ), 0);
27436    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_410_0_23, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSplitTool::ImplFileName) ), 0);
27437    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_410_0_24, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSplitTool::DeclFileLine) ), 0);
27438    // automatic destructor
27439    G__memfunc_setup("~TGSplitTool", 1219, G__G__Gui3_410_0_25, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27440    G__tag_memfunc_reset();
27441 }
27442 
27443 static void G__setup_memfuncTGSplitFrame(void) {
27444    /* TGSplitFrame */
27445    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame));
27446    G__memfunc_setup("TGSplitFrame",1170,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame), -1, 0, 1, 1, 4, 0, "u 'TGSplitFrame' - 11 - -", "Not implemented", (void*) NULL, 0);
27447    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame), -1, 1, 1, 1, 4, 0, "u 'TGSplitFrame' - 11 - -", "Not implemented", (void*) NULL, 0);
27448    G__memfunc_setup("TGSplitFrame",1170,G__G__Gui3_411_0_3, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame), -1, 0, 4, 1, 1, 0, 
27449 "U 'TGWindow' - 10 '0' p h - 'UInt_t' 0 '1' w "
27450 "h - 'UInt_t' 0 '1' h h - 'UInt_t' 0 '0' options", (char*)NULL, (void*) NULL, 0);
27451    G__memfunc_setup("AddFrame",756,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
27452 "U 'TGFrame' - 0 - f U 'TGLayoutHints' - 0 '0' l", (char*)NULL, (void*) NULL, 1);
27453    G__memfunc_setup("Cleanup",712,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27454    G__memfunc_setup("HandleConfigureNotify",2151,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27455    G__memfunc_setup("HSplit",596,G__G__Gui3_411_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 '0' h", (char*)NULL, (void*) NULL, 1);
27456    G__memfunc_setup("VSplit",610,G__G__Gui3_411_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "h - 'UInt_t' 0 '0' w", (char*)NULL, (void*) NULL, 1);
27457    G__memfunc_setup("RemoveFrame",1113,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "U 'TGFrame' - 0 - f", (char*)NULL, (void*) NULL, 1);
27458    G__memfunc_setup("GetFirst",808,G__G__Gui3_411_0_10, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27459    G__memfunc_setup("GetFrame",779,G__G__Gui3_411_0_11, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27460    G__memfunc_setup("GetSecond",892,G__G__Gui3_411_0_12, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27461    G__memfunc_setup("GetSplitter",1143,G__G__Gui3_411_0_13, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitter), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27462    G__memfunc_setup("GetSplitTool",1226,G__G__Gui3_411_0_14, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitTool), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27463    G__memfunc_setup("GetTopFrame",1086,G__G__Gui3_411_0_15, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGSplitFrame), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27464    G__memfunc_setup("GetUndocked",1101,G__G__Gui3_411_0_16, 85, G__get_linked_tagnum(&G__G__Gui3LN_TGFrame), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27465    G__memfunc_setup("GetHRatio",871,G__G__Gui3_411_0_17, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27466    G__memfunc_setup("GetWRatio",886,G__G__Gui3_411_0_18, 102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27467    G__memfunc_setup("MapToSPlitTool",1387,G__G__Gui3_411_0_19, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGSplitFrame' - 0 - top", (char*)NULL, (void*) NULL, 0);
27468    G__memfunc_setup("OnSplitterClicked",1731,G__G__Gui3_411_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", (char*)NULL, (void*) NULL, 0);
27469    G__memfunc_setup("SetHRatio",883,G__G__Gui3_411_0_21, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - r", (char*)NULL, (void*) NULL, 0);
27470    G__memfunc_setup("SetWRatio",898,G__G__Gui3_411_0_22, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - r", (char*)NULL, (void*) NULL, 0);
27471    G__memfunc_setup("SplitHorizontal",1590,G__G__Gui3_411_0_23, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"top\"' side", (char*)NULL, (void*) NULL, 0);
27472    G__memfunc_setup("SplitVertical",1350,G__G__Gui3_411_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 '\"left\"' side", (char*)NULL, (void*) NULL, 0);
27473    G__memfunc_setup("UnSplit",719,G__G__Gui3_411_0_25, 121, -1, -1, 0, 1, 1, 1, 0, "C - - 10 - which", (char*)NULL, (void*) NULL, 0);
27474    G__memfunc_setup("Close",502,G__G__Gui3_411_0_26, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
27475    G__memfunc_setup("CloseAndCollapse",1596,G__G__Gui3_411_0_27, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
27476    G__memfunc_setup("ExtractFrame",1222,G__G__Gui3_411_0_28, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
27477    G__memfunc_setup("SwallowBack",1114,G__G__Gui3_411_0_29, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
27478    G__memfunc_setup("SwitchToMain",1210,G__G__Gui3_411_0_30, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
27479    G__memfunc_setup("SplitHor",821,G__G__Gui3_411_0_31, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
27480    G__memfunc_setup("SplitVer",825,G__G__Gui3_411_0_32, 121, -1, -1, 0, 0, 1, 1, 0, "", "*MENU*", (void*) NULL, 0);
27481    G__memfunc_setup("Docked",586,G__G__Gui3_411_0_33, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGFrame' - 0 - frame", "*SIGNAL*", (void*) NULL, 0);
27482    G__memfunc_setup("Undocked",813,G__G__Gui3_411_0_34, 121, -1, -1, 0, 1, 1, 1, 0, "U 'TGFrame' - 0 - frame", "*SIGNAL*", (void*) NULL, 0);
27483    G__memfunc_setup("SwitchFrames",1232,G__G__Gui3_411_0_35, 121, -1, -1, 0, 3, 3, 1, 0, 
27484 "U 'TGFrame' - 0 - frame U 'TGCompositeFrame' - 0 - dest "
27485 "U 'TGFrame' - 0 - prev", (char*)NULL, (void*) G__func2void( (void (*)(TGFrame*, TGCompositeFrame*, TGFrame*))(&TGSplitFrame::SwitchFrames) ), 0);
27486    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
27487 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
27488    G__memfunc_setup("Class",502,G__G__Gui3_411_0_37, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGSplitFrame::Class) ), 0);
27489    G__memfunc_setup("Class_Name",982,G__G__Gui3_411_0_38, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSplitFrame::Class_Name) ), 0);
27490    G__memfunc_setup("Class_Version",1339,G__G__Gui3_411_0_39, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGSplitFrame::Class_Version) ), 0);
27491    G__memfunc_setup("Dictionary",1046,G__G__Gui3_411_0_40, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGSplitFrame::Dictionary) ), 0);
27492    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27493    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);
27494    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);
27495    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_411_0_44, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27496    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_411_0_45, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSplitFrame::DeclFileName) ), 0);
27497    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_411_0_46, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSplitFrame::ImplFileLine) ), 0);
27498    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_411_0_47, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGSplitFrame::ImplFileName) ), 0);
27499    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_411_0_48, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGSplitFrame::DeclFileLine) ), 0);
27500    // automatic destructor
27501    G__memfunc_setup("~TGSplitFrame", 1296, G__G__Gui3_411_0_49, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27502    G__tag_memfunc_reset();
27503 }
27504 
27505 static void G__setup_memfuncTGShapedFrame(void) {
27506    /* TGShapedFrame */
27507    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame));
27508    G__memfunc_setup("TGShapedFrame",1243,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame), -1, 0, 1, 1, 4, 0, "u 'TGShapedFrame' - 11 - -", "Not implemented", (void*) NULL, 0);
27509    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame), -1, 1, 1, 1, 4, 0, "u 'TGShapedFrame' - 11 - -", "Not implemented", (void*) NULL, 0);
27510    G__memfunc_setup("DoRedraw",792,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 1);
27511    G__memfunc_setup("TGShapedFrame",1243,G__G__Gui3_412_0_4, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGShapedFrame), -1, 0, 5, 1, 1, 0, 
27512 "C - - 10 '0' fname U 'TGWindow' - 10 '0' p "
27513 "h - 'UInt_t' 0 '1' w h - 'UInt_t' 0 '1' h "
27514 "h - 'UInt_t' 0 '0' options", (char*)NULL, (void*) NULL, 0);
27515    G__memfunc_setup("GetPicture",1020,G__G__Gui3_412_0_5, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGPicture), -1, 0, 0, 1, 1, 9, "", (char*)NULL, (void*) NULL, 0);
27516    G__memfunc_setup("GetImage",771,G__G__Gui3_412_0_6, 117, G__get_linked_tagnum(&G__G__Gui3LN_TImage), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27517    G__memfunc_setup("SavePrimitive",1352,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
27518 "u 'basic_ostream<char,char_traits<char> >' 'ostream' 1 - out C - 'Option_t' 10 '\"\"' option", (char*)NULL, (void*) NULL, 1);
27519    G__memfunc_setup("Class",502,G__G__Gui3_412_0_8, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGShapedFrame::Class) ), 0);
27520    G__memfunc_setup("Class_Name",982,G__G__Gui3_412_0_9, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGShapedFrame::Class_Name) ), 0);
27521    G__memfunc_setup("Class_Version",1339,G__G__Gui3_412_0_10, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGShapedFrame::Class_Version) ), 0);
27522    G__memfunc_setup("Dictionary",1046,G__G__Gui3_412_0_11, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGShapedFrame::Dictionary) ), 0);
27523    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27524    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);
27525    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);
27526    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_412_0_15, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27527    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_412_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGShapedFrame::DeclFileName) ), 0);
27528    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_412_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGShapedFrame::ImplFileLine) ), 0);
27529    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_412_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGShapedFrame::ImplFileName) ), 0);
27530    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_412_0_19, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGShapedFrame::DeclFileLine) ), 0);
27531    // automatic destructor
27532    G__memfunc_setup("~TGShapedFrame", 1369, G__G__Gui3_412_0_20, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27533    G__tag_memfunc_reset();
27534 }
27535 
27536 static void G__setup_memfuncTGEventHandler(void) {
27537    /* TGEventHandler */
27538    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler));
27539    G__memfunc_setup("TGEventHandler",1371,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler), -1, 0, 1, 1, 4, 0, "u 'TGEventHandler' - 11 - -", "Not implemented", (void*) NULL, 0);
27540    G__memfunc_setup("operator=",937,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler), -1, 1, 1, 1, 4, 0, "u 'TGEventHandler' - 11 - -", "Not implemented", (void*) NULL, 0);
27541    G__memfunc_setup("GetSender",897,(G__InterfaceMethod) NULL, 89, -1, -1, 0, 0, 1, 4, 0, "", "used to set gTQSender", (void*) NULL, 1);
27542    G__memfunc_setup("TGEventHandler",1371,G__G__Gui3_413_0_4, 105, G__get_linked_tagnum(&G__G__Gui3LN_TGEventHandler), -1, 0, 4, 1, 1, 0, 
27543 "C - - 10 - name U 'TGWindow' - 0 - w "
27544 "U 'TObject' - 0 - obj C - - 10 '\"\"' title", (char*)NULL, (void*) NULL, 0);
27545    G__memfunc_setup("Activate",817,G__G__Gui3_413_0_5, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27546    G__memfunc_setup("DeActivate",986,G__G__Gui3_413_0_6, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
27547    G__memfunc_setup("IsActive",792,G__G__Gui3_413_0_7, 103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 0);
27548    G__memfunc_setup("HandleEvent",1102,G__G__Gui3_413_0_8, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
27549    G__memfunc_setup("HandleConfigureNotify",2151,G__G__Gui3_413_0_9, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27550    G__memfunc_setup("HandleButton",1224,G__G__Gui3_413_0_10, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27551    G__memfunc_setup("HandleDoubleClick",1677,G__G__Gui3_413_0_11, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27552    G__memfunc_setup("HandleCrossing",1428,G__G__Gui3_413_0_12, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27553    G__memfunc_setup("HandleMotion",1218,G__G__Gui3_413_0_13, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27554    G__memfunc_setup("HandleKey",885,G__G__Gui3_413_0_14, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27555    G__memfunc_setup("HandleFocusChange",1682,G__G__Gui3_413_0_15, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27556    G__memfunc_setup("HandleSelection",1522,G__G__Gui3_413_0_16, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27557    G__memfunc_setup("HandleSelectionRequest",2267,G__G__Gui3_413_0_17, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27558    G__memfunc_setup("HandleSelectionClear",2009,G__G__Gui3_413_0_18, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27559    G__memfunc_setup("HandleColormapChange",1999,G__G__Gui3_413_0_19, 103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "U 'Event_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
27560    G__memfunc_setup("ProcessedEvent",1450,G__G__Gui3_413_0_20, 121, -1, -1, 0, 1, 1, 1, 0, "U 'Event_t' - 0 - event", "*SIGNAL*", (void*) NULL, 1);
27561    G__memfunc_setup("SendMessage",1103,G__G__Gui3_413_0_21, 121, -1, -1, 0, 4, 1, 1, 0, 
27562 "U 'TGWindow' - 10 - w l - 'Long_t' 0 - msg "
27563 "l - 'Long_t' 0 - parm1 l - 'Long_t' 0 - parm2", (char*)NULL, (void*) NULL, 1);
27564    G__memfunc_setup("ProcessMessage",1444,G__G__Gui3_413_0_22, 103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
27565 "l - 'Long_t' 0 - - l - 'Long_t' 0 - - "
27566 "l - 'Long_t' 0 - -", (char*)NULL, (void*) NULL, 1);
27567    G__memfunc_setup("Repaint",723,G__G__Gui3_413_0_23, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
27568    G__memfunc_setup("Class",502,G__G__Gui3_413_0_24, 85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGEventHandler::Class) ), 0);
27569    G__memfunc_setup("Class_Name",982,G__G__Gui3_413_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGEventHandler::Class_Name) ), 0);
27570    G__memfunc_setup("Class_Version",1339,G__G__Gui3_413_0_26, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGEventHandler::Class_Version) ), 0);
27571    G__memfunc_setup("Dictionary",1046,G__G__Gui3_413_0_27, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGEventHandler::Dictionary) ), 0);
27572    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__Gui3LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
27573    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);
27574    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);
27575    G__memfunc_setup("StreamerNVirtual",1656,G__G__Gui3_413_0_31, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
27576    G__memfunc_setup("DeclFileName",1145,G__G__Gui3_413_0_32, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGEventHandler::DeclFileName) ), 0);
27577    G__memfunc_setup("ImplFileLine",1178,G__G__Gui3_413_0_33, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGEventHandler::ImplFileLine) ), 0);
27578    G__memfunc_setup("ImplFileName",1171,G__G__Gui3_413_0_34, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGEventHandler::ImplFileName) ), 0);
27579    G__memfunc_setup("DeclFileLine",1152,G__G__Gui3_413_0_35, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGEventHandler::DeclFileLine) ), 0);
27580    // automatic destructor
27581    G__memfunc_setup("~TGEventHandler", 1497, G__G__Gui3_413_0_36, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
27582    G__tag_memfunc_reset();
27583 }
27584 
27585 
27586 /*********************************************************
27587 * Member function information setup
27588 *********************************************************/
27589 extern "C" void G__cpp_setup_memfuncG__Gui3() {
27590 }
27591 
27592 /*********************************************************
27593 * Global variable information setup for each class
27594 *********************************************************/
27595 static void G__cpp_setup_global0() {
27596 
27597    /* Setting up global variables */
27598    G__resetplocal();
27599 
27600 }
27601 
27602 static void G__cpp_setup_global1() {
27603 }
27604 
27605 static void G__cpp_setup_global2() {
27606 }
27607 
27608 static void G__cpp_setup_global3() {
27609 }
27610 
27611 static void G__cpp_setup_global4() {
27612    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EDNDFlags),-1,-1,1,"kIsDNDSource=1",0,(char*)NULL);
27613    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EDNDFlags),-1,-1,1,"kIsDNDTarget=2",0,(char*)NULL);
27614 }
27615 
27616 static void G__cpp_setup_global5() {
27617    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiResizingModes),-1,-1,1,"kMdiOpaque=1",0,(char*)NULL);
27618    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiResizingModes),-1,-1,1,"kMdiNonOpaque=2",0,(char*)NULL);
27619    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiResizingModes),-1,-1,1,"kMdiDefaultResizeMode=1",0,(char*)NULL);
27620    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiClose=4",0,(char*)NULL);
27621    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiRestore=8",0,(char*)NULL);
27622    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiMove=16",0,(char*)NULL);
27623    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiSize=32",0,(char*)NULL);
27624    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiMinimize=64",0,(char*)NULL);
27625    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiMaximize=128",0,(char*)NULL);
27626    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiHelp=256",0,(char*)NULL);
27627    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiMenu=512",0,(char*)NULL);
27628    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiHints),-1,-1,1,"kMdiDefaultHints=748",0,(char*)NULL);
27629    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiArrangementModes),-1,-1,1,"kMdiTileHorizontal=1",0,(char*)NULL);
27630 }
27631 
27632 static void G__cpp_setup_global6() {
27633    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiArrangementModes),-1,-1,1,"kMdiTileVertical=2",0,(char*)NULL);
27634    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiArrangementModes),-1,-1,1,"kMdiCascade=3",0,(char*)NULL);
27635    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiGeometryMask),-1,-1,1,"kMdiClientGeometry=1",0,(char*)NULL);
27636    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiGeometryMask),-1,-1,1,"kMdiDecorGeometry=2",0,(char*)NULL);
27637    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiGeometryMask),-1,-1,1,"kMdiIconGeometry=4",0,(char*)NULL);
27638    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiResizerPlacement),-1,-1,1,"kMdiResizerTop=1",0,(char*)NULL);
27639    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiResizerPlacement),-1,-1,1,"kMdiResizerBottom=2",0,(char*)NULL);
27640    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiResizerPlacement),-1,-1,1,"kMdiResizerLeft=4",0,(char*)NULL);
27641    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EMdiResizerPlacement),-1,-1,1,"kMdiResizerRight=8",0,(char*)NULL);
27642    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EDragType),-1,-1,1,"kDragNone=0",0,(char*)NULL);
27643    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EDragType),-1,-1,1,"kDragMove=1",0,(char*)NULL);
27644    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EDragType),-1,-1,1,"kDragCopy=2",0,(char*)NULL);
27645    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EDragType),-1,-1,1,"kDragLink=3",0,(char*)NULL);
27646    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EDragType),-1,-1,1,"kDragLasso=4",0,(char*)NULL);
27647    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EDragType),-1,-1,1,"kDragResize=5",0,(char*)NULL);
27648    G__memvar_setup((void*)(&gDragManager),85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TVirtualDragManager),-1,-1,1,"gDragManager=",0,(char*)NULL);
27649    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EGuiBldAction),-1,-1,1,"kGuiBldNone=0",0,(char*)NULL);
27650    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EGuiBldAction),-1,-1,1,"kGuiBldCtor=1",0,(char*)NULL);
27651    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EGuiBldAction),-1,-1,1,"kGuiBldProj=2",0,(char*)NULL);
27652    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EGuiBldAction),-1,-1,1,"kGuiBldMacro=3",0,(char*)NULL);
27653    G__memvar_setup((void*)G__PVOID,105,0,1,G__get_linked_tagnum(&G__G__Gui3LN_EGuiBldAction),-1,-1,1,"kGuiBldFunc=4",0,(char*)NULL);
27654    G__memvar_setup((void*)(&gGuiBuilder),85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGuiBuilder),-1,-1,1,"gGuiBuilder=",0,(char*)NULL);
27655    G__memvar_setup((void*)(&gDNDManager),85,0,0,G__get_linked_tagnum(&G__G__Gui3LN_TGDNDManager),-1,-1,1,"gDNDManager=",0,(char*)NULL);
27656 
27657    G__resetglobalenv();
27658 }
27659 extern "C" void G__cpp_setup_globalG__Gui3() {
27660   G__cpp_setup_global0();
27661   G__cpp_setup_global1();
27662   G__cpp_setup_global2();
27663   G__cpp_setup_global3();
27664   G__cpp_setup_global4();
27665   G__cpp_setup_global5();
27666   G__cpp_setup_global6();
27667 }
27668 
27669 /*********************************************************
27670 * Global function information setup for each class
27671 *********************************************************/
27672 static void G__cpp_setup_func0() {
27673    G__lastifuncposition();
27674 
27675 }
27676 
27677 static void G__cpp_setup_func1() {
27678 }
27679 
27680 static void G__cpp_setup_func2() {
27681 }
27682 
27683 static void G__cpp_setup_func3() {
27684 
27685    G__resetifuncposition();
27686 }
27687 
27688 extern "C" void G__cpp_setup_funcG__Gui3() {
27689   G__cpp_setup_func0();
27690   G__cpp_setup_func1();
27691   G__cpp_setup_func2();
27692   G__cpp_setup_func3();
27693 }
27694 
27695 /*********************************************************
27696 * Class,struct,union,enum tag information setup
27697 *********************************************************/
27698 /* Setup class/struct taginfo */
27699 G__linked_taginfo G__G__Gui3LN_TClass = { "TClass" , 99 , -1 };
27700 G__linked_taginfo G__G__Gui3LN_TBuffer = { "TBuffer" , 99 , -1 };
27701 G__linked_taginfo G__G__Gui3LN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
27702 G__linked_taginfo G__G__Gui3LN_TObject = { "TObject" , 99 , -1 };
27703 G__linked_taginfo G__G__Gui3LN_TNamed = { "TNamed" , 99 , -1 };
27704 G__linked_taginfo G__G__Gui3LN_TString = { "TString" , 99 , -1 };
27705 G__linked_taginfo G__G__Gui3LN_basic_ostreamlEcharcOchar_traitslEchargRsPgR = { "basic_ostream<char,char_traits<char> >" , 99 , -1 };
27706 G__linked_taginfo G__G__Gui3LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
27707 G__linked_taginfo G__G__Gui3LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
27708 G__linked_taginfo G__G__Gui3LN_TList = { "TList" , 99 , -1 };
27709 G__linked_taginfo G__G__Gui3LN_TBrowser = { "TBrowser" , 99 , -1 };
27710 G__linked_taginfo G__G__Gui3LN_TObjArray = { "TObjArray" , 99 , -1 };
27711 G__linked_taginfo G__G__Gui3LN_TMethod = { "TMethod" , 99 , -1 };
27712 G__linked_taginfo G__G__Gui3LN_TTimer = { "TTimer" , 99 , -1 };
27713 G__linked_taginfo G__G__Gui3LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
27714 G__linked_taginfo G__G__Gui3LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
27715 G__linked_taginfo G__G__Gui3LN_TRegexp = { "TRegexp" , 99 , -1 };
27716 G__linked_taginfo G__G__Gui3LN_TApplicationImp = { "TApplicationImp" , 99 , -1 };
27717 G__linked_taginfo G__G__Gui3LN_TCanvasImp = { "TCanvasImp" , 99 , -1 };
27718 G__linked_taginfo G__G__Gui3LN_TCanvas = { "TCanvas" , 99 , -1 };
27719 G__linked_taginfo G__G__Gui3LN_TBrowserImp = { "TBrowserImp" , 99 , -1 };
27720 G__linked_taginfo G__G__Gui3LN_TContextMenuImp = { "TContextMenuImp" , 99 , -1 };
27721 G__linked_taginfo G__G__Gui3LN_TContextMenu = { "TContextMenu" , 99 , -1 };
27722 G__linked_taginfo G__G__Gui3LN_TControlBarImp = { "TControlBarImp" , 99 , -1 };
27723 G__linked_taginfo G__G__Gui3LN_TControlBar = { "TControlBar" , 99 , -1 };
27724 G__linked_taginfo G__G__Gui3LN_TGuiFactory = { "TGuiFactory" , 99 , -1 };
27725 G__linked_taginfo G__G__Gui3LN_TRootGuiFactory = { "TRootGuiFactory" , 99 , -1 };
27726 G__linked_taginfo G__G__Gui3LN_TGClient = { "TGClient" , 99 , -1 };
27727 G__linked_taginfo G__G__Gui3LN_TRootApplication = { "TRootApplication" , 99 , -1 };
27728 G__linked_taginfo G__G__Gui3LN_Event_t = { "Event_t" , 115 , -1 };
27729 G__linked_taginfo G__G__Gui3LN_Rectangle_t = { "Rectangle_t" , 115 , -1 };
27730 G__linked_taginfo G__G__Gui3LN_TGObject = { "TGObject" , 99 , -1 };
27731 G__linked_taginfo G__G__Gui3LN_TQObject = { "TQObject" , 99 , -1 };
27732 G__linked_taginfo G__G__Gui3LN_TGWindow = { "TGWindow" , 99 , -1 };
27733 G__linked_taginfo G__G__Gui3LN_TGPicture = { "TGPicture" , 99 , -1 };
27734 G__linked_taginfo G__G__Gui3LN_TGGC = { "TGGC" , 99 , -1 };
27735 G__linked_taginfo G__G__Gui3LN_TGFont = { "TGFont" , 99 , -1 };
27736 G__linked_taginfo G__G__Gui3LN_TGDimension = { "TGDimension" , 99 , -1 };
27737 G__linked_taginfo G__G__Gui3LN_TGPosition = { "TGPosition" , 99 , -1 };
27738 G__linked_taginfo G__G__Gui3LN_TGRectangle = { "TGRectangle" , 99 , -1 };
27739 G__linked_taginfo G__G__Gui3LN_TGFrame = { "TGFrame" , 99 , -1 };
27740 G__linked_taginfo G__G__Gui3LN_TGCompositeFrame = { "TGCompositeFrame" , 99 , -1 };
27741 G__linked_taginfo G__G__Gui3LN_TGLayoutHints = { "TGLayoutHints" , 99 , -1 };
27742 G__linked_taginfo G__G__Gui3LN_TGString = { "TGString" , 99 , -1 };
27743 G__linked_taginfo G__G__Gui3LN_TGHotString = { "TGHotString" , 99 , -1 };
27744 G__linked_taginfo G__G__Gui3LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR = { "iterator<bidirectional_iterator_tag,TObject*,long,const TObject**,const TObject*&>" , 115 , -1 };
27745 G__linked_taginfo G__G__Gui3LN_TGTextButton = { "TGTextButton" , 99 , -1 };
27746 G__linked_taginfo G__G__Gui3LN_TDNDData = { "TDNDData" , 99 , -1 };
27747 G__linked_taginfo G__G__Gui3LN_EDNDFlags = { "EDNDFlags" , 101 , -1 };
27748 G__linked_taginfo G__G__Gui3LN_TGVerticalFrame = { "TGVerticalFrame" , 99 , -1 };
27749 G__linked_taginfo G__G__Gui3LN_TGHorizontalFrame = { "TGHorizontalFrame" , 99 , -1 };
27750 G__linked_taginfo G__G__Gui3LN_TGMainFrame = { "TGMainFrame" , 99 , -1 };
27751 G__linked_taginfo G__G__Gui3LN_TGTransientFrame = { "TGTransientFrame" , 99 , -1 };
27752 G__linked_taginfo G__G__Gui3LN_TGCanvas = { "TGCanvas" , 99 , -1 };
27753 G__linked_taginfo G__G__Gui3LN_TGMenuBar = { "TGMenuBar" , 99 , -1 };
27754 G__linked_taginfo G__G__Gui3LN_TGPopupMenu = { "TGPopupMenu" , 99 , -1 };
27755 G__linked_taginfo G__G__Gui3LN_TGStatusBar = { "TGStatusBar" , 99 , -1 };
27756 G__linked_taginfo G__G__Gui3LN_TRootContainer = { "TRootContainer" , 99 , -1 };
27757 G__linked_taginfo G__G__Gui3LN_TGToolBar = { "TGToolBar" , 99 , -1 };
27758 G__linked_taginfo G__G__Gui3LN_TGHorizontal3DLine = { "TGHorizontal3DLine" , 99 , -1 };
27759 G__linked_taginfo G__G__Gui3LN_TGVertical3DLine = { "TGVertical3DLine" , 99 , -1 };
27760 G__linked_taginfo G__G__Gui3LN_TVirtualPadEditor = { "TVirtualPadEditor" , 99 , -1 };
27761 G__linked_taginfo G__G__Gui3LN_TGDockableFrame = { "TGDockableFrame" , 99 , -1 };
27762 G__linked_taginfo G__G__Gui3LN_TGDNDManager = { "TGDNDManager" , 99 , -1 };
27763 G__linked_taginfo G__G__Gui3LN_TGToolTip = { "TGToolTip" , 99 , -1 };
27764 G__linked_taginfo G__G__Gui3LN_TRootCanvas = { "TRootCanvas" , 99 , -1 };
27765 G__linked_taginfo G__G__Gui3LN_TGButton = { "TGButton" , 99 , -1 };
27766 G__linked_taginfo G__G__Gui3LN_TGFSComboBox = { "TGFSComboBox" , 99 , -1 };
27767 G__linked_taginfo G__G__Gui3LN_TGLabel = { "TGLabel" , 99 , -1 };
27768 G__linked_taginfo G__G__Gui3LN_TGListView = { "TGListView" , 99 , -1 };
27769 G__linked_taginfo G__G__Gui3LN_TRootIconBox = { "TRootIconBox" , 99 , -1 };
27770 G__linked_taginfo G__G__Gui3LN_TGListTree = { "TGListTree" , 99 , -1 };
27771 G__linked_taginfo G__G__Gui3LN_TGListTreeItem = { "TGListTreeItem" , 99 , -1 };
27772 G__linked_taginfo G__G__Gui3LN_TGFileContainer = { "TGFileContainer" , 99 , -1 };
27773 G__linked_taginfo G__G__Gui3LN_TGComboBox = { "TGComboBox" , 99 , -1 };
27774 G__linked_taginfo G__G__Gui3LN_TGTextEdit = { "TGTextEdit" , 99 , -1 };
27775 G__linked_taginfo G__G__Gui3LN_TRootBrowserLite = { "TRootBrowserLite" , 99 , -1 };
27776 G__linked_taginfo G__G__Gui3LN_TFunction = { "TFunction" , 99 , -1 };
27777 G__linked_taginfo G__G__Gui3LN_TGWidget = { "TGWidget" , 99 , -1 };
27778 G__linked_taginfo G__G__Gui3LN_TGMenuEntry = { "TGMenuEntry" , 99 , -1 };
27779 G__linked_taginfo G__G__Gui3LN_TRootDialog = { "TRootDialog" , 99 , -1 };
27780 G__linked_taginfo G__G__Gui3LN_TRootContextMenu = { "TRootContextMenu" , 99 , -1 };
27781 G__linked_taginfo G__G__Gui3LN_TRootControlBar = { "TRootControlBar" , 99 , -1 };
27782 G__linked_taginfo G__G__Gui3LN_TGTextView = { "TGTextView" , 99 , -1 };
27783 G__linked_taginfo G__G__Gui3LN_TRootHelpDialog = { "TRootHelpDialog" , 99 , -1 };
27784 G__linked_taginfo G__G__Gui3LN_TRootEmbeddedContainer = { "TRootEmbeddedContainer" , 99 , -1 };
27785 G__linked_taginfo G__G__Gui3LN_TRootEmbeddedCanvas = { "TRootEmbeddedCanvas" , 99 , -1 };
27786 G__linked_taginfo G__G__Gui3LN_TGTextEntry = { "TGTextEntry" , 99 , -1 };
27787 G__linked_taginfo G__G__Gui3LN_TGTextBuffer = { "TGTextBuffer" , 99 , -1 };
27788 G__linked_taginfo G__G__Gui3LN_TGTab = { "TGTab" , 99 , -1 };
27789 G__linked_taginfo G__G__Gui3LN_TColorWheel = { "TColorWheel" , 99 , -1 };
27790 G__linked_taginfo G__G__Gui3LN_TGColorPalette = { "TGColorPalette" , 99 , -1 };
27791 G__linked_taginfo G__G__Gui3LN_TGColorPick = { "TGColorPick" , 99 , -1 };
27792 G__linked_taginfo G__G__Gui3LN_TGColorDialog = { "TGColorDialog" , 99 , -1 };
27793 G__linked_taginfo G__G__Gui3LN_TGPictureButton = { "TGPictureButton" , 99 , -1 };
27794 G__linked_taginfo G__G__Gui3LN_TGCheckButton = { "TGCheckButton" , 99 , -1 };
27795 G__linked_taginfo G__G__Gui3LN_TGColorFrame = { "TGColorFrame" , 99 , -1 };
27796 G__linked_taginfo G__G__Gui3LN_TG16ColorSelector = { "TG16ColorSelector" , 99 , -1 };
27797 G__linked_taginfo G__G__Gui3LN_TGColorPopup = { "TGColorPopup" , 99 , -1 };
27798 G__linked_taginfo G__G__Gui3LN_TGColorSelect = { "TGColorSelect" , 99 , -1 };
27799 G__linked_taginfo G__G__Gui3LN_TGListBox = { "TGListBox" , 99 , -1 };
27800 G__linked_taginfo G__G__Gui3LN_TGFontDialog = { "TGFontDialog" , 99 , -1 };
27801 G__linked_taginfo G__G__Gui3LN_TGFontDialogcLcLFontProp_t = { "TGFontDialog::FontProp_t" , 115 , -1 };
27802 G__linked_taginfo G__G__Gui3LN_TGDockButton = { "TGDockButton" , 99 , -1 };
27803 G__linked_taginfo G__G__Gui3LN_TGDockHideButton = { "TGDockHideButton" , 99 , -1 };
27804 G__linked_taginfo G__G__Gui3LN_TGUndockedFrame = { "TGUndockedFrame" , 99 , -1 };
27805 G__linked_taginfo G__G__Gui3LN_EMdiResizingModes = { "EMdiResizingModes" , 101 , -1 };
27806 G__linked_taginfo G__G__Gui3LN_EMdiHints = { "EMdiHints" , 101 , -1 };
27807 G__linked_taginfo G__G__Gui3LN_EMdiArrangementModes = { "EMdiArrangementModes" , 101 , -1 };
27808 G__linked_taginfo G__G__Gui3LN_EMdiGeometryMask = { "EMdiGeometryMask" , 101 , -1 };
27809 G__linked_taginfo G__G__Gui3LN_TGMdiMenuBar = { "TGMdiMenuBar" , 99 , -1 };
27810 G__linked_taginfo G__G__Gui3LN_TGMdiContainer = { "TGMdiContainer" , 99 , -1 };
27811 G__linked_taginfo G__G__Gui3LN_TGMdiDecorFrame = { "TGMdiDecorFrame" , 99 , -1 };
27812 G__linked_taginfo G__G__Gui3LN_TGMdiFrame = { "TGMdiFrame" , 99 , -1 };
27813 G__linked_taginfo G__G__Gui3LN_TGMdiFrameList = { "TGMdiFrameList" , 99 , -1 };
27814 G__linked_taginfo G__G__Gui3LN_TGMdiMainFrame = { "TGMdiMainFrame" , 99 , -1 };
27815 G__linked_taginfo G__G__Gui3LN_TGMdiGeometry = { "TGMdiGeometry" , 99 , -1 };
27816 G__linked_taginfo G__G__Gui3LN_TGMdiMainFramecLcLdA = { "TGMdiMainFrame::$" , 101 , -1 };
27817 G__linked_taginfo G__G__Gui3LN_TGMdiTitleIcon = { "TGMdiTitleIcon" , 99 , -1 };
27818 G__linked_taginfo G__G__Gui3LN_TGMdiButtons = { "TGMdiButtons" , 99 , -1 };
27819 G__linked_taginfo G__G__Gui3LN_TImage = { "TImage" , 99 , -1 };
27820 G__linked_taginfo G__G__Gui3LN_TGIcon = { "TGIcon" , 99 , -1 };
27821 G__linked_taginfo G__G__Gui3LN_TGMdiFramecLcLdA = { "TGMdiFrame::$" , 101 , -1 };
27822 G__linked_taginfo G__G__Gui3LN_EMdiResizerPlacement = { "EMdiResizerPlacement" , 101 , -1 };
27823 G__linked_taginfo G__G__Gui3LN_TGMdiTitleBar = { "TGMdiTitleBar" , 99 , -1 };
27824 G__linked_taginfo G__G__Gui3LN_TGMdiWinResizer = { "TGMdiWinResizer" , 99 , -1 };
27825 G__linked_taginfo G__G__Gui3LN_TGMdiVerticalWinResizer = { "TGMdiVerticalWinResizer" , 99 , -1 };
27826 G__linked_taginfo G__G__Gui3LN_TGMdiHorizontalWinResizer = { "TGMdiHorizontalWinResizer" , 99 , -1 };
27827 G__linked_taginfo G__G__Gui3LN_TGMdiCornerWinResizer = { "TGMdiCornerWinResizer" , 99 , -1 };
27828 G__linked_taginfo G__G__Gui3LN_TGMdiDecorFramecLcLdA = { "TGMdiDecorFrame::$" , 101 , -1 };
27829 G__linked_taginfo G__G__Gui3LN_EDragType = { "EDragType" , 101 , -1 };
27830 G__linked_taginfo G__G__Gui3LN_TVirtualDragManager = { "TVirtualDragManager" , 99 , -1 };
27831 G__linked_taginfo G__G__Gui3LN_EGuiBldAction = { "EGuiBldAction" , 101 , -1 };
27832 G__linked_taginfo G__G__Gui3LN_TGuiBldAction = { "TGuiBldAction" , 99 , -1 };
27833 G__linked_taginfo G__G__Gui3LN_TGuiBuilder = { "TGuiBuilder" , 99 , -1 };
27834 G__linked_taginfo G__G__Gui3LN_TGRedirectOutputGuard = { "TGRedirectOutputGuard" , 99 , -1 };
27835 G__linked_taginfo G__G__Gui3LN_TGPasswdDialog = { "TGPasswdDialog" , 99 , -1 };
27836 G__linked_taginfo G__G__Gui3LN_TGText = { "TGText" , 99 , -1 };
27837 G__linked_taginfo G__G__Gui3LN_TMacro = { "TMacro" , 99 , -1 };
27838 G__linked_taginfo G__G__Gui3LN_TGTextEditor = { "TGTextEditor" , 99 , -1 };
27839 G__linked_taginfo G__G__Gui3LN_TVectorTlEdoublegR = { "TVectorT<double>" , 99 , -1 };
27840 G__linked_taginfo G__G__Gui3LN_TGSpeedo = { "TGSpeedo" , 99 , -1 };
27841 G__linked_taginfo G__G__Gui3LN_TGSpeedocLcLEGlowColor = { "TGSpeedo::EGlowColor" , 101 , -1 };
27842 G__linked_taginfo G__G__Gui3LN_TGDragWindow = { "TGDragWindow" , 99 , -1 };
27843 G__linked_taginfo G__G__Gui3LN_TGTable = { "TGTable" , 99 , -1 };
27844 G__linked_taginfo G__G__Gui3LN_TGTableCell = { "TGTableCell" , 99 , -1 };
27845 G__linked_taginfo G__G__Gui3LN_EHeaderType = { "EHeaderType" , 101 , -1 };
27846 G__linked_taginfo G__G__Gui3LN_TGTableHeader = { "TGTableHeader" , 99 , -1 };
27847 G__linked_taginfo G__G__Gui3LN_TVirtualTableInterface = { "TVirtualTableInterface" , 99 , -1 };
27848 G__linked_taginfo G__G__Gui3LN_TGTableFrame = { "TGTableFrame" , 99 , -1 };
27849 G__linked_taginfo G__G__Gui3LN_TGTableHeaderFrame = { "TGTableHeaderFrame" , 99 , -1 };
27850 G__linked_taginfo G__G__Gui3LN_TTableRange = { "TTableRange" , 99 , -1 };
27851 G__linked_taginfo G__G__Gui3LN_TGSimpleTableInterface = { "TGSimpleTableInterface" , 99 , -1 };
27852 G__linked_taginfo G__G__Gui3LN_TGSimpleTable = { "TGSimpleTable" , 99 , -1 };
27853 G__linked_taginfo G__G__Gui3LN_TGCommandPlugin = { "TGCommandPlugin" , 99 , -1 };
27854 G__linked_taginfo G__G__Gui3LN_TRootBrowser = { "TRootBrowser" , 99 , -1 };
27855 G__linked_taginfo G__G__Gui3LN_TSystemDirectory = { "TSystemDirectory" , 99 , -1 };
27856 G__linked_taginfo G__G__Gui3LN_TSystemFile = { "TSystemFile" , 99 , -1 };
27857 G__linked_taginfo G__G__Gui3LN_TGFileBrowser = { "TGFileBrowser" , 99 , -1 };
27858 G__linked_taginfo G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgR = { "list<TGListTreeItem*,allocator<TGListTreeItem*> >" , 99 , -1 };
27859 G__linked_taginfo G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgRcLcLiterator = { "list<TGListTreeItem*,allocator<TGListTreeItem*> >::iterator" , 99 , -1 };
27860 G__linked_taginfo G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgRcLcLreverse_iterator = { "list<TGListTreeItem*,allocator<TGListTreeItem*> >::reverse_iterator" , 99 , -1 };
27861 G__linked_taginfo G__G__Gui3LN_TGVSplitter = { "TGVSplitter" , 99 , -1 };
27862 G__linked_taginfo G__G__Gui3LN_TGHSplitter = { "TGHSplitter" , 99 , -1 };
27863 G__linked_taginfo G__G__Gui3LN_TBrowserPlugin = { "TBrowserPlugin" , 99 , -1 };
27864 G__linked_taginfo G__G__Gui3LN_TRootBrowsercLcLEInsertPosition = { "TRootBrowser::EInsertPosition" , 101 , -1 };
27865 G__linked_taginfo G__G__Gui3LN_TMap = { "TMap" , 99 , -1 };
27866 G__linked_taginfo G__G__Gui3LN_TGSplitter = { "TGSplitter" , 99 , -1 };
27867 G__linked_taginfo G__G__Gui3LN_TGRectMap = { "TGRectMap" , 99 , -1 };
27868 G__linked_taginfo G__G__Gui3LN_TGSplitTool = { "TGSplitTool" , 99 , -1 };
27869 G__linked_taginfo G__G__Gui3LN_TGSplitFrame = { "TGSplitFrame" , 99 , -1 };
27870 G__linked_taginfo G__G__Gui3LN_TGShapedFrame = { "TGShapedFrame" , 99 , -1 };
27871 G__linked_taginfo G__G__Gui3LN_TGEventHandler = { "TGEventHandler" , 99 , -1 };
27872 
27873 /* Reset class/struct taginfo */
27874 extern "C" void G__cpp_reset_tagtableG__Gui3() {
27875   G__G__Gui3LN_TClass.tagnum = -1 ;
27876   G__G__Gui3LN_TBuffer.tagnum = -1 ;
27877   G__G__Gui3LN_TMemberInspector.tagnum = -1 ;
27878   G__G__Gui3LN_TObject.tagnum = -1 ;
27879   G__G__Gui3LN_TNamed.tagnum = -1 ;
27880   G__G__Gui3LN_TString.tagnum = -1 ;
27881   G__G__Gui3LN_basic_ostreamlEcharcOchar_traitslEchargRsPgR.tagnum = -1 ;
27882   G__G__Gui3LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
27883   G__G__Gui3LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
27884   G__G__Gui3LN_TList.tagnum = -1 ;
27885   G__G__Gui3LN_TBrowser.tagnum = -1 ;
27886   G__G__Gui3LN_TObjArray.tagnum = -1 ;
27887   G__G__Gui3LN_TMethod.tagnum = -1 ;
27888   G__G__Gui3LN_TTimer.tagnum = -1 ;
27889   G__G__Gui3LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
27890   G__G__Gui3LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
27891   G__G__Gui3LN_TRegexp.tagnum = -1 ;
27892   G__G__Gui3LN_TApplicationImp.tagnum = -1 ;
27893   G__G__Gui3LN_TCanvasImp.tagnum = -1 ;
27894   G__G__Gui3LN_TCanvas.tagnum = -1 ;
27895   G__G__Gui3LN_TBrowserImp.tagnum = -1 ;
27896   G__G__Gui3LN_TContextMenuImp.tagnum = -1 ;
27897   G__G__Gui3LN_TContextMenu.tagnum = -1 ;
27898   G__G__Gui3LN_TControlBarImp.tagnum = -1 ;
27899   G__G__Gui3LN_TControlBar.tagnum = -1 ;
27900   G__G__Gui3LN_TGuiFactory.tagnum = -1 ;
27901   G__G__Gui3LN_TRootGuiFactory.tagnum = -1 ;
27902   G__G__Gui3LN_TGClient.tagnum = -1 ;
27903   G__G__Gui3LN_TRootApplication.tagnum = -1 ;
27904   G__G__Gui3LN_Event_t.tagnum = -1 ;
27905   G__G__Gui3LN_Rectangle_t.tagnum = -1 ;
27906   G__G__Gui3LN_TGObject.tagnum = -1 ;
27907   G__G__Gui3LN_TQObject.tagnum = -1 ;
27908   G__G__Gui3LN_TGWindow.tagnum = -1 ;
27909   G__G__Gui3LN_TGPicture.tagnum = -1 ;
27910   G__G__Gui3LN_TGGC.tagnum = -1 ;
27911   G__G__Gui3LN_TGFont.tagnum = -1 ;
27912   G__G__Gui3LN_TGDimension.tagnum = -1 ;
27913   G__G__Gui3LN_TGPosition.tagnum = -1 ;
27914   G__G__Gui3LN_TGRectangle.tagnum = -1 ;
27915   G__G__Gui3LN_TGFrame.tagnum = -1 ;
27916   G__G__Gui3LN_TGCompositeFrame.tagnum = -1 ;
27917   G__G__Gui3LN_TGLayoutHints.tagnum = -1 ;
27918   G__G__Gui3LN_TGString.tagnum = -1 ;
27919   G__G__Gui3LN_TGHotString.tagnum = -1 ;
27920   G__G__Gui3LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR.tagnum = -1 ;
27921   G__G__Gui3LN_TGTextButton.tagnum = -1 ;
27922   G__G__Gui3LN_TDNDData.tagnum = -1 ;
27923   G__G__Gui3LN_EDNDFlags.tagnum = -1 ;
27924   G__G__Gui3LN_TGVerticalFrame.tagnum = -1 ;
27925   G__G__Gui3LN_TGHorizontalFrame.tagnum = -1 ;
27926   G__G__Gui3LN_TGMainFrame.tagnum = -1 ;
27927   G__G__Gui3LN_TGTransientFrame.tagnum = -1 ;
27928   G__G__Gui3LN_TGCanvas.tagnum = -1 ;
27929   G__G__Gui3LN_TGMenuBar.tagnum = -1 ;
27930   G__G__Gui3LN_TGPopupMenu.tagnum = -1 ;
27931   G__G__Gui3LN_TGStatusBar.tagnum = -1 ;
27932   G__G__Gui3LN_TRootContainer.tagnum = -1 ;
27933   G__G__Gui3LN_TGToolBar.tagnum = -1 ;
27934   G__G__Gui3LN_TGHorizontal3DLine.tagnum = -1 ;
27935   G__G__Gui3LN_TGVertical3DLine.tagnum = -1 ;
27936   G__G__Gui3LN_TVirtualPadEditor.tagnum = -1 ;
27937   G__G__Gui3LN_TGDockableFrame.tagnum = -1 ;
27938   G__G__Gui3LN_TGDNDManager.tagnum = -1 ;
27939   G__G__Gui3LN_TGToolTip.tagnum = -1 ;
27940   G__G__Gui3LN_TRootCanvas.tagnum = -1 ;
27941   G__G__Gui3LN_TGButton.tagnum = -1 ;
27942   G__G__Gui3LN_TGFSComboBox.tagnum = -1 ;
27943   G__G__Gui3LN_TGLabel.tagnum = -1 ;
27944   G__G__Gui3LN_TGListView.tagnum = -1 ;
27945   G__G__Gui3LN_TRootIconBox.tagnum = -1 ;
27946   G__G__Gui3LN_TGListTree.tagnum = -1 ;
27947   G__G__Gui3LN_TGListTreeItem.tagnum = -1 ;
27948   G__G__Gui3LN_TGFileContainer.tagnum = -1 ;
27949   G__G__Gui3LN_TGComboBox.tagnum = -1 ;
27950   G__G__Gui3LN_TGTextEdit.tagnum = -1 ;
27951   G__G__Gui3LN_TRootBrowserLite.tagnum = -1 ;
27952   G__G__Gui3LN_TFunction.tagnum = -1 ;
27953   G__G__Gui3LN_TGWidget.tagnum = -1 ;
27954   G__G__Gui3LN_TGMenuEntry.tagnum = -1 ;
27955   G__G__Gui3LN_TRootDialog.tagnum = -1 ;
27956   G__G__Gui3LN_TRootContextMenu.tagnum = -1 ;
27957   G__G__Gui3LN_TRootControlBar.tagnum = -1 ;
27958   G__G__Gui3LN_TGTextView.tagnum = -1 ;
27959   G__G__Gui3LN_TRootHelpDialog.tagnum = -1 ;
27960   G__G__Gui3LN_TRootEmbeddedContainer.tagnum = -1 ;
27961   G__G__Gui3LN_TRootEmbeddedCanvas.tagnum = -1 ;
27962   G__G__Gui3LN_TGTextEntry.tagnum = -1 ;
27963   G__G__Gui3LN_TGTextBuffer.tagnum = -1 ;
27964   G__G__Gui3LN_TGTab.tagnum = -1 ;
27965   G__G__Gui3LN_TColorWheel.tagnum = -1 ;
27966   G__G__Gui3LN_TGColorPalette.tagnum = -1 ;
27967   G__G__Gui3LN_TGColorPick.tagnum = -1 ;
27968   G__G__Gui3LN_TGColorDialog.tagnum = -1 ;
27969   G__G__Gui3LN_TGPictureButton.tagnum = -1 ;
27970   G__G__Gui3LN_TGCheckButton.tagnum = -1 ;
27971   G__G__Gui3LN_TGColorFrame.tagnum = -1 ;
27972   G__G__Gui3LN_TG16ColorSelector.tagnum = -1 ;
27973   G__G__Gui3LN_TGColorPopup.tagnum = -1 ;
27974   G__G__Gui3LN_TGColorSelect.tagnum = -1 ;
27975   G__G__Gui3LN_TGListBox.tagnum = -1 ;
27976   G__G__Gui3LN_TGFontDialog.tagnum = -1 ;
27977   G__G__Gui3LN_TGFontDialogcLcLFontProp_t.tagnum = -1 ;
27978   G__G__Gui3LN_TGDockButton.tagnum = -1 ;
27979   G__G__Gui3LN_TGDockHideButton.tagnum = -1 ;
27980   G__G__Gui3LN_TGUndockedFrame.tagnum = -1 ;
27981   G__G__Gui3LN_EMdiResizingModes.tagnum = -1 ;
27982   G__G__Gui3LN_EMdiHints.tagnum = -1 ;
27983   G__G__Gui3LN_EMdiArrangementModes.tagnum = -1 ;
27984   G__G__Gui3LN_EMdiGeometryMask.tagnum = -1 ;
27985   G__G__Gui3LN_TGMdiMenuBar.tagnum = -1 ;
27986   G__G__Gui3LN_TGMdiContainer.tagnum = -1 ;
27987   G__G__Gui3LN_TGMdiDecorFrame.tagnum = -1 ;
27988   G__G__Gui3LN_TGMdiFrame.tagnum = -1 ;
27989   G__G__Gui3LN_TGMdiFrameList.tagnum = -1 ;
27990   G__G__Gui3LN_TGMdiMainFrame.tagnum = -1 ;
27991   G__G__Gui3LN_TGMdiGeometry.tagnum = -1 ;
27992   G__G__Gui3LN_TGMdiMainFramecLcLdA.tagnum = -1 ;
27993   G__G__Gui3LN_TGMdiTitleIcon.tagnum = -1 ;
27994   G__G__Gui3LN_TGMdiButtons.tagnum = -1 ;
27995   G__G__Gui3LN_TImage.tagnum = -1 ;
27996   G__G__Gui3LN_TGIcon.tagnum = -1 ;
27997   G__G__Gui3LN_TGMdiFramecLcLdA.tagnum = -1 ;
27998   G__G__Gui3LN_EMdiResizerPlacement.tagnum = -1 ;
27999   G__G__Gui3LN_TGMdiTitleBar.tagnum = -1 ;
28000   G__G__Gui3LN_TGMdiWinResizer.tagnum = -1 ;
28001   G__G__Gui3LN_TGMdiVerticalWinResizer.tagnum = -1 ;
28002   G__G__Gui3LN_TGMdiHorizontalWinResizer.tagnum = -1 ;
28003   G__G__Gui3LN_TGMdiCornerWinResizer.tagnum = -1 ;
28004   G__G__Gui3LN_TGMdiDecorFramecLcLdA.tagnum = -1 ;
28005   G__G__Gui3LN_EDragType.tagnum = -1 ;
28006   G__G__Gui3LN_TVirtualDragManager.tagnum = -1 ;
28007   G__G__Gui3LN_EGuiBldAction.tagnum = -1 ;
28008   G__G__Gui3LN_TGuiBldAction.tagnum = -1 ;
28009   G__G__Gui3LN_TGuiBuilder.tagnum = -1 ;
28010   G__G__Gui3LN_TGRedirectOutputGuard.tagnum = -1 ;
28011   G__G__Gui3LN_TGPasswdDialog.tagnum = -1 ;
28012   G__G__Gui3LN_TGText.tagnum = -1 ;
28013   G__G__Gui3LN_TMacro.tagnum = -1 ;
28014   G__G__Gui3LN_TGTextEditor.tagnum = -1 ;
28015   G__G__Gui3LN_TVectorTlEdoublegR.tagnum = -1 ;
28016   G__G__Gui3LN_TGSpeedo.tagnum = -1 ;
28017   G__G__Gui3LN_TGSpeedocLcLEGlowColor.tagnum = -1 ;
28018   G__G__Gui3LN_TGDragWindow.tagnum = -1 ;
28019   G__G__Gui3LN_TGTable.tagnum = -1 ;
28020   G__G__Gui3LN_TGTableCell.tagnum = -1 ;
28021   G__G__Gui3LN_EHeaderType.tagnum = -1 ;
28022   G__G__Gui3LN_TGTableHeader.tagnum = -1 ;
28023   G__G__Gui3LN_TVirtualTableInterface.tagnum = -1 ;
28024   G__G__Gui3LN_TGTableFrame.tagnum = -1 ;
28025   G__G__Gui3LN_TGTableHeaderFrame.tagnum = -1 ;
28026   G__G__Gui3LN_TTableRange.tagnum = -1 ;
28027   G__G__Gui3LN_TGSimpleTableInterface.tagnum = -1 ;
28028   G__G__Gui3LN_TGSimpleTable.tagnum = -1 ;
28029   G__G__Gui3LN_TGCommandPlugin.tagnum = -1 ;
28030   G__G__Gui3LN_TRootBrowser.tagnum = -1 ;
28031   G__G__Gui3LN_TSystemDirectory.tagnum = -1 ;
28032   G__G__Gui3LN_TSystemFile.tagnum = -1 ;
28033   G__G__Gui3LN_TGFileBrowser.tagnum = -1 ;
28034   G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgR.tagnum = -1 ;
28035   G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgRcLcLiterator.tagnum = -1 ;
28036   G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgRcLcLreverse_iterator.tagnum = -1 ;
28037   G__G__Gui3LN_TGVSplitter.tagnum = -1 ;
28038   G__G__Gui3LN_TGHSplitter.tagnum = -1 ;
28039   G__G__Gui3LN_TBrowserPlugin.tagnum = -1 ;
28040   G__G__Gui3LN_TRootBrowsercLcLEInsertPosition.tagnum = -1 ;
28041   G__G__Gui3LN_TMap.tagnum = -1 ;
28042   G__G__Gui3LN_TGSplitter.tagnum = -1 ;
28043   G__G__Gui3LN_TGRectMap.tagnum = -1 ;
28044   G__G__Gui3LN_TGSplitTool.tagnum = -1 ;
28045   G__G__Gui3LN_TGSplitFrame.tagnum = -1 ;
28046   G__G__Gui3LN_TGShapedFrame.tagnum = -1 ;
28047   G__G__Gui3LN_TGEventHandler.tagnum = -1 ;
28048 }
28049 
28050 
28051 extern "C" void G__cpp_setup_tagtableG__Gui3() {
28052 
28053    /* Setting up class,struct,union tag entry */
28054    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TClass);
28055    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TBuffer);
28056    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TMemberInspector);
28057    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TObject);
28058    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TNamed);
28059    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TString);
28060    G__get_linked_tagnum_fwd(&G__G__Gui3LN_basic_ostreamlEcharcOchar_traitslEchargRsPgR);
28061    G__get_linked_tagnum_fwd(&G__G__Gui3LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
28062    G__get_linked_tagnum_fwd(&G__G__Gui3LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
28063    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TList);
28064    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TBrowser);
28065    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TObjArray);
28066    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TMethod);
28067    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TTimer);
28068    G__get_linked_tagnum_fwd(&G__G__Gui3LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
28069    G__get_linked_tagnum_fwd(&G__G__Gui3LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
28070    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRegexp);
28071    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TApplicationImp);
28072    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TCanvasImp);
28073    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TCanvas);
28074    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TBrowserImp);
28075    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TContextMenuImp);
28076    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TContextMenu);
28077    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TControlBarImp);
28078    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TControlBar);
28079    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGuiFactory);
28080    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootGuiFactory),sizeof(TRootGuiFactory),-1,62720,"Factory for ROOT GUI components",G__setup_memvarTRootGuiFactory,G__setup_memfuncTRootGuiFactory);
28081    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGClient);
28082    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootApplication),sizeof(TRootApplication),-1,34048,"ROOT native GUI application environment",G__setup_memvarTRootApplication,G__setup_memfuncTRootApplication);
28083    G__get_linked_tagnum_fwd(&G__G__Gui3LN_Event_t);
28084    G__get_linked_tagnum_fwd(&G__G__Gui3LN_Rectangle_t);
28085    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGObject);
28086    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TQObject);
28087    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGWindow);
28088    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGPicture);
28089    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGGC);
28090    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGFont);
28091    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGDimension);
28092    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGPosition);
28093    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGRectangle);
28094    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGFrame);
28095    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGCompositeFrame);
28096    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGLayoutHints);
28097    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGString);
28098    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGHotString);
28099    G__get_linked_tagnum_fwd(&G__G__Gui3LN_iteratorlEbidirectional_iterator_tagcOTObjectmUcOlongcOconstsPTObjectmUmUcOconstsPTObjectmUaNgR);
28100    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTextButton);
28101    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TDNDData),sizeof(TDNDData),-1,32512,"Drag and drop specific data",G__setup_memvarTDNDData,G__setup_memfuncTDNDData);
28102    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_EDNDFlags),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
28103    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGVerticalFrame);
28104    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGHorizontalFrame);
28105    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMainFrame);
28106    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTransientFrame);
28107    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGCanvas);
28108    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMenuBar);
28109    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGPopupMenu);
28110    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGStatusBar);
28111    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootContainer);
28112    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGToolBar);
28113    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGHorizontal3DLine);
28114    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGVertical3DLine);
28115    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TVirtualPadEditor);
28116    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGDockableFrame),sizeof(TGDockableFrame),-1,65280,"Dockable widget",G__setup_memvarTGDockableFrame,G__setup_memfuncTGDockableFrame);
28117    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGDNDManager),sizeof(TGDNDManager),-1,65024,"The main Drag and Drop Manager",G__setup_memvarTGDNDManager,G__setup_memfuncTGDNDManager);
28118    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGToolTip);
28119    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootCanvas),sizeof(TRootCanvas),-1,65280,"ROOT native GUI version of main window with menubar and drawing area",G__setup_memvarTRootCanvas,G__setup_memfuncTRootCanvas);
28120    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGButton);
28121    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGFSComboBox);
28122    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGLabel);
28123    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGListView);
28124    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootIconBox);
28125    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGListTree);
28126    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGListTreeItem);
28127    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGFileContainer);
28128    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGComboBox);
28129    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTextEdit);
28130    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootBrowserLite),sizeof(TRootBrowserLite),-1,62720,"ROOT native GUI version of browser",G__setup_memvarTRootBrowserLite,G__setup_memfuncTRootBrowserLite);
28131    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TFunction);
28132    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGWidget);
28133    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMenuEntry);
28134    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootDialog),sizeof(TRootDialog),-1,62720,"Native GUI method argument prompt dialog box",G__setup_memvarTRootDialog,G__setup_memfuncTRootDialog);
28135    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootContextMenu),sizeof(TRootContextMenu),-1,65280,"ROOT native GUI context sensitive popup menu",G__setup_memvarTRootContextMenu,G__setup_memfuncTRootContextMenu);
28136    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootControlBar),sizeof(TRootControlBar),-1,62720,"ROOT native GUI implementation of TControlBar",G__setup_memvarTRootControlBar,G__setup_memfuncTRootControlBar);
28137    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTextView);
28138    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootHelpDialog),sizeof(TRootHelpDialog),-1,65280,"Dialog to display help text",G__setup_memvarTRootHelpDialog,G__setup_memfuncTRootHelpDialog);
28139    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootEmbeddedContainer);
28140    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootEmbeddedCanvas),sizeof(TRootEmbeddedCanvas),-1,65280,"A ROOT TCanvas that can be embedded in a TGFrame",G__setup_memvarTRootEmbeddedCanvas,G__setup_memfuncTRootEmbeddedCanvas);
28141    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTextEntry);
28142    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTextBuffer);
28143    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTab);
28144    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TColorWheel);
28145    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGColorPalette),sizeof(TGColorPalette),-1,65280,"Color palette widget",G__setup_memvarTGColorPalette,G__setup_memfuncTGColorPalette);
28146    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGColorPick),sizeof(TGColorPick),-1,62720,"Color picker widget",G__setup_memvarTGColorPick,G__setup_memfuncTGColorPick);
28147    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGColorDialog),sizeof(TGColorDialog),-1,65280,"Color selection dialog",G__setup_memvarTGColorDialog,G__setup_memfuncTGColorDialog);
28148    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGPictureButton);
28149    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGCheckButton);
28150    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGColorFrame),sizeof(TGColorFrame),-1,65280,"Frame for color cell",G__setup_memvarTGColorFrame,G__setup_memfuncTGColorFrame);
28151    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TG16ColorSelector),sizeof(TG16ColorSelector),-1,65280,"16 color cells",G__setup_memvarTG16ColorSelector,G__setup_memfuncTG16ColorSelector);
28152    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGColorPopup),sizeof(TGColorPopup),-1,65280,"Color selector popup",G__setup_memvarTGColorPopup,G__setup_memfuncTGColorPopup);
28153    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGColorSelect),sizeof(TGColorSelect),-1,65280,"Color selection checkbutton",G__setup_memvarTGColorSelect,G__setup_memfuncTGColorSelect);
28154    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGListBox);
28155    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGFontDialog),sizeof(TGFontDialog),-1,62720,"Font selection dialog",G__setup_memvarTGFontDialog,G__setup_memfuncTGFontDialog);
28156    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGFontDialogcLcLFontProp_t),sizeof(TGFontDialog::FontProp_t),-1,0,(char*)NULL,G__setup_memvarTGFontDialogcLcLFontProp_t,G__setup_memfuncTGFontDialogcLcLFontProp_t);
28157    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGDockButton),sizeof(TGDockButton),-1,62720,"Dock button",G__setup_memvarTGDockButton,G__setup_memfuncTGDockButton);
28158    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGDockHideButton),sizeof(TGDockHideButton),-1,61696,"Hide dock button",G__setup_memvarTGDockHideButton,G__setup_memfuncTGDockHideButton);
28159    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGUndockedFrame),sizeof(TGUndockedFrame),-1,65280,"Undocked frame",G__setup_memvarTGUndockedFrame,G__setup_memfuncTGUndockedFrame);
28160    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_EMdiResizingModes),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
28161    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_EMdiHints),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
28162    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_EMdiArrangementModes),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
28163    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_EMdiGeometryMask),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
28164    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiMenuBar),sizeof(TGMdiMenuBar),-1,62464,"MDI menu bar",G__setup_memvarTGMdiMenuBar,G__setup_memfuncTGMdiMenuBar);
28165    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiContainer),sizeof(TGMdiContainer),-1,61440,"MDI container",G__setup_memvarTGMdiContainer,G__setup_memfuncTGMdiContainer);
28166    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiDecorFrame),sizeof(TGMdiDecorFrame),-1,62464,"MDI Decor Frame",G__setup_memvarTGMdiDecorFrame,G__setup_memfuncTGMdiDecorFrame);
28167    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiFrame),sizeof(TGMdiFrame),-1,62464,"MDI Frame",G__setup_memvarTGMdiFrame,G__setup_memfuncTGMdiFrame);
28168    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiFrameList),sizeof(TGMdiFrameList),-1,1024,"MDI Frame list",G__setup_memvarTGMdiFrameList,G__setup_memfuncTGMdiFrameList);
28169    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiMainFrame),sizeof(TGMdiMainFrame),-1,62464,"MDI main frame",G__setup_memvarTGMdiMainFrame,G__setup_memfuncTGMdiMainFrame);
28170    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiGeometry),sizeof(TGMdiGeometry),-1,1024,"MDI Geometry",G__setup_memvarTGMdiGeometry,G__setup_memfuncTGMdiGeometry);
28171    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiMainFramecLcLdA);
28172    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiTitleIcon),sizeof(TGMdiTitleIcon),-1,62464,"MDI Title Icon",G__setup_memvarTGMdiTitleIcon,G__setup_memfuncTGMdiTitleIcon);
28173    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiButtons),sizeof(TGMdiButtons),-1,62464,"MDI Buttons Frame",G__setup_memvarTGMdiButtons,G__setup_memfuncTGMdiButtons);
28174    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TImage);
28175    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGIcon);
28176    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiFramecLcLdA);
28177    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_EMdiResizerPlacement),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
28178    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiTitleBar),sizeof(TGMdiTitleBar),-1,62464,"MDI Title Bar",G__setup_memvarTGMdiTitleBar,G__setup_memfuncTGMdiTitleBar);
28179    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiWinResizer),sizeof(TGMdiWinResizer),-1,61440,"Window Resizer",G__setup_memvarTGMdiWinResizer,G__setup_memfuncTGMdiWinResizer);
28180    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiVerticalWinResizer),sizeof(TGMdiVerticalWinResizer),-1,61440,"Vertical Window Resizer",G__setup_memvarTGMdiVerticalWinResizer,G__setup_memfuncTGMdiVerticalWinResizer);
28181    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiHorizontalWinResizer),sizeof(TGMdiHorizontalWinResizer),-1,61440,"Horizontal Window Resizer",G__setup_memvarTGMdiHorizontalWinResizer,G__setup_memfuncTGMdiHorizontalWinResizer);
28182    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiCornerWinResizer),sizeof(TGMdiCornerWinResizer),-1,61440,"Corner Window Resizer",G__setup_memvarTGMdiCornerWinResizer,G__setup_memfuncTGMdiCornerWinResizer);
28183    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGMdiDecorFramecLcLdA);
28184    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_EDragType),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
28185    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TVirtualDragManager),sizeof(TVirtualDragManager),-1,1280,"drag and drop manager",G__setup_memvarTVirtualDragManager,G__setup_memfuncTVirtualDragManager);
28186    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_EGuiBldAction),sizeof(int),-1,0,(char*)NULL,NULL,NULL);
28187    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGuiBldAction),sizeof(TGuiBldAction),-1,62720,"gui builder action",G__setup_memvarTGuiBldAction,G__setup_memfuncTGuiBldAction);
28188    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGuiBuilder),sizeof(TGuiBuilder),-1,1280,"ABC for gui builder",G__setup_memvarTGuiBuilder,G__setup_memfuncTGuiBuilder);
28189    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGRedirectOutputGuard),sizeof(TGRedirectOutputGuard),-1,33792,"Exception safe output redirection",G__setup_memvarTGRedirectOutputGuard,G__setup_memfuncTGRedirectOutputGuard);
28190    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGPasswdDialog),sizeof(TGPasswdDialog),-1,33792,"Dialog for entering passwords",G__setup_memvarTGPasswdDialog,G__setup_memfuncTGPasswdDialog);
28191    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGText);
28192    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TMacro);
28193    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTextEditor),sizeof(TGTextEditor),-1,62720,"Simple text editor using TGTextEdit widget",G__setup_memvarTGTextEditor,G__setup_memfuncTGTextEditor);
28194    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TVectorTlEdoublegR);
28195    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGSpeedo),sizeof(TGSpeedo),-1,62720,"Base class for analog meter widget",G__setup_memvarTGSpeedo,G__setup_memfuncTGSpeedo);
28196    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGSpeedocLcLEGlowColor);
28197    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGDragWindow),sizeof(TGDragWindow),-1,62464,"Window used for dragging",G__setup_memvarTGDragWindow,G__setup_memfuncTGDragWindow);
28198    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTable),sizeof(TGTable),-1,62720,"A table used to visualize data from diffent sources.",G__setup_memvarTGTable,G__setup_memfuncTGTable);
28199    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTableCell),sizeof(TGTableCell),-1,62720,"A single cell in a TGTable.",G__setup_memvarTGTableCell,G__setup_memfuncTGTableCell);
28200    G__get_linked_tagnum_fwd(&G__G__Gui3LN_EHeaderType);
28201    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTableHeader),sizeof(TGTableHeader),-1,62720,"Header for use in TGTable.",G__setup_memvarTGTableHeader,G__setup_memfuncTGTableHeader);
28202    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TVirtualTableInterface);
28203    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTableFrame),sizeof(TGTableFrame),-1,33792,"A frame used internally by TGTable.",G__setup_memvarTGTableFrame,G__setup_memfuncTGTableFrame);
28204    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGTableHeaderFrame),sizeof(TGTableHeaderFrame),-1,62464,"A frame used internally by TGTable.",G__setup_memvarTGTableHeaderFrame,G__setup_memfuncTGTableHeaderFrame);
28205    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TTableRange),sizeof(TTableRange),-1,1280,"Range used in TGTable.",G__setup_memvarTTableRange,G__setup_memfuncTTableRange);
28206    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGSimpleTableInterface),sizeof(TGSimpleTableInterface),-1,33792,"Interface to data in a 2D array of Double_t",G__setup_memvarTGSimpleTableInterface,G__setup_memfuncTGSimpleTableInterface);
28207    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGSimpleTable),sizeof(TGSimpleTable),-1,62464,"A simple table that owns it's interface.",G__setup_memvarTGSimpleTable,G__setup_memfuncTGSimpleTable);
28208    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGCommandPlugin),sizeof(TGCommandPlugin),-1,62464,"Command (I/O redirection) plugin for the new ROOT Browser",G__setup_memvarTGCommandPlugin,G__setup_memfuncTGCommandPlugin);
28209    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootBrowser),sizeof(TRootBrowser),-1,65280,"New ROOT Browser",G__setup_memvarTRootBrowser,G__setup_memfuncTRootBrowser);
28210    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TSystemDirectory);
28211    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TSystemFile);
28212    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGFileBrowser),sizeof(TGFileBrowser),-1,62464,"File browser.",G__setup_memvarTGFileBrowser,G__setup_memfuncTGFileBrowser);
28213    G__get_linked_tagnum_fwd(&G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgR);
28214    G__get_linked_tagnum_fwd(&G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgRcLcLiterator);
28215    G__get_linked_tagnum_fwd(&G__G__Gui3LN_listlETGListTreeItemmUcOallocatorlETGListTreeItemmUgRsPgRcLcLreverse_iterator);
28216    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGVSplitter);
28217    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGHSplitter);
28218    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TBrowserPlugin),sizeof(TBrowserPlugin),-1,62464,"basic plugin description class",G__setup_memvarTBrowserPlugin,G__setup_memfuncTBrowserPlugin);
28219    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TRootBrowsercLcLEInsertPosition);
28220    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TMap);
28221    G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGSplitter);
28222    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGRectMap),sizeof(TGRectMap),-1,65024,"Rectangle used in TMap",G__setup_memvarTGRectMap,G__setup_memfuncTGRectMap);
28223    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGSplitTool),sizeof(TGSplitTool),-1,65280,"Split frame tool utility",G__setup_memvarTGSplitTool,G__setup_memfuncTGSplitTool);
28224    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGSplitFrame),sizeof(TGSplitFrame),-1,65280,"Splittable composite frame",G__setup_memvarTGSplitFrame,G__setup_memfuncTGSplitFrame);
28225    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGShapedFrame),sizeof(TGShapedFrame),-1,65280,"Shaped composite frame",G__setup_memvarTGShapedFrame,G__setup_memfuncTGShapedFrame);
28226    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__Gui3LN_TGEventHandler),sizeof(TGEventHandler),-1,65024,"Abstract event handler",G__setup_memvarTGEventHandler,G__setup_memfuncTGEventHandler);
28227 }
28228 extern "C" void G__cpp_setupG__Gui3(void) {
28229   G__check_setup_version(30051515,"G__cpp_setupG__Gui3()");
28230   G__set_cpp_environmentG__Gui3();
28231   G__cpp_setup_tagtableG__Gui3();
28232 
28233   G__cpp_setup_inheritanceG__Gui3();
28234 
28235   G__cpp_setup_typetableG__Gui3();
28236 
28237   G__cpp_setup_memvarG__Gui3();
28238 
28239   G__cpp_setup_memfuncG__Gui3();
28240   G__cpp_setup_globalG__Gui3();
28241   G__cpp_setup_funcG__Gui3();
28242 
28243    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__Gui3();
28244   return;
28245 }
28246 class G__cpp_setup_initG__Gui3 {
28247   public:
28248     G__cpp_setup_initG__Gui3() { G__add_setup_func("G__Gui3",(G__incsetup)(&G__cpp_setupG__Gui3)); G__call_setup_funcs(); }
28249    ~G__cpp_setup_initG__Gui3() { G__remove_setup_func("G__Gui3"); }
28250 };
28251 G__cpp_setup_initG__Gui3 G__cpp_setup_initializerG__Gui3;
28252 

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