G__X11.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:48:17 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME graf2ddIx11dIsrcdIG__X11
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__X11.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 TGX11_ShowMembers(void *obj, TMemberInspector &R__insp);
00041    static void *new_TGX11(void *p = 0);
00042    static void *newArray_TGX11(Long_t size, void *p);
00043    static void delete_TGX11(void *p);
00044    static void deleteArray_TGX11(void *p);
00045    static void destruct_TGX11(void *p);
00046    static void streamer_TGX11(TBuffer &buf, void *obj);
00047 
00048    // Function generating the singleton type initializer
00049    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGX11*)
00050    {
00051       ::TGX11 *ptr = 0;
00052       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGX11 >(0);
00053       static ::ROOT::TGenericClassInfo 
00054          instance("TGX11", ::TGX11::Class_Version(), "include/TGX11.h", 92,
00055                   typeid(::TGX11), DefineBehavior(ptr, ptr),
00056                   &::TGX11::Dictionary, isa_proxy, 0,
00057                   sizeof(::TGX11) );
00058       instance.SetNew(&new_TGX11);
00059       instance.SetNewArray(&newArray_TGX11);
00060       instance.SetDelete(&delete_TGX11);
00061       instance.SetDeleteArray(&deleteArray_TGX11);
00062       instance.SetDestructor(&destruct_TGX11);
00063       instance.SetStreamerFunc(&streamer_TGX11);
00064       return &instance;
00065    }
00066    TGenericClassInfo *GenerateInitInstance(const ::TGX11*)
00067    {
00068       return GenerateInitInstanceLocal((::TGX11*)0);
00069    }
00070    // Static variable to force the class initialization
00071    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGX11*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00072 } // end of namespace ROOT
00073 
00074 //______________________________________________________________________________
00075 TClass *TGX11::fgIsA = 0;  // static to hold class pointer
00076 
00077 //______________________________________________________________________________
00078 const char *TGX11::Class_Name()
00079 {
00080    return "TGX11";
00081 }
00082 
00083 //______________________________________________________________________________
00084 const char *TGX11::ImplFileName()
00085 {
00086    return ::ROOT::GenerateInitInstanceLocal((const ::TGX11*)0x0)->GetImplFileName();
00087 }
00088 
00089 //______________________________________________________________________________
00090 int TGX11::ImplFileLine()
00091 {
00092    return ::ROOT::GenerateInitInstanceLocal((const ::TGX11*)0x0)->GetImplFileLine();
00093 }
00094 
00095 //______________________________________________________________________________
00096 void TGX11::Dictionary()
00097 {
00098    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGX11*)0x0)->GetClass();
00099 }
00100 
00101 //______________________________________________________________________________
00102 TClass *TGX11::Class()
00103 {
00104    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGX11*)0x0)->GetClass();
00105    return fgIsA;
00106 }
00107 
00108 //______________________________________________________________________________
00109 void TGX11::Streamer(TBuffer &R__b)
00110 {
00111    // Stream an object of class TGX11.
00112 
00113    TVirtualX::Streamer(R__b);
00114 }
00115 
00116 //______________________________________________________________________________
00117 void TGX11::ShowMembers(TMemberInspector &R__insp)
00118 {
00119       // Inspect the data members of an object of class TGX11.
00120       TClass *R__cl = ::TGX11::IsA();
00121       if (R__cl || R__insp.IsA()) { }
00122       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxNumberOfWindows", &fMaxNumberOfWindows);
00123       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWindows", &fWindows);
00124       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColors", &fColors);
00125       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCursors[19]", fCursors);
00126       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXEvent", &fXEvent);
00127       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplay", &fDisplay);
00128       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVisual", &fVisual);
00129       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRootWin", &fRootWin);
00130       R__insp.Inspect(R__cl, R__insp.GetParent(), "fVisRootWin", &fVisRootWin);
00131       R__insp.Inspect(R__cl, R__insp.GetParent(), "fColormap", &fColormap);
00132       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBlackPixel", &fBlackPixel);
00133       R__insp.Inspect(R__cl, R__insp.GetParent(), "fWhitePixel", &fWhitePixel);
00134       R__insp.Inspect(R__cl, R__insp.GetParent(), "fScreenNumber", &fScreenNumber);
00135       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlignH", &fTextAlignH);
00136       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlignV", &fTextAlignV);
00137       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlign", &fTextAlign);
00138       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCharacterUpX", &fCharacterUpX);
00139       R__insp.Inspect(R__cl, R__insp.GetParent(), "fCharacterUpY", &fCharacterUpY);
00140       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextMagnitude", &fTextMagnitude);
00141       R__insp.Inspect(R__cl, R__insp.GetParent(), "fDepth", &fDepth);
00142       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRedDiv", &fRedDiv);
00143       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGreenDiv", &fGreenDiv);
00144       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBlueDiv", &fBlueDiv);
00145       R__insp.Inspect(R__cl, R__insp.GetParent(), "fRedShift", &fRedShift);
00146       R__insp.Inspect(R__cl, R__insp.GetParent(), "fGreenShift", &fGreenShift);
00147       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBlueShift", &fBlueShift);
00148       R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasTTFonts", &fHasTTFonts);
00149       TVirtualX::ShowMembers(R__insp);
00150 }
00151 
00152 namespace ROOT {
00153    // Wrappers around operator new
00154    static void *new_TGX11(void *p) {
00155       return  p ? new(p) ::TGX11 : new ::TGX11;
00156    }
00157    static void *newArray_TGX11(Long_t nElements, void *p) {
00158       return p ? new(p) ::TGX11[nElements] : new ::TGX11[nElements];
00159    }
00160    // Wrapper around operator delete
00161    static void delete_TGX11(void *p) {
00162       delete ((::TGX11*)p);
00163    }
00164    static void deleteArray_TGX11(void *p) {
00165       delete [] ((::TGX11*)p);
00166    }
00167    static void destruct_TGX11(void *p) {
00168       typedef ::TGX11 current_t;
00169       ((current_t*)p)->~current_t();
00170    }
00171    // Wrapper around a custom streamer member function.
00172    static void streamer_TGX11(TBuffer &buf, void *obj) {
00173       ((::TGX11*)obj)->::TGX11::Streamer(buf);
00174    }
00175 } // end of namespace ROOT for class ::TGX11
00176 
00177 /********************************************************
00178 * graf2d/x11/src/G__X11.cxx
00179 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00180 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00181 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00182 ********************************************************/
00183 
00184 #ifdef G__MEMTEST
00185 #undef malloc
00186 #undef free
00187 #endif
00188 
00189 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00190 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00191 #endif
00192 
00193 extern "C" void G__cpp_reset_tagtableG__X11();
00194 
00195 extern "C" void G__set_cpp_environmentG__X11() {
00196   G__add_compiledheader("TObject.h");
00197   G__add_compiledheader("TMemberInspector.h");
00198   G__add_compiledheader("TGX11.h");
00199   G__cpp_reset_tagtableG__X11();
00200 }
00201 #include <new>
00202 extern "C" int G__cpp_dllrevG__X11() { return(30051515); }
00203 
00204 /*********************************************************
00205 * Member function Interface Method
00206 *********************************************************/
00207 
00208 /* TGX11 */
00209 static int G__G__X11_155_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00210 {
00211    TGX11* p = NULL;
00212    char* gvp = (char*) G__getgvp();
00213    int n = G__getaryconstruct();
00214    if (n) {
00215      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00216        p = new TGX11[n];
00217      } else {
00218        p = new((void*) gvp) TGX11[n];
00219      }
00220    } else {
00221      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00222        p = new TGX11;
00223      } else {
00224        p = new((void*) gvp) TGX11;
00225      }
00226    }
00227    result7->obj.i = (long) p;
00228    result7->ref = (long) p;
00229    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__X11LN_TGX11));
00230    return(1 || funcname || hash || result7 || libp) ;
00231 }
00232 
00233 static int G__G__X11_155_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00234 {
00235    TGX11* p = NULL;
00236    char* gvp = (char*) G__getgvp();
00237    //m: 1
00238    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00239      p = new TGX11(*(TGX11*) libp->para[0].ref);
00240    } else {
00241      p = new((void*) gvp) TGX11(*(TGX11*) libp->para[0].ref);
00242    }
00243    result7->obj.i = (long) p;
00244    result7->ref = (long) p;
00245    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__X11LN_TGX11));
00246    return(1 || funcname || hash || result7 || libp) ;
00247 }
00248 
00249 static int G__G__X11_155_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00250 {
00251    TGX11* p = NULL;
00252    char* gvp = (char*) G__getgvp();
00253    //m: 2
00254    if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00255      p = new TGX11((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00256    } else {
00257      p = new((void*) gvp) TGX11((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1]));
00258    }
00259    result7->obj.i = (long) p;
00260    result7->ref = (long) p;
00261    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__X11LN_TGX11));
00262    return(1 || funcname || hash || result7 || libp) ;
00263 }
00264 
00265 static int G__G__X11_155_0_61(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00266 {
00267       G__letint(result7, 105, (long) ((TGX11*) G__getstructoffset())->OpenDisplay((Display*) G__int(libp->para[0])));
00268    return(1 || funcname || hash || result7 || libp) ;
00269 }
00270 
00271 static int G__G__X11_155_0_94(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00272 {
00273    switch (libp->paran) {
00274    case 1:
00275       ((TGX11*) G__getstructoffset())->SetTextMagnitude((Float_t) G__double(libp->para[0]));
00276       G__setnull(result7);
00277       break;
00278    case 0:
00279       ((TGX11*) G__getstructoffset())->SetTextMagnitude();
00280       G__setnull(result7);
00281       break;
00282    }
00283    return(1 || funcname || hash || result7 || libp) ;
00284 }
00285 
00286 static int G__G__X11_155_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00287 {
00288       ((TGX11*) G__getstructoffset())->Sync((Int_t) G__int(libp->para[0]));
00289       G__setnull(result7);
00290    return(1 || funcname || hash || result7 || libp) ;
00291 }
00292 
00293 static int G__G__X11_155_0_236(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00294 {
00295       G__letint(result7, 85, (long) TGX11::Class());
00296    return(1 || funcname || hash || result7 || libp) ;
00297 }
00298 
00299 static int G__G__X11_155_0_237(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00300 {
00301       G__letint(result7, 67, (long) TGX11::Class_Name());
00302    return(1 || funcname || hash || result7 || libp) ;
00303 }
00304 
00305 static int G__G__X11_155_0_238(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00306 {
00307       G__letint(result7, 115, (long) TGX11::Class_Version());
00308    return(1 || funcname || hash || result7 || libp) ;
00309 }
00310 
00311 static int G__G__X11_155_0_239(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00312 {
00313       TGX11::Dictionary();
00314       G__setnull(result7);
00315    return(1 || funcname || hash || result7 || libp) ;
00316 }
00317 
00318 static int G__G__X11_155_0_243(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00319 {
00320       ((TGX11*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00321       G__setnull(result7);
00322    return(1 || funcname || hash || result7 || libp) ;
00323 }
00324 
00325 static int G__G__X11_155_0_244(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00326 {
00327       G__letint(result7, 67, (long) TGX11::DeclFileName());
00328    return(1 || funcname || hash || result7 || libp) ;
00329 }
00330 
00331 static int G__G__X11_155_0_245(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00332 {
00333       G__letint(result7, 105, (long) TGX11::ImplFileLine());
00334    return(1 || funcname || hash || result7 || libp) ;
00335 }
00336 
00337 static int G__G__X11_155_0_246(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00338 {
00339       G__letint(result7, 67, (long) TGX11::ImplFileName());
00340    return(1 || funcname || hash || result7 || libp) ;
00341 }
00342 
00343 static int G__G__X11_155_0_247(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00344 {
00345       G__letint(result7, 105, (long) TGX11::DeclFileLine());
00346    return(1 || funcname || hash || result7 || libp) ;
00347 }
00348 
00349 // automatic destructor
00350 typedef TGX11 G__TTGX11;
00351 static int G__G__X11_155_0_248(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00352 {
00353    char* gvp = (char*) G__getgvp();
00354    long soff = G__getstructoffset();
00355    int n = G__getaryconstruct();
00356    //
00357    //has_a_delete: 1
00358    //has_own_delete1arg: 0
00359    //has_own_delete2arg: 0
00360    //
00361    if (!soff) {
00362      return(1);
00363    }
00364    if (n) {
00365      if (gvp == (char*)G__PVOID) {
00366        delete[] (TGX11*) soff;
00367      } else {
00368        G__setgvp((long) G__PVOID);
00369        for (int i = n - 1; i >= 0; --i) {
00370          ((TGX11*) (soff+(sizeof(TGX11)*i)))->~G__TTGX11();
00371        }
00372        G__setgvp((long)gvp);
00373      }
00374    } else {
00375      if (gvp == (char*)G__PVOID) {
00376        delete (TGX11*) soff;
00377      } else {
00378        G__setgvp((long) G__PVOID);
00379        ((TGX11*) (soff))->~G__TTGX11();
00380        G__setgvp((long)gvp);
00381      }
00382    }
00383    G__setnull(result7);
00384    return(1 || funcname || hash || result7 || libp) ;
00385 }
00386 
00387 // automatic assignment operator
00388 static int G__G__X11_155_0_249(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00389 {
00390    TGX11* dest = (TGX11*) G__getstructoffset();
00391    *dest = *(TGX11*) libp->para[0].ref;
00392    const TGX11& obj = *dest;
00393    result7->ref = (long) (&obj);
00394    result7->obj.i = (long) (&obj);
00395    return(1 || funcname || hash || result7 || libp) ;
00396 }
00397 
00398 
00399 /* Setting up global function */
00400 
00401 /*********************************************************
00402 * Member function Stub
00403 *********************************************************/
00404 
00405 /* TGX11 */
00406 
00407 /*********************************************************
00408 * Global function Stub
00409 *********************************************************/
00410 
00411 /*********************************************************
00412 * Get size of pointer to member function
00413 *********************************************************/
00414 class G__Sizep2memfuncG__X11 {
00415  public:
00416   G__Sizep2memfuncG__X11(): p(&G__Sizep2memfuncG__X11::sizep2memfunc) {}
00417     size_t sizep2memfunc() { return(sizeof(p)); }
00418   private:
00419     size_t (G__Sizep2memfuncG__X11::*p)();
00420 };
00421 
00422 size_t G__get_sizep2memfuncG__X11()
00423 {
00424   G__Sizep2memfuncG__X11 a;
00425   G__setsizep2memfunc((int)a.sizep2memfunc());
00426   return((size_t)a.sizep2memfunc());
00427 }
00428 
00429 
00430 /*********************************************************
00431 * virtual base class offset calculation interface
00432 *********************************************************/
00433 
00434    /* Setting up class inheritance */
00435 
00436 /*********************************************************
00437 * Inheritance information setup/
00438 *********************************************************/
00439 extern "C" void G__cpp_setup_inheritanceG__X11() {
00440 
00441    /* Setting up class inheritance */
00442    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__X11LN_TGX11))) {
00443      TGX11 *G__Lderived;
00444      G__Lderived=(TGX11*)0x1000;
00445      {
00446        TVirtualX *G__Lpbase=(TVirtualX*)G__Lderived;
00447        G__inheritance_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11),G__get_linked_tagnum(&G__G__X11LN_TVirtualX),(long)G__Lpbase-(long)G__Lderived,1,1);
00448      }
00449      {
00450        TNamed *G__Lpbase=(TNamed*)G__Lderived;
00451        G__inheritance_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11),G__get_linked_tagnum(&G__G__X11LN_TNamed),(long)G__Lpbase-(long)G__Lderived,1,0);
00452      }
00453      {
00454        TObject *G__Lpbase=(TObject*)G__Lderived;
00455        G__inheritance_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11),G__get_linked_tagnum(&G__G__X11LN_TObject),(long)G__Lpbase-(long)G__Lderived,1,0);
00456      }
00457      {
00458        TAttLine *G__Lpbase=(TAttLine*)G__Lderived;
00459        G__inheritance_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11),G__get_linked_tagnum(&G__G__X11LN_TAttLine),(long)G__Lpbase-(long)G__Lderived,1,0);
00460      }
00461      {
00462        TAttFill *G__Lpbase=(TAttFill*)G__Lderived;
00463        G__inheritance_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11),G__get_linked_tagnum(&G__G__X11LN_TAttFill),(long)G__Lpbase-(long)G__Lderived,1,0);
00464      }
00465      {
00466        TAttText *G__Lpbase=(TAttText*)G__Lderived;
00467        G__inheritance_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11),G__get_linked_tagnum(&G__G__X11LN_TAttText),(long)G__Lpbase-(long)G__Lderived,1,0);
00468      }
00469      {
00470        TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived;
00471        G__inheritance_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11),G__get_linked_tagnum(&G__G__X11LN_TAttMarker),(long)G__Lpbase-(long)G__Lderived,1,0);
00472      }
00473    }
00474 }
00475 
00476 /*********************************************************
00477 * typedef information setup/
00478 *********************************************************/
00479 extern "C" void G__cpp_setup_typetableG__X11() {
00480 
00481    /* Setting up typedef entry */
00482    G__search_typename2("Int_t",105,-1,0,-1);
00483    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
00484    G__search_typename2("Float_t",102,-1,0,-1);
00485    G__setnewtype(-1,"Float 4 bytes (float)",0);
00486    G__search_typename2("Version_t",115,-1,0,-1);
00487    G__setnewtype(-1,"Class version identifier (short)",0);
00488    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
00489    G__setnewtype(-1,NULL,0);
00490    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00491    G__setnewtype(-1,NULL,0);
00492    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00493    G__setnewtype(-1,NULL,0);
00494    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
00495    G__setnewtype(-1,NULL,0);
00496    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00497    G__setnewtype(-1,NULL,0);
00498    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00499    G__setnewtype(-1,NULL,0);
00500 }
00501 
00502 /*********************************************************
00503 * Data Member information setup/
00504 *********************************************************/
00505 
00506    /* Setting up class,struct,union tag member variable */
00507 
00508    /* TGX11 */
00509 static void G__setup_memvarTGX11(void) {
00510    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11));
00511    { TGX11 *p; p=(TGX11*)0x1000; if (p) { }
00512    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fMaxNumberOfWindows=",0,"Maximum number of windows");
00513    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__X11LN_XWindow_t),-1,-1,4,"fWindows=",0,"List of windows");
00514    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__X11LN_TExMap),-1,-1,4,"fColors=",0,"Hash list of colors");
00515    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Cursor"),-1,4,"fCursors[19]=",0,"List of cursors");
00516    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__X11LN_XEvent),-1,-1,4,"fXEvent=",0,"Current native (X11) event");
00517    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__X11LN_Display),-1,-1,2,"fDisplay=",0,"Pointer to display");
00518    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__X11LN_Visual),-1,-1,2,"fVisual=",0,"Pointer to visual used by all windows");
00519    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Drawable"),-1,2,"fRootWin=",0,"Root window used as parent of all windows");
00520    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Drawable"),-1,2,"fVisRootWin=",0,"Root window with fVisual to be used to create GC's and XImages");
00521    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Colormap"),-1,2,"fColormap=",0,"Default colormap, 0 if b/w");
00522    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fBlackPixel=",0,"Value of black pixel in colormap");
00523    G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fWhitePixel=",0,"Value of white pixel in colormap");
00524    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fScreenNumber=",0,"Screen number");
00525    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTextAlignH=",0,"Text Alignment Horizontal");
00526    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTextAlignV=",0,"Text Alignment Vertical");
00527    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTextAlign=",0,"Text alignment (set in SetTextAlign)");
00528    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fCharacterUpX=",0,"Character Up vector along X");
00529    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fCharacterUpY=",0,"Character Up vector along Y");
00530    G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTextMagnitude=",0,"Text Magnitude");
00531    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDepth=",0,"Number of color planes");
00532    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fRedDiv=",0,"Red value divider, -1 if no TrueColor visual");
00533    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGreenDiv=",0,"Green value divider");
00534    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBlueDiv=",0,"Blue value divider");
00535    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fRedShift=",0,"Bits to left shift red, -1 if no TrueColor visual");
00536    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGreenShift=",0,"Bits to left shift green");
00537    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBlueShift=",0,"Bits to left shift blue");
00538    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHasTTFonts=",0,"True when TrueType fonts are used");
00539    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__X11LN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
00540    }
00541    G__tag_memvar_reset();
00542 }
00543 
00544 extern "C" void G__cpp_setup_memvarG__X11() {
00545 }
00546 /***********************************************************
00547 ************************************************************
00548 ************************************************************
00549 ************************************************************
00550 ************************************************************
00551 ************************************************************
00552 ************************************************************
00553 ***********************************************************/
00554 
00555 /*********************************************************
00556 * Member function information setup for each class
00557 *********************************************************/
00558 static void G__setup_memfuncTGX11(void) {
00559    /* TGX11 */
00560    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11));
00561    G__memfunc_setup("CloseWindow1",1183,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
00562    G__memfunc_setup("ClearPixmap",1110,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "K - 'Drawable' 0 - pix", (char*)NULL, (void*) NULL, 0);
00563    G__memfunc_setup("CopyWindowtoPixmap",1893,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00564 "K - 'Drawable' 0 - pix i - 'Int_t' 0 - xpos "
00565 "i - 'Int_t' 0 - ypos", (char*)NULL, (void*) NULL, 0);
00566    G__memfunc_setup("FindBestVisual",1411,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
00567    G__memfunc_setup("FindUsableVisual",1617,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
00568 "U 'XVisualInfo' - 0 - vlist i - 'Int_t' 0 - nitems", (char*)NULL, (void*) NULL, 0);
00569    G__memfunc_setup("PutImage",796,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 12, 1, 4, 0, 
00570 "i - 'Int_t' 0 - offset i - 'Int_t' 0 - itran "
00571 "i - 'Int_t' 0 - x0 i - 'Int_t' 0 - y0 "
00572 "i - 'Int_t' 0 - nx i - 'Int_t' 0 - ny "
00573 "i - 'Int_t' 0 - xmin i - 'Int_t' 0 - ymin "
00574 "i - 'Int_t' 0 - xmax i - 'Int_t' 0 - ymax "
00575 "B - 'UChar_t' 0 - image k - 'Drawable_t' 0 - id", (char*)NULL, (void*) NULL, 0);
00576    G__memfunc_setup("RemovePixmap",1245,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "K - 'Drawable' 0 - pix", (char*)NULL, (void*) NULL, 0);
00577    G__memfunc_setup("SetColor",811,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
00578 "u 'GC' - 0 - gc i - 'Int_t' 0 - ci", (char*)NULL, (void*) NULL, 0);
00579    G__memfunc_setup("SetFillStyleIndex",1724,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
00580 "i - 'Int_t' 0 - style i - 'Int_t' 0 - fasi", (char*)NULL, (void*) NULL, 0);
00581    G__memfunc_setup("SetInput",828,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 1, 4, 0, "i - 'Int_t' 0 - inp", (char*)NULL, (void*) NULL, 0);
00582    G__memfunc_setup("SetMarkerType",1328,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00583 "i - 'Int_t' 0 - type i - 'Int_t' 0 - n "
00584 "U 'XPoint' - 0 - xy", (char*)NULL, (void*) NULL, 0);
00585    G__memfunc_setup("CollectImageColors",1819,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0, 
00586 "k - 'ULong_t' 0 - pixel K - 'ULong_t' 1 - orgcolors "
00587 "i - 'Int_t' 1 - ncolors i - 'Int_t' 1 - maxcolors", (char*)NULL, (void*) NULL, 0);
00588    G__memfunc_setup("MakeOpaqueColors",1627,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00589 "i - 'Int_t' 0 - percent K - 'ULong_t' 0 - orgcolors "
00590 "i - 'Int_t' 0 - ncolors", (char*)NULL, (void*) NULL, 0);
00591    G__memfunc_setup("FindColor",896,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 4, 0, 
00592 "k - 'ULong_t' 0 - pixel K - 'ULong_t' 0 - orgcolors "
00593 "i - 'Int_t' 0 - ncolors", (char*)NULL, (void*) NULL, 0);
00594    G__memfunc_setup("ImgPickPalette",1395,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0, 
00595 "U 'XImage' - 0 - image i - 'Int_t' 1 - ncol "
00596 "I - 'Int_t' 1 - R I - 'Int_t' 1 - G "
00597 "I - 'Int_t' 1 - B", (char*)NULL, (void*) NULL, 0);
00598    G__memfunc_setup("MapGCValues",1048,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0, 
00599 "u 'GCValues_t' - 1 - gval k - 'ULong_t' 1 - xmask "
00600 "u 'XGCValues' - 1 - xgval g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0);
00601    G__memfunc_setup("MapSetWindowAttributes",2281,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00602 "U 'SetWindowAttributes_t' - 0 - attr k - 'ULong_t' 1 - xmask "
00603 "u 'XSetWindowAttributes' - 1 - xattr", (char*)NULL, (void*) NULL, 0);
00604    G__memfunc_setup("MapCursor",924,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
00605 "i 'ECursor' - 0 - cursor i - 'Int_t' 1 - xcursor", (char*)NULL, (void*) NULL, 0);
00606    G__memfunc_setup("MapColorStruct",1442,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, 
00607 "U 'ColorStruct_t' - 0 - color u 'XColor' - 1 - xcolor", (char*)NULL, (void*) NULL, 0);
00608    G__memfunc_setup("MapPictureAttributes",2081,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00609 "u 'PictureAttributes_t' - 1 - attr u 'XpmAttributes' - 1 - xpmattr "
00610 "g - 'Bool_t' 0 'kTRUE' toxpm", (char*)NULL, (void*) NULL, 0);
00611    G__memfunc_setup("MapModifierState",1614,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00612 "h - 'UInt_t' 1 - state h - 'UInt_t' 1 - xstate "
00613 "g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0);
00614    G__memfunc_setup("MapEvent",800,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00615 "u 'Event_t' - 1 - ev u 'XEvent' - 1 - xev "
00616 "g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0);
00617    G__memfunc_setup("MapEventMask",1196,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00618 "h - 'UInt_t' 1 - emask h - 'UInt_t' 1 - xemask "
00619 "g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0);
00620    G__memfunc_setup("MapKeySym",896,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, 
00621 "h - 'UInt_t' 1 - keysym h - 'UInt_t' 1 - xkeysym "
00622 "g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0);
00623    G__memfunc_setup("AllocColor",1002,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 0, 
00624 "k - 'Colormap' 0 - cmap U 'XColor' - 0 - color", (char*)NULL, (void*) NULL, 0);
00625    G__memfunc_setup("QueryColors",1160,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, 
00626 "k - 'Colormap' 0 - cmap U 'XColor' - 0 - colors "
00627 "i - 'Int_t' 0 - ncolors", (char*)NULL, (void*) NULL, 0);
00628    G__memfunc_setup("GetGC",426,(G__InterfaceMethod) NULL, 85, G__get_linked_tagnum(&G__G__X11LN_GC), -1, 0, 1, 1, 2, 8, "i - 'Int_t' 0 - which", (char*)NULL, (void*) NULL, 0);
00629    G__memfunc_setup("GetColor",799,(G__InterfaceMethod) NULL, 117, G__get_linked_tagnum(&G__G__X11LN_XColor_t), -1, 1, 1, 1, 2, 0, "i - 'Int_t' 0 - cid", (char*)NULL, (void*) NULL, 0);
00630    G__memfunc_setup("TGX11",341,G__G__X11_155_0_29, 105, G__get_linked_tagnum(&G__G__X11LN_TGX11), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0);
00631    G__memfunc_setup("TGX11",341,G__G__X11_155_0_30, 105, G__get_linked_tagnum(&G__G__X11LN_TGX11), -1, 0, 1, 1, 1, 0, "u 'TGX11' - 11 - org", (char*)NULL, (void*) NULL, 0);
00632    G__memfunc_setup("TGX11",341,G__G__X11_155_0_31, 105, G__get_linked_tagnum(&G__G__X11LN_TGX11), -1, 0, 2, 1, 1, 0, 
00633 "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0);
00634    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "Y - - 0 - display", (char*)NULL, (void*) NULL, 1);
00635    G__memfunc_setup("ClearWindow",1119,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00636    G__memfunc_setup("ClosePixmap",1125,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00637    G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00638    G__memfunc_setup("CopyPixmap",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00639 "i - 'Int_t' 0 - wid i - 'Int_t' 0 - xpos "
00640 "i - 'Int_t' 0 - ypos", (char*)NULL, (void*) NULL, 1);
00641    G__memfunc_setup("DrawBox",695,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00642 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
00643 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 "
00644 "i 'TVirtualX::EBoxMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
00645    G__memfunc_setup("DrawCellArray",1293,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
00646 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
00647 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 "
00648 "i - 'Int_t' 0 - nx i - 'Int_t' 0 - ny "
00649 "I - 'Int_t' 0 - ic", (char*)NULL, (void*) NULL, 1);
00650    G__memfunc_setup("DrawFillArea",1166,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00651 "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1);
00652    G__memfunc_setup("DrawLine",790,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00653 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
00654 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2", (char*)NULL, (void*) NULL, 1);
00655    G__memfunc_setup("DrawPolyLine",1210,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00656 "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1);
00657    G__memfunc_setup("DrawPolyMarker",1428,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00658 "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1);
00659    G__memfunc_setup("DrawText",819,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
00660 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
00661 "f - 'Float_t' 0 - angle f - 'Float_t' 0 - mgn "
00662 "C - - 10 - text i 'TVirtualX::ETextMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
00663    G__memfunc_setup("GetCharacterUp",1394,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00664 "f - 'Float_t' 1 - chupx f - 'Float_t' 1 - chupy", (char*)NULL, (void*) NULL, 1);
00665    G__memfunc_setup("GetDoubleBuffer",1493,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
00666    G__memfunc_setup("GetGeometry",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00667 "i - 'Int_t' 0 - wid i - 'Int_t' 1 - x "
00668 "i - 'Int_t' 1 - y h - 'UInt_t' 1 - w "
00669 "h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 1);
00670    G__memfunc_setup("DisplayName",1111,(G__InterfaceMethod) NULL,67, -1, -1, 0, 1, 1, 1, 1, "C - - 10 '0' dpyName", (char*)NULL, (void*) NULL, 1);
00671    G__memfunc_setup("GetNativeEvent",1417,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Handle_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00672    G__memfunc_setup("GetPixel",802,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("ULong_t"), 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
00673    G__memfunc_setup("GetPlanes",899,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 1 - nplanes", (char*)NULL, (void*) NULL, 1);
00674    G__memfunc_setup("GetRGB",507,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00675 "i - 'Int_t' 0 - index f - 'Float_t' 1 - r "
00676 "f - 'Float_t' 1 - g f - 'Float_t' 1 - b", (char*)NULL, (void*) NULL, 1);
00677    G__memfunc_setup("GetTextExtent",1341,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00678 "h - 'UInt_t' 1 - w h - 'UInt_t' 1 - h "
00679 "C - - 0 - mess", (char*)NULL, (void*) NULL, 1);
00680    G__memfunc_setup("GetTextMagnitude",1635,(G__InterfaceMethod) NULL,102, -1, G__defined_typename("Float_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00681    G__memfunc_setup("GetWindowID",1061,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
00682    G__memfunc_setup("HasTTFonts",974,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00683    G__memfunc_setup("InitWindow",1036,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "k - 'ULong_t' 0 - window", (char*)NULL, (void*) NULL, 1);
00684    G__memfunc_setup("AddWindow",897,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
00685 "k - 'ULong_t' 0 - qwid h - 'UInt_t' 0 - w "
00686 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00687    G__memfunc_setup("AddPixmap",888,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
00688 "k - 'ULong_t' 0 - pixid h - 'UInt_t' 0 - w "
00689 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00690    G__memfunc_setup("RemoveWindow",1254,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'ULong_t' 0 - qwid", (char*)NULL, (void*) NULL, 1);
00691    G__memfunc_setup("MoveWindow",1039,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00692 "i - 'Int_t' 0 - wid i - 'Int_t' 0 - x "
00693 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
00694    G__memfunc_setup("OpenDisplay",1128,G__G__X11_155_0_61, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'Display' - 0 - display", (char*)NULL, (void*) NULL, 0);
00695    G__memfunc_setup("OpenPixmap",1025,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
00696 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00697    G__memfunc_setup("QueryPointer",1271,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00698 "i - 'Int_t' 1 - ix i - 'Int_t' 1 - iy", (char*)NULL, (void*) NULL, 1);
00699    G__memfunc_setup("ReadGIF",594,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 4, 1, 1, 0, 
00700 "i - 'Int_t' 0 - x0 i - 'Int_t' 0 - y0 "
00701 "C - - 10 - file k - 'Window_t' 0 '0' id", (char*)NULL, (void*) NULL, 1);
00702    G__memfunc_setup("RequestLocator",1469,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, 
00703 "i - 'Int_t' 0 - mode i - 'Int_t' 0 - ctyp "
00704 "i - 'Int_t' 1 - x i - 'Int_t' 1 - y", (char*)NULL, (void*) NULL, 1);
00705    G__memfunc_setup("RequestString",1376,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
00706 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
00707 "C - - 0 - text", (char*)NULL, (void*) NULL, 1);
00708    G__memfunc_setup("RescaleWindow",1335,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00709 "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w "
00710 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00711    G__memfunc_setup("ResizePixmap",1249,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
00712 "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w "
00713 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00714    G__memfunc_setup("ResizeWindow",1258,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
00715    G__memfunc_setup("SelectWindow",1240,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
00716    G__memfunc_setup("SetCharacterUp",1406,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00717 "f - 'Float_t' 0 - chupx f - 'Float_t' 0 - chupy", (char*)NULL, (void*) NULL, 1);
00718    G__memfunc_setup("SetClipOFF",911,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - wid", (char*)NULL, (void*) NULL, 1);
00719    G__memfunc_setup("SetClipRegion",1304,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00720 "i - 'Int_t' 0 - wid i - 'Int_t' 0 - x "
00721 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
00722 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00723    G__memfunc_setup("SetCursor",938,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00724 "i - 'Int_t' 0 - win i 'ECursor' - 0 - cursor", (char*)NULL, (void*) NULL, 1);
00725    G__memfunc_setup("SetDoubleBuffer",1505,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00726 "i - 'Int_t' 0 - wid i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 1);
00727    G__memfunc_setup("SetDoubleBufferOFF",1724,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00728    G__memfunc_setup("SetDoubleBufferON",1662,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00729    G__memfunc_setup("SetDrawMode",1087,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i 'TVirtualX::EDrawMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
00730    G__memfunc_setup("SetFillColor",1202,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
00731    G__memfunc_setup("SetFillStyle",1220,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - style", (char*)NULL, (void*) NULL, 1);
00732    G__memfunc_setup("SetLineColor",1203,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
00733    G__memfunc_setup("SetLineType",1110,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00734 "i - 'Int_t' 0 - n I - 'Int_t' 0 - dash", (char*)NULL, (void*) NULL, 1);
00735    G__memfunc_setup("SetLineStyle",1221,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - linestyle", (char*)NULL, (void*) NULL, 1);
00736    G__memfunc_setup("SetLineWidth",1204,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Width_t' 0 - width", (char*)NULL, (void*) NULL, 1);
00737    G__memfunc_setup("SetMarkerColor",1421,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
00738    G__memfunc_setup("SetMarkerSize",1321,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - markersize", (char*)NULL, (void*) NULL, 1);
00739    G__memfunc_setup("SetMarkerStyle",1439,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Style_t' 0 - markerstyle", (char*)NULL, (void*) NULL, 1);
00740    G__memfunc_setup("SetOpacity",1029,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - percent", (char*)NULL, (void*) NULL, 1);
00741    G__memfunc_setup("SetRGB",519,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00742 "i - 'Int_t' 0 - cindex f - 'Float_t' 0 - r "
00743 "f - 'Float_t' 0 - g f - 'Float_t' 0 - b", (char*)NULL, (void*) NULL, 1);
00744    G__memfunc_setup("SetTextAlign",1212,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Short_t' 0 '11' talign", (char*)NULL, (void*) NULL, 1);
00745    G__memfunc_setup("SetTextColor",1232,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Color_t' 0 - cindex", (char*)NULL, (void*) NULL, 1);
00746    G__memfunc_setup("SetTextFont",1128,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, 
00747 "C - - 0 - fontname i 'TVirtualX::ETextSetMode' - 0 - mode", (char*)NULL, (void*) NULL, 1);
00748    G__memfunc_setup("SetTextFont",1128,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "s - 'Font_t' 0 - fontnumber", (char*)NULL, (void*) NULL, 1);
00749    G__memfunc_setup("SetTextMagnitude",1647,G__G__X11_155_0_94, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1' mgn", (char*)NULL, (void*) NULL, 1);
00750    G__memfunc_setup("SetTextSize",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 - textsize", (char*)NULL, (void*) NULL, 1);
00751    G__memfunc_setup("Sync",413,G__G__X11_155_0_96, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 0);
00752    G__memfunc_setup("UpdateWindow",1243,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 1);
00753    G__memfunc_setup("Warp",410,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00754 "i - 'Int_t' 0 - ix i - 'Int_t' 0 - iy "
00755 "k - 'Window_t' 0 '0' id", (char*)NULL, (void*) NULL, 1);
00756    G__memfunc_setup("WriteGIF",737,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 0 - name", (char*)NULL, (void*) NULL, 1);
00757    G__memfunc_setup("WritePixmap",1146,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00758 "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w "
00759 "h - 'UInt_t' 0 - h C - - 0 - pxname", (char*)NULL, (void*) NULL, 1);
00760    G__memfunc_setup("GetCurrentWindow",1659,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00761    G__memfunc_setup("SupportsExtension",1837,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 8, "C - - 10 - ext", (char*)NULL, (void*) NULL, 1);
00762    G__memfunc_setup("GetWindowAttributes",1983,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00763 "k - 'Window_t' 0 - id u 'WindowAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1);
00764    G__memfunc_setup("MapWindow",918,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00765    G__memfunc_setup("MapSubwindows",1363,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00766    G__memfunc_setup("MapRaised",886,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00767    G__memfunc_setup("UnmapWindow",1145,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00768    G__memfunc_setup("DestroyWindow",1378,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00769    G__memfunc_setup("DestroySubwindows",1823,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00770    G__memfunc_setup("RaiseWindow",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00771    G__memfunc_setup("LowerWindow",1153,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00772    G__memfunc_setup("MoveWindow",1039,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00773 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
00774 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
00775    G__memfunc_setup("MoveResizeWindow",1665,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00776 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
00777 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
00778 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00779    G__memfunc_setup("ResizeWindow",1258,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00780 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - w "
00781 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00782    G__memfunc_setup("IconifyWindow",1353,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00783    G__memfunc_setup("ReparentWindow",1465,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00784 "k - 'Window_t' 0 - id k - 'Window_t' 0 - pid "
00785 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
00786    G__memfunc_setup("SetWindowBackground",1956,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00787 "k - 'Window_t' 0 - id k - 'ULong_t' 0 - color", (char*)NULL, (void*) NULL, 1);
00788    G__memfunc_setup("SetWindowBackgroundPixmap",2579,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00789 "k - 'Window_t' 0 - id k - 'Pixmap_t' 0 - pxm", (char*)NULL, (void*) NULL, 1);
00790    G__memfunc_setup("CreateWindow",1228,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 11, 1, 1, 0, 
00791 "k - 'Window_t' 0 - parent i - 'Int_t' 0 - x "
00792 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
00793 "h - 'UInt_t' 0 - h h - 'UInt_t' 0 - border "
00794 "i - 'Int_t' 0 - depth h - 'UInt_t' 0 - clss "
00795 "Y - - 0 - visual U 'SetWindowAttributes_t' - 0 - attr "
00796 "h - 'UInt_t' 0 - wtype", (char*)NULL, (void*) NULL, 1);
00797    G__memfunc_setup("OpenDisplay",1128,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "C - - 10 - dpyName", (char*)NULL, (void*) NULL, 1);
00798    G__memfunc_setup("CloseDisplay",1228,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00799    G__memfunc_setup("GetDisplay",1014,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Display_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00800    G__memfunc_setup("GetVisual",916,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Visual_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00801    G__memfunc_setup("GetScreen",896,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00802    G__memfunc_setup("GetDepth",789,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00803    G__memfunc_setup("GetColormap",1117,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Colormap_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00804    G__memfunc_setup("InternAtom",1025,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Atom_t"), 0, 2, 1, 1, 0, 
00805 "C - - 10 - atom_name g - 'Bool_t' 0 - only_if_exist", (char*)NULL, (void*) NULL, 1);
00806    G__memfunc_setup("GetDefaultRootWindow",2049,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00807    G__memfunc_setup("GetParent",906,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 1, 1, 1, 8, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00808    G__memfunc_setup("LoadQueryFont",1325,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("FontStruct_t"), 0, 1, 1, 1, 0, "C - - 10 - font_name", (char*)NULL, (void*) NULL, 1);
00809    G__memfunc_setup("GetFontHandle",1283,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("FontH_t"), 0, 1, 1, 1, 0, "k - 'FontStruct_t' 0 - fs", (char*)NULL, (void*) NULL, 1);
00810    G__memfunc_setup("DeleteFont",1002,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'FontStruct_t' 0 - fs", (char*)NULL, (void*) NULL, 1);
00811    G__memfunc_setup("CreateGC",734,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("GContext_t"), 0, 2, 1, 1, 0, 
00812 "k - 'Drawable_t' 0 - id U 'GCValues_t' - 0 - gval", (char*)NULL, (void*) NULL, 1);
00813    G__memfunc_setup("ChangeGC",720,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00814 "k - 'GContext_t' 0 - gc U 'GCValues_t' - 0 - gval", (char*)NULL, (void*) NULL, 1);
00815    G__memfunc_setup("CopyGC",549,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00816 "k - 'GContext_t' 0 - org k - 'GContext_t' 0 - dest "
00817 "h - 'Mask_t' 0 - mask", (char*)NULL, (void*) NULL, 1);
00818    G__memfunc_setup("DeleteGC",733,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'GContext_t' 0 - gc", (char*)NULL, (void*) NULL, 1);
00819    G__memfunc_setup("CreateCursor",1234,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Cursor_t"), 0, 1, 1, 1, 0, "i 'ECursor' - 0 - cursor", (char*)NULL, (void*) NULL, 1);
00820    G__memfunc_setup("SetCursor",938,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00821 "k - 'Window_t' 0 - id k - 'Cursor_t' 0 - curid", (char*)NULL, (void*) NULL, 1);
00822    G__memfunc_setup("CreatePixmap",1219,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 3, 1, 1, 0, 
00823 "k - 'Drawable_t' 0 - id h - 'UInt_t' 0 - w "
00824 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00825    G__memfunc_setup("CreatePixmap",1219,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 7, 1, 1, 0, 
00826 "k - 'Drawable_t' 0 - id C - - 10 - bitmap "
00827 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height "
00828 "k - 'ULong_t' 0 - forecolor k - 'ULong_t' 0 - backcolor "
00829 "i - 'Int_t' 0 - depth", (char*)NULL, (void*) NULL, 1);
00830    G__memfunc_setup("GetColorBits",1201,(G__InterfaceMethod) NULL,66, -1, -1, 0, 5, 1, 1, 0, 
00831 "k - 'Drawable_t' 0 - wid i - 'Int_t' 0 '0' x "
00832 "i - 'Int_t' 0 '0' y h - 'UInt_t' 0 '0' w "
00833 "h - 'UInt_t' 0 '0' h", (char*)NULL, (void*) NULL, 1);
00834    G__memfunc_setup("CreatePixmapFromData",2001,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 3, 1, 1, 0, 
00835 "B - - 0 - bits h - 'UInt_t' 0 - width "
00836 "h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
00837    G__memfunc_setup("CreateBitmap",1201,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 4, 1, 1, 0, 
00838 "k - 'Drawable_t' 0 - id C - - 10 - bitmap "
00839 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
00840    G__memfunc_setup("DeletePixmap",1218,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Pixmap_t' 0 - pmap", (char*)NULL, (void*) NULL, 1);
00841    G__memfunc_setup("CreatePictureFromFile",2116,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, 
00842 "k - 'Drawable_t' 0 - id C - - 10 - filename "
00843 "k - 'Pixmap_t' 1 - pict k - 'Pixmap_t' 1 - pict_mask "
00844 "u 'PictureAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1);
00845    G__memfunc_setup("CreatePictureFromData",2110,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, 
00846 "k - 'Drawable_t' 0 - id C - - 2 - data "
00847 "k - 'Pixmap_t' 1 - pict k - 'Pixmap_t' 1 - pict_mask "
00848 "u 'PictureAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1);
00849    G__memfunc_setup("ReadPictureDataFromFile",2278,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
00850 "C - - 10 - filename C - - 3 - ret_data", (char*)NULL, (void*) NULL, 1);
00851    G__memfunc_setup("DeletePictureData",1705,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - data", (char*)NULL, (void*) NULL, 1);
00852    G__memfunc_setup("SetDashes",900,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00853 "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - offset "
00854 "C - - 10 - dash_list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
00855    G__memfunc_setup("ParseColor",1018,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
00856 "k - 'Colormap_t' 0 - cmap C - - 10 - cname "
00857 "u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1);
00858    G__memfunc_setup("AllocColor",1002,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
00859 "k - 'Colormap_t' 0 - cmap u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1);
00860    G__memfunc_setup("QueryColor",1045,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00861 "k - 'Colormap_t' 0 - cmap u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1);
00862    G__memfunc_setup("FreeColor",897,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00863 "k - 'Colormap_t' 0 - cmap k - 'ULong_t' 0 - pixel", (char*)NULL, (void*) NULL, 1);
00864    G__memfunc_setup("EventsPending",1338,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00865    G__memfunc_setup("NextEvent",929,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'Event_t' - 1 - event", (char*)NULL, (void*) NULL, 1);
00866    G__memfunc_setup("Bell",383,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - percent", (char*)NULL, (void*) NULL, 1);
00867    G__memfunc_setup("CopyArea",788,(G__InterfaceMethod) NULL,121, -1, -1, 0, 9, 1, 1, 0, 
00868 "k - 'Drawable_t' 0 - src k - 'Drawable_t' 0 - dest "
00869 "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - src_x "
00870 "i - 'Int_t' 0 - src_y h - 'UInt_t' 0 - width "
00871 "h - 'UInt_t' 0 - height i - 'Int_t' 0 - dest_x "
00872 "i - 'Int_t' 0 - dest_y", (char*)NULL, (void*) NULL, 1);
00873    G__memfunc_setup("ChangeWindowAttributes",2277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00874 "k - 'Window_t' 0 - id U 'SetWindowAttributes_t' - 0 - attr", (char*)NULL, (void*) NULL, 1);
00875    G__memfunc_setup("ChangeProperty",1451,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00876 "k - 'Window_t' 0 - id k - 'Atom_t' 0 - property "
00877 "k - 'Atom_t' 0 - type B - 'UChar_t' 0 - data "
00878 "i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
00879    G__memfunc_setup("DrawLine",790,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
00880 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
00881 "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 "
00882 "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2", (char*)NULL, (void*) NULL, 1);
00883    G__memfunc_setup("ClearArea",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00884 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
00885 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
00886 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00887    G__memfunc_setup("CheckEvent",992,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
00888 "k - 'Window_t' 0 - id i 'EGEventType' - 0 - type "
00889 "u 'Event_t' - 1 - ev", (char*)NULL, (void*) NULL, 1);
00890    G__memfunc_setup("SendEvent",908,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00891 "k - 'Window_t' 0 - id U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1);
00892    G__memfunc_setup("WMDeleteNotify",1392,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00893    G__memfunc_setup("SetKeyAutoRepeat",1615,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 'kTRUE' on", (char*)NULL, (void*) NULL, 1);
00894    G__memfunc_setup("GrabKey",677,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00895 "k - 'Window_t' 0 - id i - 'Int_t' 0 - keycode "
00896 "h - 'UInt_t' 0 - modifier g - 'Bool_t' 0 'kTRUE' grab", (char*)NULL, (void*) NULL, 1);
00897    G__memfunc_setup("GrabButton",1016,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
00898 "k - 'Window_t' 0 - id i 'EMouseButton' - 0 - button "
00899 "h - 'UInt_t' 0 - modifier h - 'UInt_t' 0 - evmask "
00900 "k - 'Window_t' 0 - confine k - 'Cursor_t' 0 - cursor "
00901 "g - 'Bool_t' 0 'kTRUE' grab", (char*)NULL, (void*) NULL, 1);
00902    G__memfunc_setup("GrabPointer",1117,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
00903 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - evmask "
00904 "k - 'Window_t' 0 - confine k - 'Cursor_t' 0 - cursor "
00905 "g - 'Bool_t' 0 'kTRUE' grab g - 'Bool_t' 0 'kTRUE' owner_events", (char*)NULL, (void*) NULL, 1);
00906    G__memfunc_setup("SetWindowName",1317,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00907 "k - 'Window_t' 0 - id C - - 0 - name", (char*)NULL, (void*) NULL, 1);
00908    G__memfunc_setup("SetIconName",1078,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00909 "k - 'Window_t' 0 - id C - - 0 - name", (char*)NULL, (void*) NULL, 1);
00910    G__memfunc_setup("SetIconPixmap",1316,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00911 "k - 'Window_t' 0 - id k - 'Pixmap_t' 0 - pic", (char*)NULL, (void*) NULL, 1);
00912    G__memfunc_setup("SetClassHints",1320,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00913 "k - 'Window_t' 0 - id C - - 0 - className "
00914 "C - - 0 - resourceName", (char*)NULL, (void*) NULL, 1);
00915    G__memfunc_setup("SetMWMHints",1059,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00916 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - value "
00917 "h - 'UInt_t' 0 - funcs h - 'UInt_t' 0 - input", (char*)NULL, (void*) NULL, 1);
00918    G__memfunc_setup("SetWMPosition",1317,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00919 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
00920 "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1);
00921    G__memfunc_setup("SetWMSize",875,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00922 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - w "
00923 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00924    G__memfunc_setup("SetWMSizeHints",1393,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
00925 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - wmin "
00926 "h - 'UInt_t' 0 - hmin h - 'UInt_t' 0 - wmax "
00927 "h - 'UInt_t' 0 - hmax h - 'UInt_t' 0 - winc "
00928 "h - 'UInt_t' 0 - hinc", (char*)NULL, (void*) NULL, 1);
00929    G__memfunc_setup("SetWMState",977,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00930 "k - 'Window_t' 0 - id i 'EInitialState' - 0 - state", (char*)NULL, (void*) NULL, 1);
00931    G__memfunc_setup("SetWMTransientHint",1819,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00932 "k - 'Window_t' 0 - id k - 'Window_t' 0 - main_id", (char*)NULL, (void*) NULL, 1);
00933    G__memfunc_setup("DrawString",1029,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
00934 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
00935 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
00936 "C - - 10 - s i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
00937    G__memfunc_setup("TextWidth",933,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, 
00938 "k - 'FontStruct_t' 0 - font C - - 10 - s "
00939 "i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
00940    G__memfunc_setup("GetFontProperties",1764,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00941 "k - 'FontStruct_t' 0 - font i - 'Int_t' 1 - max_ascent "
00942 "i - 'Int_t' 1 - max_descent", (char*)NULL, (void*) NULL, 1);
00943    G__memfunc_setup("GetGCValues",1050,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00944 "k - 'GContext_t' 0 - gc u 'GCValues_t' - 1 - gval", (char*)NULL, (void*) NULL, 1);
00945    G__memfunc_setup("GetFontStruct",1340,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("FontStruct_t"), 0, 1, 1, 1, 0, "k - 'FontH_t' 0 - fh", (char*)NULL, (void*) NULL, 1);
00946    G__memfunc_setup("FreeFontStruct",1438,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'FontStruct_t' 0 - fs", (char*)NULL, (void*) NULL, 1);
00947    G__memfunc_setup("ClearWindow",1119,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00948    G__memfunc_setup("KeysymToKeycode",1545,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "h - 'UInt_t' 0 - keysym", (char*)NULL, (void*) NULL, 1);
00949    G__memfunc_setup("FillRectangle",1308,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
00950 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
00951 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
00952 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00953    G__memfunc_setup("DrawRectangle",1315,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
00954 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
00955 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
00956 "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
00957    G__memfunc_setup("DrawSegments",1236,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00958 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
00959 "U 'Segment_t' - 0 - seg i - 'Int_t' 0 - nseg", (char*)NULL, (void*) NULL, 1);
00960    G__memfunc_setup("SelectInput",1136,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00961 "k - 'Window_t' 0 - id h - 'UInt_t' 0 - evmask", (char*)NULL, (void*) NULL, 1);
00962    G__memfunc_setup("GetInputFocus",1328,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00963    G__memfunc_setup("SetInputFocus",1340,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00964    G__memfunc_setup("GetPrimarySelectionOwner",2485,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00965    G__memfunc_setup("SetPrimarySelectionOwner",2497,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Window_t' 0 - id", (char*)NULL, (void*) NULL, 1);
00966    G__memfunc_setup("ConvertPrimarySelection",2411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
00967 "k - 'Window_t' 0 - id k - 'Atom_t' 0 - clipboard "
00968 "k - 'Time_t' 0 - when", (char*)NULL, (void*) NULL, 1);
00969    G__memfunc_setup("LookupString",1265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00970 "U 'Event_t' - 0 - event C - - 0 - buf "
00971 "i - 'Int_t' 0 - buflen h - 'UInt_t' 1 - keysym", (char*)NULL, (void*) NULL, 1);
00972    G__memfunc_setup("GetPasteBuffer",1399,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00973 "k - 'Window_t' 0 - id k - 'Atom_t' 0 - atom "
00974 "u 'TString' - 1 - text i - 'Int_t' 1 - nchar "
00975 "g - 'Bool_t' 0 - del", (char*)NULL, (void*) NULL, 1);
00976    G__memfunc_setup("TranslateCoordinates",2089,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, 
00977 "k - 'Window_t' 0 - src k - 'Window_t' 0 - dest "
00978 "i - 'Int_t' 0 - src_x i - 'Int_t' 0 - src_y "
00979 "i - 'Int_t' 1 - dest_x i - 'Int_t' 1 - dest_y "
00980 "k - 'Window_t' 1 - child", (char*)NULL, (void*) NULL, 1);
00981    G__memfunc_setup("GetWindowSize",1331,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00982 "k - 'Drawable_t' 0 - id i - 'Int_t' 1 - x "
00983 "i - 'Int_t' 1 - y h - 'UInt_t' 1 - w "
00984 "h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 1);
00985    G__memfunc_setup("FillPolygon",1135,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
00986 "k - 'Window_t' 0 - id k - 'GContext_t' 0 - gc "
00987 "U 'Point_t' - 0 - points i - 'Int_t' 0 - npnt", (char*)NULL, (void*) NULL, 1);
00988    G__memfunc_setup("QueryPointer",1271,(G__InterfaceMethod) NULL,121, -1, -1, 0, 8, 1, 1, 0, 
00989 "k - 'Window_t' 0 - id k - 'Window_t' 1 - rootw "
00990 "k - 'Window_t' 1 - childw i - 'Int_t' 1 - root_x "
00991 "i - 'Int_t' 1 - root_y i - 'Int_t' 1 - win_x "
00992 "i - 'Int_t' 1 - win_y h - 'UInt_t' 1 - mask", (char*)NULL, (void*) NULL, 1);
00993    G__memfunc_setup("SetForeground",1351,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
00994 "k - 'GContext_t' 0 - gc k - 'ULong_t' 0 - foreground", (char*)NULL, (void*) NULL, 1);
00995    G__memfunc_setup("SetClipRectangles",1724,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
00996 "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - x "
00997 "i - 'Int_t' 0 - y U 'Rectangle_t' - 0 - recs "
00998 "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1);
00999    G__memfunc_setup("Update",611,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 '0' mode", (char*)NULL, (void*) NULL, 1);
01000    G__memfunc_setup("CreateRegion",1208,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Region_t"), 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
01001    G__memfunc_setup("DestroyRegion",1358,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Region_t' 0 - reg", (char*)NULL, (void*) NULL, 1);
01002    G__memfunc_setup("UnionRectWithRegion",1943,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01003 "U 'Rectangle_t' - 0 - rect k - 'Region_t' 0 - src "
01004 "k - 'Region_t' 0 - dest", (char*)NULL, (void*) NULL, 1);
01005    G__memfunc_setup("PolygonRegion",1356,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Region_t"), 0, 3, 1, 1, 0, 
01006 "U 'Point_t' - 0 - points i - 'Int_t' 0 - np "
01007 "g - 'Bool_t' 0 - winding", (char*)NULL, (void*) NULL, 1);
01008    G__memfunc_setup("UnionRegion",1133,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01009 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb "
01010 "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1);
01011    G__memfunc_setup("IntersectRegion",1557,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01012 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb "
01013 "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1);
01014    G__memfunc_setup("SubtractRegion",1452,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01015 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb "
01016 "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1);
01017    G__memfunc_setup("XorRegion",925,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01018 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb "
01019 "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1);
01020    G__memfunc_setup("EmptyRegion",1139,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 1, 1, 1, 0, "k - 'Region_t' 0 - reg", (char*)NULL, (void*) NULL, 1);
01021    G__memfunc_setup("PointInRegion",1317,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, 
01022 "i - 'Int_t' 0 - x i - 'Int_t' 0 - y "
01023 "k - 'Region_t' 0 - reg", (char*)NULL, (void*) NULL, 1);
01024    G__memfunc_setup("EqualRegion",1116,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
01025 "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb", (char*)NULL, (void*) NULL, 1);
01026    G__memfunc_setup("GetRegionBox",1197,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01027 "k - 'Region_t' 0 - reg U 'Rectangle_t' - 0 - -", (char*)NULL, (void*) NULL, 1);
01028    G__memfunc_setup("ListFonts",934,(G__InterfaceMethod) NULL,67, -1, -1, 2, 3, 1, 1, 0, 
01029 "C - - 10 - fontname i - 'Int_t' 0 - max "
01030 "i - 'Int_t' 1 - count", (char*)NULL, (void*) NULL, 1);
01031    G__memfunc_setup("FreeFontNames",1293,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 2 - fontlist", (char*)NULL, (void*) NULL, 1);
01032    G__memfunc_setup("CreateImage",1079,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Drawable_t"), 0, 2, 1, 1, 0, 
01033 "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1);
01034    G__memfunc_setup("GetImageSize",1182,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01035 "k - 'Drawable_t' 0 - id h - 'UInt_t' 1 - width "
01036 "h - 'UInt_t' 1 - height", (char*)NULL, (void*) NULL, 1);
01037    G__memfunc_setup("PutPixel",827,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01038 "k - 'Drawable_t' 0 - id i - 'Int_t' 0 - x "
01039 "i - 'Int_t' 0 - y k - 'ULong_t' 0 - pixel", (char*)NULL, (void*) NULL, 1);
01040    G__memfunc_setup("PutImage",796,(G__InterfaceMethod) NULL,121, -1, -1, 0, 9, 1, 1, 0, 
01041 "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc "
01042 "k - 'Drawable_t' 0 - img i - 'Int_t' 0 - dx "
01043 "i - 'Int_t' 0 - dy i - 'Int_t' 0 - x "
01044 "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w "
01045 "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1);
01046    G__memfunc_setup("DeleteImage",1078,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "k - 'Drawable_t' 0 - img", (char*)NULL, (void*) NULL, 1);
01047    G__memfunc_setup("ShapeCombineMask",1594,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, 
01048 "k - 'Window_t' 0 - id i - 'Int_t' 0 - x "
01049 "i - 'Int_t' 0 - y k - 'Pixmap_t' 0 - mask", (char*)NULL, (void*) NULL, 1);
01050    G__memfunc_setup("ScreenWidthMM",1274,(G__InterfaceMethod) NULL,104, -1, G__defined_typename("UInt_t"), 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01051    G__memfunc_setup("DeleteProperty",1464,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01052 "k - 'Window_t' 0 - - k - 'Atom_t' 1 - -", (char*)NULL, (void*) NULL, 1);
01053    G__memfunc_setup("GetProperty",1157,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 11, 1, 1, 0, 
01054 "k - 'Window_t' 0 - - k - 'Atom_t' 0 - - "
01055 "l - 'Long_t' 0 - - l - 'Long_t' 0 - - "
01056 "g - 'Bool_t' 0 - - k - 'Atom_t' 0 - - "
01057 "K - 'Atom_t' 0 - - I - 'Int_t' 0 - - "
01058 "K - 'ULong_t' 0 - - K - 'ULong_t' 0 - - "
01059 "B - - 2 - -", (char*)NULL, (void*) NULL, 1);
01060    G__memfunc_setup("ChangeActivePointerGrab",2303,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01061 "k - 'Window_t' 0 - - h - 'UInt_t' 0 - - "
01062 "k - 'Cursor_t' 0 - -", (char*)NULL, (void*) NULL, 1);
01063    G__memfunc_setup("ConvertSelection",1671,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, 
01064 "k - 'Window_t' 0 - - k - 'Atom_t' 1 - - "
01065 "k - 'Atom_t' 1 - - k - 'Atom_t' 1 - - "
01066 "k - 'Time_t' 1 - -", (char*)NULL, (void*) NULL, 1);
01067    G__memfunc_setup("SetSelectionOwner",1757,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
01068 "k - 'Window_t' 0 - - k - 'Atom_t' 1 - -", (char*)NULL, (void*) NULL, 1);
01069    G__memfunc_setup("ChangeProperties",1651,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, 
01070 "k - 'Window_t' 0 - id k - 'Atom_t' 0 - property "
01071 "k - 'Atom_t' 0 - type i - 'Int_t' 0 - format "
01072 "B - 'UChar_t' 0 - data i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1);
01073    G__memfunc_setup("SetDNDAware",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, 
01074 "k - 'Window_t' 0 - - K - 'Atom_t' 0 - -", (char*)NULL, (void*) NULL, 1);
01075    G__memfunc_setup("SetTypeList",1130,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, 
01076 "k - 'Window_t' 0 - win k - 'Atom_t' 0 - prop "
01077 "K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 1);
01078    G__memfunc_setup("FindRWindow",1099,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 6, 1, 1, 0, 
01079 "k - 'Window_t' 0 - win k - 'Window_t' 0 - dragwin "
01080 "k - 'Window_t' 0 - input i - - 0 - x "
01081 "i - - 0 - y i - - 0 - maxd", (char*)NULL, (void*) NULL, 1);
01082    G__memfunc_setup("IsDNDAware",898,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, 
01083 "k - 'Window_t' 0 - win K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 1);
01084    G__memfunc_setup("Class",502,G__G__X11_155_0_236, 85, G__get_linked_tagnum(&G__G__X11LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGX11::Class) ), 0);
01085    G__memfunc_setup("Class_Name",982,G__G__X11_155_0_237, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGX11::Class_Name) ), 0);
01086    G__memfunc_setup("Class_Version",1339,G__G__X11_155_0_238, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGX11::Class_Version) ), 0);
01087    G__memfunc_setup("Dictionary",1046,G__G__X11_155_0_239, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGX11::Dictionary) ), 0);
01088    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__X11LN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01089    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);
01090    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);
01091    G__memfunc_setup("StreamerNVirtual",1656,G__G__X11_155_0_243, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01092    G__memfunc_setup("DeclFileName",1145,G__G__X11_155_0_244, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGX11::DeclFileName) ), 0);
01093    G__memfunc_setup("ImplFileLine",1178,G__G__X11_155_0_245, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGX11::ImplFileLine) ), 0);
01094    G__memfunc_setup("ImplFileName",1171,G__G__X11_155_0_246, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGX11::ImplFileName) ), 0);
01095    G__memfunc_setup("DeclFileLine",1152,G__G__X11_155_0_247, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGX11::DeclFileLine) ), 0);
01096    // automatic destructor
01097    G__memfunc_setup("~TGX11", 467, G__G__X11_155_0_248, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
01098    // automatic assignment operator
01099    G__memfunc_setup("operator=", 937, G__G__X11_155_0_249, (int) ('u'), G__get_linked_tagnum(&G__G__X11LN_TGX11), -1, 1, 1, 1, 1, 0, "u 'TGX11' - 11 - -", (char*) NULL, (void*) NULL, 0);
01100    G__tag_memfunc_reset();
01101 }
01102 
01103 
01104 /*********************************************************
01105 * Member function information setup
01106 *********************************************************/
01107 extern "C" void G__cpp_setup_memfuncG__X11() {
01108 }
01109 
01110 /*********************************************************
01111 * Global variable information setup for each class
01112 *********************************************************/
01113 static void G__cpp_setup_global0() {
01114 
01115    /* Setting up global variables */
01116    G__resetplocal();
01117 
01118 }
01119 
01120 static void G__cpp_setup_global1() {
01121 }
01122 
01123 static void G__cpp_setup_global2() {
01124 }
01125 
01126 static void G__cpp_setup_global3() {
01127 
01128    G__resetglobalenv();
01129 }
01130 extern "C" void G__cpp_setup_globalG__X11() {
01131   G__cpp_setup_global0();
01132   G__cpp_setup_global1();
01133   G__cpp_setup_global2();
01134   G__cpp_setup_global3();
01135 }
01136 
01137 /*********************************************************
01138 * Global function information setup for each class
01139 *********************************************************/
01140 static void G__cpp_setup_func0() {
01141    G__lastifuncposition();
01142 
01143 }
01144 
01145 static void G__cpp_setup_func1() {
01146 }
01147 
01148 static void G__cpp_setup_func2() {
01149 }
01150 
01151 static void G__cpp_setup_func3() {
01152 
01153    G__resetifuncposition();
01154 }
01155 
01156 extern "C" void G__cpp_setup_funcG__X11() {
01157   G__cpp_setup_func0();
01158   G__cpp_setup_func1();
01159   G__cpp_setup_func2();
01160   G__cpp_setup_func3();
01161 }
01162 
01163 /*********************************************************
01164 * Class,struct,union,enum tag information setup
01165 *********************************************************/
01166 /* Setup class/struct taginfo */
01167 G__linked_taginfo G__G__X11LN_TClass = { "TClass" , 99 , -1 };
01168 G__linked_taginfo G__G__X11LN_TBuffer = { "TBuffer" , 99 , -1 };
01169 G__linked_taginfo G__G__X11LN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01170 G__linked_taginfo G__G__X11LN_TObject = { "TObject" , 99 , -1 };
01171 G__linked_taginfo G__G__X11LN_TNamed = { "TNamed" , 99 , -1 };
01172 G__linked_taginfo G__G__X11LN_TString = { "TString" , 99 , -1 };
01173 G__linked_taginfo G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
01174 G__linked_taginfo G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
01175 G__linked_taginfo G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
01176 G__linked_taginfo G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
01177 G__linked_taginfo G__G__X11LN_TAttLine = { "TAttLine" , 99 , -1 };
01178 G__linked_taginfo G__G__X11LN_TAttFill = { "TAttFill" , 99 , -1 };
01179 G__linked_taginfo G__G__X11LN_TAttText = { "TAttText" , 99 , -1 };
01180 G__linked_taginfo G__G__X11LN_TAttMarker = { "TAttMarker" , 99 , -1 };
01181 G__linked_taginfo G__G__X11LN_EGEventType = { "EGEventType" , 101 , -1 };
01182 G__linked_taginfo G__G__X11LN_SetWindowAttributes_t = { "SetWindowAttributes_t" , 115 , -1 };
01183 G__linked_taginfo G__G__X11LN_WindowAttributes_t = { "WindowAttributes_t" , 115 , -1 };
01184 G__linked_taginfo G__G__X11LN_Event_t = { "Event_t" , 115 , -1 };
01185 G__linked_taginfo G__G__X11LN_EMouseButton = { "EMouseButton" , 101 , -1 };
01186 G__linked_taginfo G__G__X11LN_GCValues_t = { "GCValues_t" , 115 , -1 };
01187 G__linked_taginfo G__G__X11LN_ColorStruct_t = { "ColorStruct_t" , 115 , -1 };
01188 G__linked_taginfo G__G__X11LN_PictureAttributes_t = { "PictureAttributes_t" , 115 , -1 };
01189 G__linked_taginfo G__G__X11LN_EInitialState = { "EInitialState" , 101 , -1 };
01190 G__linked_taginfo G__G__X11LN_Segment_t = { "Segment_t" , 115 , -1 };
01191 G__linked_taginfo G__G__X11LN_Point_t = { "Point_t" , 115 , -1 };
01192 G__linked_taginfo G__G__X11LN_Rectangle_t = { "Rectangle_t" , 115 , -1 };
01193 G__linked_taginfo G__G__X11LN_ECursor = { "ECursor" , 101 , -1 };
01194 G__linked_taginfo G__G__X11LN_TPoint = { "TPoint" , 99 , -1 };
01195 G__linked_taginfo G__G__X11LN_TVirtualX = { "TVirtualX" , 99 , -1 };
01196 G__linked_taginfo G__G__X11LN_TVirtualXcLcLEDrawMode = { "TVirtualX::EDrawMode" , 101 , -1 };
01197 G__linked_taginfo G__G__X11LN_TVirtualXcLcLEBoxMode = { "TVirtualX::EBoxMode" , 101 , -1 };
01198 G__linked_taginfo G__G__X11LN_TVirtualXcLcLETextMode = { "TVirtualX::ETextMode" , 101 , -1 };
01199 G__linked_taginfo G__G__X11LN_TVirtualXcLcLETextSetMode = { "TVirtualX::ETextSetMode" , 101 , -1 };
01200 G__linked_taginfo G__G__X11LN_GC = { "GC" , 115 , -1 };
01201 G__linked_taginfo G__G__X11LN_Display = { "Display" , 115 , -1 };
01202 G__linked_taginfo G__G__X11LN_Visual = { "Visual" , 115 , -1 };
01203 G__linked_taginfo G__G__X11LN_XVisualInfo = { "XVisualInfo" , 115 , -1 };
01204 G__linked_taginfo G__G__X11LN_XGCValues = { "XGCValues" , 115 , -1 };
01205 G__linked_taginfo G__G__X11LN_XSetWindowAttributes = { "XSetWindowAttributes" , 115 , -1 };
01206 G__linked_taginfo G__G__X11LN_XColor = { "XColor" , 115 , -1 };
01207 G__linked_taginfo G__G__X11LN_XEvent = { "XEvent" , 115 , -1 };
01208 G__linked_taginfo G__G__X11LN_XImage = { "XImage" , 115 , -1 };
01209 G__linked_taginfo G__G__X11LN_XPoint = { "XPoint" , 115 , -1 };
01210 G__linked_taginfo G__G__X11LN_XpmAttributes = { "XpmAttributes" , 115 , -1 };
01211 G__linked_taginfo G__G__X11LN_XWindow_t = { "XWindow_t" , 115 , -1 };
01212 G__linked_taginfo G__G__X11LN_XColor_t = { "XColor_t" , 115 , -1 };
01213 G__linked_taginfo G__G__X11LN_TExMap = { "TExMap" , 99 , -1 };
01214 G__linked_taginfo G__G__X11LN_TGX11 = { "TGX11" , 99 , -1 };
01215 
01216 /* Reset class/struct taginfo */
01217 extern "C" void G__cpp_reset_tagtableG__X11() {
01218   G__G__X11LN_TClass.tagnum = -1 ;
01219   G__G__X11LN_TBuffer.tagnum = -1 ;
01220   G__G__X11LN_TMemberInspector.tagnum = -1 ;
01221   G__G__X11LN_TObject.tagnum = -1 ;
01222   G__G__X11LN_TNamed.tagnum = -1 ;
01223   G__G__X11LN_TString.tagnum = -1 ;
01224   G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
01225   G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
01226   G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
01227   G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
01228   G__G__X11LN_TAttLine.tagnum = -1 ;
01229   G__G__X11LN_TAttFill.tagnum = -1 ;
01230   G__G__X11LN_TAttText.tagnum = -1 ;
01231   G__G__X11LN_TAttMarker.tagnum = -1 ;
01232   G__G__X11LN_EGEventType.tagnum = -1 ;
01233   G__G__X11LN_SetWindowAttributes_t.tagnum = -1 ;
01234   G__G__X11LN_WindowAttributes_t.tagnum = -1 ;
01235   G__G__X11LN_Event_t.tagnum = -1 ;
01236   G__G__X11LN_EMouseButton.tagnum = -1 ;
01237   G__G__X11LN_GCValues_t.tagnum = -1 ;
01238   G__G__X11LN_ColorStruct_t.tagnum = -1 ;
01239   G__G__X11LN_PictureAttributes_t.tagnum = -1 ;
01240   G__G__X11LN_EInitialState.tagnum = -1 ;
01241   G__G__X11LN_Segment_t.tagnum = -1 ;
01242   G__G__X11LN_Point_t.tagnum = -1 ;
01243   G__G__X11LN_Rectangle_t.tagnum = -1 ;
01244   G__G__X11LN_ECursor.tagnum = -1 ;
01245   G__G__X11LN_TPoint.tagnum = -1 ;
01246   G__G__X11LN_TVirtualX.tagnum = -1 ;
01247   G__G__X11LN_TVirtualXcLcLEDrawMode.tagnum = -1 ;
01248   G__G__X11LN_TVirtualXcLcLEBoxMode.tagnum = -1 ;
01249   G__G__X11LN_TVirtualXcLcLETextMode.tagnum = -1 ;
01250   G__G__X11LN_TVirtualXcLcLETextSetMode.tagnum = -1 ;
01251   G__G__X11LN_GC.tagnum = -1 ;
01252   G__G__X11LN_Display.tagnum = -1 ;
01253   G__G__X11LN_Visual.tagnum = -1 ;
01254   G__G__X11LN_XVisualInfo.tagnum = -1 ;
01255   G__G__X11LN_XGCValues.tagnum = -1 ;
01256   G__G__X11LN_XSetWindowAttributes.tagnum = -1 ;
01257   G__G__X11LN_XColor.tagnum = -1 ;
01258   G__G__X11LN_XEvent.tagnum = -1 ;
01259   G__G__X11LN_XImage.tagnum = -1 ;
01260   G__G__X11LN_XPoint.tagnum = -1 ;
01261   G__G__X11LN_XpmAttributes.tagnum = -1 ;
01262   G__G__X11LN_XWindow_t.tagnum = -1 ;
01263   G__G__X11LN_XColor_t.tagnum = -1 ;
01264   G__G__X11LN_TExMap.tagnum = -1 ;
01265   G__G__X11LN_TGX11.tagnum = -1 ;
01266 }
01267 
01268 
01269 extern "C" void G__cpp_setup_tagtableG__X11() {
01270 
01271    /* Setting up class,struct,union tag entry */
01272    G__get_linked_tagnum_fwd(&G__G__X11LN_TClass);
01273    G__get_linked_tagnum_fwd(&G__G__X11LN_TBuffer);
01274    G__get_linked_tagnum_fwd(&G__G__X11LN_TMemberInspector);
01275    G__get_linked_tagnum_fwd(&G__G__X11LN_TObject);
01276    G__get_linked_tagnum_fwd(&G__G__X11LN_TNamed);
01277    G__get_linked_tagnum_fwd(&G__G__X11LN_TString);
01278    G__get_linked_tagnum_fwd(&G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
01279    G__get_linked_tagnum_fwd(&G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
01280    G__get_linked_tagnum_fwd(&G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
01281    G__get_linked_tagnum_fwd(&G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
01282    G__get_linked_tagnum_fwd(&G__G__X11LN_TAttLine);
01283    G__get_linked_tagnum_fwd(&G__G__X11LN_TAttFill);
01284    G__get_linked_tagnum_fwd(&G__G__X11LN_TAttText);
01285    G__get_linked_tagnum_fwd(&G__G__X11LN_TAttMarker);
01286    G__get_linked_tagnum_fwd(&G__G__X11LN_EGEventType);
01287    G__get_linked_tagnum_fwd(&G__G__X11LN_SetWindowAttributes_t);
01288    G__get_linked_tagnum_fwd(&G__G__X11LN_WindowAttributes_t);
01289    G__get_linked_tagnum_fwd(&G__G__X11LN_Event_t);
01290    G__get_linked_tagnum_fwd(&G__G__X11LN_EMouseButton);
01291    G__get_linked_tagnum_fwd(&G__G__X11LN_GCValues_t);
01292    G__get_linked_tagnum_fwd(&G__G__X11LN_ColorStruct_t);
01293    G__get_linked_tagnum_fwd(&G__G__X11LN_PictureAttributes_t);
01294    G__get_linked_tagnum_fwd(&G__G__X11LN_EInitialState);
01295    G__get_linked_tagnum_fwd(&G__G__X11LN_Segment_t);
01296    G__get_linked_tagnum_fwd(&G__G__X11LN_Point_t);
01297    G__get_linked_tagnum_fwd(&G__G__X11LN_Rectangle_t);
01298    G__get_linked_tagnum_fwd(&G__G__X11LN_ECursor);
01299    G__get_linked_tagnum_fwd(&G__G__X11LN_TPoint);
01300    G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualX);
01301    G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualXcLcLEDrawMode);
01302    G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualXcLcLEBoxMode);
01303    G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualXcLcLETextMode);
01304    G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualXcLcLETextSetMode);
01305    G__get_linked_tagnum_fwd(&G__G__X11LN_GC);
01306    G__get_linked_tagnum_fwd(&G__G__X11LN_Display);
01307    G__get_linked_tagnum_fwd(&G__G__X11LN_Visual);
01308    G__get_linked_tagnum_fwd(&G__G__X11LN_XVisualInfo);
01309    G__get_linked_tagnum_fwd(&G__G__X11LN_XGCValues);
01310    G__get_linked_tagnum_fwd(&G__G__X11LN_XSetWindowAttributes);
01311    G__get_linked_tagnum_fwd(&G__G__X11LN_XColor);
01312    G__get_linked_tagnum_fwd(&G__G__X11LN_XEvent);
01313    G__get_linked_tagnum_fwd(&G__G__X11LN_XImage);
01314    G__get_linked_tagnum_fwd(&G__G__X11LN_XPoint);
01315    G__get_linked_tagnum_fwd(&G__G__X11LN_XpmAttributes);
01316    G__get_linked_tagnum_fwd(&G__G__X11LN_XWindow_t);
01317    G__get_linked_tagnum_fwd(&G__G__X11LN_XColor_t);
01318    G__get_linked_tagnum_fwd(&G__G__X11LN_TExMap);
01319    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__X11LN_TGX11),sizeof(TGX11),-1,63232,"Interface to X11",G__setup_memvarTGX11,G__setup_memfuncTGX11);
01320 }
01321 extern "C" void G__cpp_setupG__X11(void) {
01322   G__check_setup_version(30051515,"G__cpp_setupG__X11()");
01323   G__set_cpp_environmentG__X11();
01324   G__cpp_setup_tagtableG__X11();
01325 
01326   G__cpp_setup_inheritanceG__X11();
01327 
01328   G__cpp_setup_typetableG__X11();
01329 
01330   G__cpp_setup_memvarG__X11();
01331 
01332   G__cpp_setup_memfuncG__X11();
01333   G__cpp_setup_globalG__X11();
01334   G__cpp_setup_funcG__X11();
01335 
01336    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__X11();
01337   return;
01338 }
01339 class G__cpp_setup_initG__X11 {
01340   public:
01341     G__cpp_setup_initG__X11() { G__add_setup_func("G__X11",(G__incsetup)(&G__cpp_setupG__X11)); G__call_setup_funcs(); }
01342    ~G__cpp_setup_initG__X11() { G__remove_setup_func("G__X11"); }
01343 };
01344 G__cpp_setup_initG__X11 G__cpp_setup_initializerG__X11;
01345 

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