// // File generated by core/utils/src/rootcint_tmp at Wed Mar 14 10:30:57 2018 // Do NOT change. Changes will be lost next time file is generated // #define R__DICTIONARY_FILENAME graf2ddIx11dIsrcdIG__X11 #include "RConfig.h" //rootcint 4834 #if !defined(R__ACCESS_IN_SYMBOL) //Break the privacy of classes -- Disabled for the moment #define private public #define protected public #endif // Since CINT ignores the std namespace, we need to do so in this file. namespace std {} using namespace std; #include "G__X11.h" #include "TClass.h" #include "TBuffer.h" #include "TMemberInspector.h" #include "TInterpreter.h" #include "TVirtualMutex.h" #include "TError.h" #ifndef G__ROOT #define G__ROOT #endif #include "RtypesImp.h" #include "TIsAProxy.h" #include "TFileMergeInfo.h" // Direct notice to TROOT of the dictionary's loading. namespace { static struct DictInit { DictInit() { ROOT::RegisterModule(); } } __TheDictionaryInitializer; } // START OF SHADOWS namespace ROOT { namespace Shadow { } // of namespace Shadow } // of namespace ROOT // END OF SHADOWS namespace ROOT { void TGX11_ShowMembers(void *obj, TMemberInspector &R__insp); static void *new_TGX11(void *p = 0); static void *newArray_TGX11(Long_t size, void *p); static void delete_TGX11(void *p); static void deleteArray_TGX11(void *p); static void destruct_TGX11(void *p); static void streamer_TGX11(TBuffer &buf, void *obj); // Function generating the singleton type initializer static TGenericClassInfo *GenerateInitInstanceLocal(const ::TGX11*) { ::TGX11 *ptr = 0; static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TGX11 >(0); static ::ROOT::TGenericClassInfo instance("TGX11", ::TGX11::Class_Version(), "include/TGX11.h", 106, typeid(::TGX11), DefineBehavior(ptr, ptr), &::TGX11::Dictionary, isa_proxy, 0, sizeof(::TGX11) ); instance.SetNew(&new_TGX11); instance.SetNewArray(&newArray_TGX11); instance.SetDelete(&delete_TGX11); instance.SetDeleteArray(&deleteArray_TGX11); instance.SetDestructor(&destruct_TGX11); instance.SetStreamerFunc(&streamer_TGX11); return &instance; } TGenericClassInfo *GenerateInitInstance(const ::TGX11*) { return GenerateInitInstanceLocal((::TGX11*)0); } // Static variable to force the class initialization static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TGX11*)0x0); R__UseDummy(_R__UNIQUE_(Init)); } // end of namespace ROOT //______________________________________________________________________________ atomic_TClass_ptr TGX11::fgIsA(0); // static to hold class pointer //______________________________________________________________________________ const char *TGX11::Class_Name() { return "TGX11"; } //______________________________________________________________________________ const char *TGX11::ImplFileName() { return ::ROOT::GenerateInitInstanceLocal((const ::TGX11*)0x0)->GetImplFileName(); } //______________________________________________________________________________ int TGX11::ImplFileLine() { return ::ROOT::GenerateInitInstanceLocal((const ::TGX11*)0x0)->GetImplFileLine(); } //______________________________________________________________________________ void TGX11::Dictionary() { fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGX11*)0x0)->GetClass(); } //______________________________________________________________________________ TClass *TGX11::Class() { if (!fgIsA) { R__LOCKGUARD2(gCINTMutex); if(!fgIsA) {fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TGX11*)0x0)->GetClass();} } return fgIsA; } //______________________________________________________________________________ void TGX11::Streamer(TBuffer &R__b) { // Stream an object of class TGX11. TVirtualX::Streamer(R__b); } //______________________________________________________________________________ void TGX11::ShowMembers(TMemberInspector &R__insp) { // Inspect the data members of an object of class TGX11. TClass *R__cl = ::TGX11::IsA(); if (R__cl || R__insp.IsA()) { } R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxNumberOfWindows", &fMaxNumberOfWindows); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fWindows", &fWindows); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fColors", &fColors); R__insp.Inspect(R__cl, R__insp.GetParent(), "fCursors[19]", fCursors); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fXEvent", &fXEvent); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDisplay", &fDisplay); R__insp.Inspect(R__cl, R__insp.GetParent(), "*fVisual", &fVisual); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRootWin", &fRootWin); R__insp.Inspect(R__cl, R__insp.GetParent(), "fVisRootWin", &fVisRootWin); R__insp.Inspect(R__cl, R__insp.GetParent(), "fColormap", &fColormap); R__insp.Inspect(R__cl, R__insp.GetParent(), "fBlackPixel", &fBlackPixel); R__insp.Inspect(R__cl, R__insp.GetParent(), "fWhitePixel", &fWhitePixel); R__insp.Inspect(R__cl, R__insp.GetParent(), "fScreenNumber", &fScreenNumber); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlignH", &fTextAlignH); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlignV", &fTextAlignV); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextAlign", &fTextAlign); R__insp.Inspect(R__cl, R__insp.GetParent(), "fCharacterUpX", &fCharacterUpX); R__insp.Inspect(R__cl, R__insp.GetParent(), "fCharacterUpY", &fCharacterUpY); R__insp.Inspect(R__cl, R__insp.GetParent(), "fTextMagnitude", &fTextMagnitude); R__insp.Inspect(R__cl, R__insp.GetParent(), "fDepth", &fDepth); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRedDiv", &fRedDiv); R__insp.Inspect(R__cl, R__insp.GetParent(), "fGreenDiv", &fGreenDiv); R__insp.Inspect(R__cl, R__insp.GetParent(), "fBlueDiv", &fBlueDiv); R__insp.Inspect(R__cl, R__insp.GetParent(), "fRedShift", &fRedShift); R__insp.Inspect(R__cl, R__insp.GetParent(), "fGreenShift", &fGreenShift); R__insp.Inspect(R__cl, R__insp.GetParent(), "fBlueShift", &fBlueShift); R__insp.Inspect(R__cl, R__insp.GetParent(), "fHasTTFonts", &fHasTTFonts); TVirtualX::ShowMembers(R__insp); } namespace ROOT { // Wrappers around operator new static void *new_TGX11(void *p) { return p ? new(p) ::TGX11 : new ::TGX11; } static void *newArray_TGX11(Long_t nElements, void *p) { return p ? new(p) ::TGX11[nElements] : new ::TGX11[nElements]; } // Wrapper around operator delete static void delete_TGX11(void *p) { delete ((::TGX11*)p); } static void deleteArray_TGX11(void *p) { delete [] ((::TGX11*)p); } static void destruct_TGX11(void *p) { typedef ::TGX11 current_t; ((current_t*)p)->~current_t(); } // Wrapper around a custom streamer member function. static void streamer_TGX11(TBuffer &buf, void *obj) { ((::TGX11*)obj)->::TGX11::Streamer(buf); } } // end of namespace ROOT for class ::TGX11 /******************************************************** * graf2d/x11/src/G__X11.cxx * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED * FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX(). * CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE. ********************************************************/ #ifdef G__MEMTEST #undef malloc #undef free #endif #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3)) #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif extern "C" void G__cpp_reset_tagtableG__X11(); extern "C" void G__set_cpp_environmentG__X11() { G__add_compiledheader("TObject.h"); G__add_compiledheader("TMemberInspector.h"); G__add_compiledheader("TGX11.h"); G__cpp_reset_tagtableG__X11(); } #include extern "C" int G__cpp_dllrevG__X11() { return(30051515); } /********************************************************* * Member function Interface Method *********************************************************/ /* TGX11 */ static int G__G__X11_178_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGX11* p = NULL; char* gvp = (char*) G__getgvp(); int n = G__getaryconstruct(); if (n) { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGX11[n]; } else { p = new((void*) gvp) TGX11[n]; } } else { if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGX11; } else { p = new((void*) gvp) TGX11; } } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__X11LN_TGX11)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGX11* p = NULL; char* gvp = (char*) G__getgvp(); //m: 1 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGX11(*(TGX11*) libp->para[0].ref); } else { p = new((void*) gvp) TGX11(*(TGX11*) libp->para[0].ref); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__X11LN_TGX11)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_31(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGX11* p = NULL; char* gvp = (char*) G__getgvp(); //m: 2 if ((gvp == (char*)G__PVOID) || (gvp == 0)) { p = new TGX11((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])); } else { p = new((void*) gvp) TGX11((const char*) G__int(libp->para[0]), (const char*) G__int(libp->para[1])); } result7->obj.i = (long) p; result7->ref = (long) p; G__set_tagnum(result7,G__get_linked_tagnum(&G__G__X11LN_TGX11)); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_63(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) ((TGX11*) G__getstructoffset())->OpenDisplay((Display*) G__int(libp->para[0]))); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_96(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { switch (libp->paran) { case 1: ((TGX11*) G__getstructoffset())->SetTextMagnitude((Float_t) G__double(libp->para[0])); G__setnull(result7); break; case 0: ((TGX11*) G__getstructoffset())->SetTextMagnitude(); G__setnull(result7); break; } return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_238(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 85, (long) TGX11::Class()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_239(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGX11::Class_Name()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_240(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 115, (long) TGX11::Class_Version()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_241(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGX11::Dictionary(); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_245(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { ((TGX11*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref); G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_246(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGX11::DeclFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_247(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TGX11::ImplFileLine()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_248(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 67, (long) TGX11::ImplFileName()); return(1 || funcname || hash || result7 || libp) ; } static int G__G__X11_178_0_249(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { G__letint(result7, 105, (long) TGX11::DeclFileLine()); return(1 || funcname || hash || result7 || libp) ; } // automatic destructor typedef TGX11 G__TTGX11; static int G__G__X11_178_0_250(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { char* gvp = (char*) G__getgvp(); long soff = G__getstructoffset(); int n = G__getaryconstruct(); // //has_a_delete: 1 //has_own_delete1arg: 0 //has_own_delete2arg: 0 // if (!soff) { return(1); } if (n) { if (gvp == (char*)G__PVOID) { delete[] (TGX11*) soff; } else { G__setgvp((long) G__PVOID); for (int i = n - 1; i >= 0; --i) { ((TGX11*) (soff+(sizeof(TGX11)*i)))->~G__TTGX11(); } G__setgvp((long)gvp); } } else { if (gvp == (char*)G__PVOID) { delete (TGX11*) soff; } else { G__setgvp((long) G__PVOID); ((TGX11*) (soff))->~G__TTGX11(); G__setgvp((long)gvp); } } G__setnull(result7); return(1 || funcname || hash || result7 || libp) ; } // automatic assignment operator static int G__G__X11_178_0_251(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash) { TGX11* dest = (TGX11*) G__getstructoffset(); *dest = *(TGX11*) libp->para[0].ref; const TGX11& obj = *dest; result7->ref = (long) (&obj); result7->obj.i = (long) (&obj); return(1 || funcname || hash || result7 || libp) ; } /* Setting up global function */ /********************************************************* * Member function Stub *********************************************************/ /* TGX11 */ /********************************************************* * Global function Stub *********************************************************/ /********************************************************* * Get size of pointer to member function *********************************************************/ class G__Sizep2memfuncG__X11 { public: G__Sizep2memfuncG__X11(): p(&G__Sizep2memfuncG__X11::sizep2memfunc) {} size_t sizep2memfunc() { return(sizeof(p)); } private: size_t (G__Sizep2memfuncG__X11::*p)(); }; size_t G__get_sizep2memfuncG__X11() { G__Sizep2memfuncG__X11 a; G__setsizep2memfunc((int)a.sizep2memfunc()); return((size_t)a.sizep2memfunc()); } /********************************************************* * virtual base class offset calculation interface *********************************************************/ /* Setting up class inheritance */ /********************************************************* * Inheritance information setup/ *********************************************************/ extern "C" void G__cpp_setup_inheritanceG__X11() { /* Setting up class inheritance */ if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__X11LN_TGX11))) { TGX11 *G__Lderived; G__Lderived=(TGX11*)0x1000; { TVirtualX *G__Lpbase=(TVirtualX*)G__Lderived; 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); } { TNamed *G__Lpbase=(TNamed*)G__Lderived; 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); } { TObject *G__Lpbase=(TObject*)G__Lderived; 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); } { TAttLine *G__Lpbase=(TAttLine*)G__Lderived; 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); } { TAttFill *G__Lpbase=(TAttFill*)G__Lderived; 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); } { TAttText *G__Lpbase=(TAttText*)G__Lderived; 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); } { TAttMarker *G__Lpbase=(TAttMarker*)G__Lderived; 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); } } } /********************************************************* * typedef information setup/ *********************************************************/ extern "C" void G__cpp_setup_typetableG__X11() { /* Setting up typedef entry */ G__search_typename2("Int_t",105,-1,0,-1); G__setnewtype(-1,"Signed integer 4 bytes (int)",0); G__search_typename2("Float_t",102,-1,0,-1); G__setnewtype(-1,"Float 4 bytes (float)",0); G__search_typename2("Version_t",115,-1,0,-1); G__setnewtype(-1,"Class version identifier (short)",0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector",117,G__get_linked_tagnum(&G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("pair",117,G__get_linked_tagnum(&G__G__X11LN_pairlEunsignedsPintcOintgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__X11LN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__X11LN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("reverse_iterator",117,G__get_linked_tagnum(&G__G__X11LN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__X11LN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR)); G__setnewtype(-1,NULL,0); G__search_typename2("vector >",117,G__get_linked_tagnum(&G__G__X11LN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR),0,-1); G__setnewtype(-1,NULL,0); } /********************************************************* * Data Member information setup/ *********************************************************/ /* Setting up class,struct,union tag member variable */ /* TGX11 */ static void G__setup_memvarTGX11(void) { G__tag_memvar_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11)); { TGX11 *p; p=(TGX11*)0x1000; if (p) { } G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fMaxNumberOfWindows=",0,"Maximum number of windows"); 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"); 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"); G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Cursor"),-1,4,"fCursors[19]=",0,"List of cursors"); 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"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__X11LN_Display),-1,-1,2,"fDisplay=",0,"Pointer to display"); 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"); 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"); 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"); G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("Colormap"),-1,2,"fColormap=",0,"Default colormap, 0 if b/w"); G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fBlackPixel=",0,"Value of black pixel in colormap"); G__memvar_setup((void*)0,107,0,0,-1,G__defined_typename("ULong_t"),-1,2,"fWhitePixel=",0,"Value of white pixel in colormap"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fScreenNumber=",0,"Screen number"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTextAlignH=",0,"Text Alignment Horizontal"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTextAlignV=",0,"Text Alignment Vertical"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTextAlign=",0,"Text alignment (set in SetTextAlign)"); G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fCharacterUpX=",0,"Character Up vector along X"); G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fCharacterUpY=",0,"Character Up vector along Y"); G__memvar_setup((void*)0,102,0,0,-1,G__defined_typename("Float_t"),-1,2,"fTextMagnitude=",0,"Text Magnitude"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fDepth=",0,"Number of color planes"); 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"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGreenDiv=",0,"Green value divider"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBlueDiv=",0,"Blue value divider"); 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"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fGreenShift=",0,"Bits to left shift green"); G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBlueShift=",0,"Bits to left shift blue"); G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fHasTTFonts=",0,"True when TrueType fonts are used"); G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__X11LN_TClass),G__defined_typename("atomic_TClass_ptr"),-2,4,"fgIsA=",0,(char*)NULL); } G__tag_memvar_reset(); } extern "C" void G__cpp_setup_memvarG__X11() { } /*********************************************************** ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ************************************************************ ***********************************************************/ /********************************************************* * Member function information setup for each class *********************************************************/ static void G__setup_memfuncTGX11(void) { /* TGX11 */ G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__X11LN_TGX11)); G__memfunc_setup("CloseWindow1",1183,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); 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); G__memfunc_setup("CopyWindowtoPixmap",1893,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "K - 'Drawable' 0 - pix i - 'Int_t' 0 - xpos " "i - 'Int_t' 0 - ypos", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("FindBestVisual",1411,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("FindUsableVisual",1617,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, "U 'XVisualInfo' - 0 - vlist i - 'Int_t' 0 - nitems", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("PutImage",796,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 12, 1, 4, 0, "i - 'Int_t' 0 - offset i - 'Int_t' 0 - itran " "i - 'Int_t' 0 - x0 i - 'Int_t' 0 - y0 " "i - 'Int_t' 0 - nx i - 'Int_t' 0 - ny " "i - 'Int_t' 0 - xmin i - 'Int_t' 0 - ymin " "i - 'Int_t' 0 - xmax i - 'Int_t' 0 - ymax " "B - 'UChar_t' 0 - image k - 'Drawable_t' 0 - id", (char*)NULL, (void*) NULL, 0); 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); G__memfunc_setup("SetColor",811,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, "u 'GC' - 0 - gc i - 'Int_t' 0 - ci", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("SetFillStyleIndex",1724,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, "i - 'Int_t' 0 - style i - 'Int_t' 0 - fasi", (char*)NULL, (void*) NULL, 0); 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); G__memfunc_setup("SetMarkerType",1328,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "i - 'Int_t' 0 - type i - 'Int_t' 0 - n " "U 'XPoint' - 0 - xy", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("CollectImageColors",1819,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0, "k - 'ULong_t' 0 - pixel K - 'ULong_t' 1 - orgcolors " "i - 'Int_t' 1 - ncolors i - 'Int_t' 1 - maxcolors", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MakeOpaqueColors",1627,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "i - 'Int_t' 0 - percent K - 'ULong_t' 0 - orgcolors " "i - 'Int_t' 0 - ncolors", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("FindColor",896,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 4, 0, "k - 'ULong_t' 0 - pixel K - 'ULong_t' 0 - orgcolors " "i - 'Int_t' 0 - ncolors", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("ImgPickPalette",1395,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 5, 1, 4, 0, "U 'XImage' - 0 - image i - 'Int_t' 1 - ncol " "I - 'Int_t' 1 - R I - 'Int_t' 1 - G " "I - 'Int_t' 1 - B", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapGCValues",1048,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 4, 1, 4, 0, "u 'GCValues_t' - 1 - gval k - 'ULong_t' 1 - xmask " "u 'XGCValues' - 1 - xgval g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapSetWindowAttributes",2281,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "U 'SetWindowAttributes_t' - 0 - attr k - 'ULong_t' 1 - xmask " "u 'XSetWindowAttributes' - 1 - xattr", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapCursor",924,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, "i 'ECursor' - 0 - cursor i - 'Int_t' 1 - xcursor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapColorStruct",1442,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 4, 0, "U 'ColorStruct_t' - 0 - color u 'XColor' - 1 - xcolor", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapPictureAttributes",2081,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "u 'PictureAttributes_t' - 1 - attr u 'XpmAttributes' - 1 - xpmattr " "g - 'Bool_t' 0 'kTRUE' toxpm", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapModifierState",1614,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "h - 'UInt_t' 1 - state h - 'UInt_t' 1 - xstate " "g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapEvent",800,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "u 'Event_t' - 1 - ev u 'XEvent' - 1 - xev " "g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapEventMask",1196,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "h - 'UInt_t' 1 - emask h - 'UInt_t' 1 - xemask " "g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("MapKeySym",896,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 4, 0, "h - 'UInt_t' 1 - keysym h - 'UInt_t' 1 - xkeysym " "g - 'Bool_t' 0 'kTRUE' tox", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("AllocColor",1002,(G__InterfaceMethod) NULL, 103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 2, 0, "k - 'Colormap' 0 - cmap U 'XColor' - 0 - color", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("QueryColors",1160,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 3, 1, 2, 0, "k - 'Colormap' 0 - cmap U 'XColor' - 0 - colors " "i - 'Int_t' 0 - ncolors", (char*)NULL, (void*) NULL, 0); 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); 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); G__memfunc_setup("TGX11",341,G__G__X11_178_0_29, 105, G__get_linked_tagnum(&G__G__X11LN_TGX11), -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("TGX11",341,G__G__X11_178_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); G__memfunc_setup("TGX11",341,G__G__X11_178_0_31, 105, G__get_linked_tagnum(&G__G__X11LN_TGX11), -1, 0, 2, 1, 1, 0, "C - - 10 - name C - - 10 - title", (char*)NULL, (void*) NULL, 0); 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); G__memfunc_setup("ClearWindow",1119,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ClosePixmap",1125,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CloseWindow",1134,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CopyPixmap",1034,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "i - 'Int_t' 0 - wid i - 'Int_t' 0 - xpos " "i - 'Int_t' 0 - ypos", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawBox",695,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 " "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 " "i 'TVirtualX::EBoxMode' - 0 - mode", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawCellArray",1293,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 " "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2 " "i - 'Int_t' 0 - nx i - 'Int_t' 0 - ny " "I - 'Int_t' 0 - ic", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawFillArea",1166,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawLine",790,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 " "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawPolyLine",1210,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawPolyMarker",1428,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "i - 'Int_t' 0 - n U 'TPoint' - 0 - xy", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawText",819,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, "i - 'Int_t' 0 - x i - 'Int_t' 0 - y " "f - 'Float_t' 0 - angle f - 'Float_t' 0 - mgn " "C - - 10 - text i 'TVirtualX::ETextMode' - 0 - mode", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawText",819,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, "i - 'Int_t' 0 - - i - 'Int_t' 0 - - " "f - 'Float_t' 0 - - f - 'Float_t' 0 - - " "H - 'wchar_t' 10 - - i 'TVirtualX::ETextMode' - 0 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetCharacterUp",1394,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "f - 'Float_t' 1 - chupx f - 'Float_t' 1 - chupy", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("GetGeometry",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "i - 'Int_t' 0 - wid i - 'Int_t' 1 - x " "i - 'Int_t' 1 - y h - 'UInt_t' 1 - w " "h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); G__memfunc_setup("GetRGB",507,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "i - 'Int_t' 0 - index f - 'Float_t' 1 - r " "f - 'Float_t' 1 - g f - 'Float_t' 1 - b", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetTextExtent",1341,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "h - 'UInt_t' 1 - w h - 'UInt_t' 1 - h " "C - - 0 - mess", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetTextExtent",1341,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "h - 'UInt_t' 1 - - h - 'UInt_t' 1 - - " "H - 'wchar_t' 0 - -", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); G__memfunc_setup("AddWindow",897,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, "k - 'ULong_t' 0 - qwid h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("AddPixmap",888,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, "k - 'ULong_t' 0 - pixid h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("MoveWindow",1039,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "i - 'Int_t' 0 - wid i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("OpenDisplay",1128,G__G__X11_178_0_63, 105, -1, G__defined_typename("Int_t"), 0, 1, 1, 1, 0, "U 'Display' - 0 - display", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("OpenPixmap",1025,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("QueryPointer",1271,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "i - 'Int_t' 1 - ix i - 'Int_t' 1 - iy", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ReadGIF",594,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 4, 1, 1, 0, "i - 'Int_t' 0 - x0 i - 'Int_t' 0 - y0 " "C - - 10 - file k - 'Window_t' 0 '0' id", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("RequestLocator",1469,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 4, 1, 1, 0, "i - 'Int_t' 0 - mode i - 'Int_t' 0 - ctyp " "i - 'Int_t' 1 - x i - 'Int_t' 1 - y", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("RequestString",1376,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, "i - 'Int_t' 0 - x i - 'Int_t' 0 - y " "C - - 0 - text", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("RescaleWindow",1335,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ResizePixmap",1249,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); 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); 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); G__memfunc_setup("SetCharacterUp",1406,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "f - 'Float_t' 0 - chupx f - 'Float_t' 0 - chupy", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("SetClipRegion",1304,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "i - 'Int_t' 0 - wid i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetCursor",938,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "i - 'Int_t' 0 - win i 'ECursor' - 0 - cursor", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetDoubleBuffer",1505,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "i - 'Int_t' 0 - wid i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetDoubleBufferOFF",1724,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetDoubleBufferON",1662,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); G__memfunc_setup("SetLineType",1110,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "i - 'Int_t' 0 - n I - 'Int_t' 0 - dash", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); 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); 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); G__memfunc_setup("SetRGB",519,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "i - 'Int_t' 0 - cindex f - 'Float_t' 0 - r " "f - 'Float_t' 0 - g f - 'Float_t' 0 - b", (char*)NULL, (void*) NULL, 1); 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); 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); G__memfunc_setup("SetTextFont",1128,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 2, 1, 1, 0, "C - - 0 - fontname i 'TVirtualX::ETextSetMode' - 0 - mode", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("SetTextMagnitude",1647,G__G__X11_178_0_96, 121, -1, -1, 0, 1, 1, 1, 0, "f - 'Float_t' 0 '1' mgn", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("Sync",413,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - mode", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("Warp",410,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "i - 'Int_t' 0 - ix i - 'Int_t' 0 - iy " "k - 'Window_t' 0 '0' id", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("WritePixmap",1146,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "i - 'Int_t' 0 - wid h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h C - - 0 - pxname", (char*)NULL, (void*) NULL, 1); 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); 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); G__memfunc_setup("GetWindowAttributes",1983,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id u 'WindowAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); 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); 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); 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); 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); G__memfunc_setup("MoveWindow",1039,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Window_t' 0 - id i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("MoveResizeWindow",1665,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "k - 'Window_t' 0 - id i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ResizeWindow",1258,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Window_t' 0 - id h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("ReparentWindow",1465,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Window_t' 0 - pid " "i - 'Int_t' 0 - x i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetWindowBackground",1956,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id k - 'ULong_t' 0 - color", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetWindowBackgroundPixmap",2579,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Pixmap_t' 0 - pxm", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreateWindow",1228,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 11, 1, 1, 0, "k - 'Window_t' 0 - parent i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h h - 'UInt_t' 0 - border " "i - 'Int_t' 0 - depth h - 'UInt_t' 0 - clss " "Y - - 0 - visual U 'SetWindowAttributes_t' - 0 - attr " "h - 'UInt_t' 0 - wtype", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("CloseDisplay",1228,(G__InterfaceMethod) NULL,121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); 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); G__memfunc_setup("InternAtom",1025,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Atom_t"), 0, 2, 1, 1, 0, "C - - 10 - atom_name g - 'Bool_t' 0 - only_if_exist", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); 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); G__memfunc_setup("CreateGC",734,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("GContext_t"), 0, 2, 1, 1, 0, "k - 'Drawable_t' 0 - id U 'GCValues_t' - 0 - gval", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ChangeGC",720,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'GContext_t' 0 - gc U 'GCValues_t' - 0 - gval", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CopyGC",549,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'GContext_t' 0 - org k - 'GContext_t' 0 - dest " "h - 'Mask_t' 0 - mask", (char*)NULL, (void*) NULL, 1); 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); 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); G__memfunc_setup("SetCursor",938,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Cursor_t' 0 - curid", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreatePixmap",1219,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 3, 1, 1, 0, "k - 'Drawable_t' 0 - id h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreatePixmap",1219,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 7, 1, 1, 0, "k - 'Drawable_t' 0 - id C - - 10 - bitmap " "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height " "k - 'ULong_t' 0 - forecolor k - 'ULong_t' 0 - backcolor " "i - 'Int_t' 0 - depth", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetColorBits",1201,(G__InterfaceMethod) NULL,66, -1, -1, 0, 5, 1, 1, 0, "k - 'Drawable_t' 0 - wid i - 'Int_t' 0 '0' x " "i - 'Int_t' 0 '0' y h - 'UInt_t' 0 '0' w " "h - 'UInt_t' 0 '0' h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreatePixmapFromData",2001,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 3, 1, 1, 0, "B - - 0 - bits h - 'UInt_t' 0 - width " "h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreateBitmap",1201,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Pixmap_t"), 0, 4, 1, 1, 0, "k - 'Drawable_t' 0 - id C - - 10 - bitmap " "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("CreatePictureFromFile",2116,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, "k - 'Drawable_t' 0 - id C - - 10 - filename " "k - 'Pixmap_t' 1 - pict k - 'Pixmap_t' 1 - pict_mask " "u 'PictureAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreatePictureFromData",2110,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 5, 1, 1, 0, "k - 'Drawable_t' 0 - id C - - 2 - data " "k - 'Pixmap_t' 1 - pict k - 'Pixmap_t' 1 - pict_mask " "u 'PictureAttributes_t' - 1 - attr", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ReadPictureDataFromFile",2278,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "C - - 10 - filename C - - 3 - ret_data", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DeletePictureData",1705,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "Y - - 0 - data", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetDashes",900,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - offset " "C - - 10 - dash_list i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ParseColor",1018,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, "k - 'Colormap_t' 0 - cmap C - - 10 - cname " "u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("AllocColor",1002,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "k - 'Colormap_t' 0 - cmap u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("QueryColor",1045,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Colormap_t' 0 - cmap u 'ColorStruct_t' - 1 - color", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("FreeColor",897,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Colormap_t' 0 - cmap k - 'ULong_t' 0 - pixel", (char*)NULL, (void*) NULL, 1); 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); 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); 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); G__memfunc_setup("CopyArea",788,(G__InterfaceMethod) NULL,121, -1, -1, 0, 9, 1, 1, 0, "k - 'Drawable_t' 0 - src k - 'Drawable_t' 0 - dest " "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - src_x " "i - 'Int_t' 0 - src_y h - 'UInt_t' 0 - width " "h - 'UInt_t' 0 - height i - 'Int_t' 0 - dest_x " "i - 'Int_t' 0 - dest_y", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ChangeWindowAttributes",2277,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id U 'SetWindowAttributes_t' - 0 - attr", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ChangeProperty",1451,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Atom_t' 0 - property " "k - 'Atom_t' 0 - type B - 'UChar_t' 0 - data " "i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawLine",790,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc " "i - 'Int_t' 0 - x1 i - 'Int_t' 0 - y1 " "i - 'Int_t' 0 - x2 i - 'Int_t' 0 - y2", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ClearArea",864,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "k - 'Window_t' 0 - id i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CheckEvent",992,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, "k - 'Window_t' 0 - id i 'EGEventType' - 0 - type " "u 'Event_t' - 1 - ev", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SendEvent",908,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id U 'Event_t' - 0 - ev", (char*)NULL, (void*) NULL, 1); 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); 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); G__memfunc_setup("GrabKey",677,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "k - 'Window_t' 0 - id i - 'Int_t' 0 - keycode " "h - 'UInt_t' 0 - modifier g - 'Bool_t' 0 'kTRUE' grab", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GrabButton",1016,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, "k - 'Window_t' 0 - id i 'EMouseButton' - 0 - button " "h - 'UInt_t' 0 - modifier h - 'UInt_t' 0 - evmask " "k - 'Window_t' 0 - confine k - 'Cursor_t' 0 - cursor " "g - 'Bool_t' 0 'kTRUE' grab", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GrabPointer",1117,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, "k - 'Window_t' 0 - id h - 'UInt_t' 0 - evmask " "k - 'Window_t' 0 - confine k - 'Cursor_t' 0 - cursor " "g - 'Bool_t' 0 'kTRUE' grab g - 'Bool_t' 0 'kTRUE' owner_events", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetWindowName",1317,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id C - - 0 - name", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetIconName",1078,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id C - - 0 - name", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetIconPixmap",1316,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Pixmap_t' 0 - pic", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetClassHints",1320,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Window_t' 0 - id C - - 0 - className " "C - - 0 - resourceName", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetMWMHints",1059,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "k - 'Window_t' 0 - id h - 'UInt_t' 0 - value " "h - 'UInt_t' 0 - funcs h - 'UInt_t' 0 - input", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetWMPosition",1317,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Window_t' 0 - id i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetWMSize",875,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Window_t' 0 - id h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetWMSizeHints",1393,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, "k - 'Window_t' 0 - id h - 'UInt_t' 0 - wmin " "h - 'UInt_t' 0 - hmin h - 'UInt_t' 0 - wmax " "h - 'UInt_t' 0 - hmax h - 'UInt_t' 0 - winc " "h - 'UInt_t' 0 - hinc", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetWMState",977,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id i 'EInitialState' - 0 - state", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetWMTransientHint",1819,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Window_t' 0 - main_id", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawString",1029,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc " "i - 'Int_t' 0 - x i - 'Int_t' 0 - y " "C - - 10 - s i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("TextWidth",933,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 3, 1, 1, 0, "k - 'FontStruct_t' 0 - font C - - 10 - s " "i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetFontProperties",1764,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'FontStruct_t' 0 - font i - 'Int_t' 1 - max_ascent " "i - 'Int_t' 1 - max_descent", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetGCValues",1050,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'GContext_t' 0 - gc u 'GCValues_t' - 1 - gval", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); G__memfunc_setup("FillRectangle",1308,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc " "i - 'Int_t' 0 - x i - 'Int_t' 0 - y " "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawRectangle",1315,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc " "i - 'Int_t' 0 - x i - 'Int_t' 0 - y " "h - 'UInt_t' 0 - w h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("DrawSegments",1236,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc " "U 'Segment_t' - 0 - seg i - 'Int_t' 0 - nseg", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SelectInput",1136,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - id h - 'UInt_t' 0 - evmask", (char*)NULL, (void*) NULL, 1); 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); 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); 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); 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); G__memfunc_setup("ConvertPrimarySelection",2411,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Atom_t' 0 - clipboard " "k - 'Time_t' 0 - when", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("LookupString",1265,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "U 'Event_t' - 0 - event C - - 0 - buf " "i - 'Int_t' 0 - buflen h - 'UInt_t' 1 - keysym", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetPasteBuffer",1399,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Atom_t' 0 - atom " "u 'TString' - 1 - text i - 'Int_t' 1 - nchar " "g - 'Bool_t' 0 - del", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("TranslateCoordinates",2089,(G__InterfaceMethod) NULL,121, -1, -1, 0, 7, 1, 1, 0, "k - 'Window_t' 0 - src k - 'Window_t' 0 - dest " "i - 'Int_t' 0 - src_x i - 'Int_t' 0 - src_y " "i - 'Int_t' 1 - dest_x i - 'Int_t' 1 - dest_y " "k - 'Window_t' 1 - child", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetWindowSize",1331,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "k - 'Drawable_t' 0 - id i - 'Int_t' 1 - x " "i - 'Int_t' 1 - y h - 'UInt_t' 1 - w " "h - 'UInt_t' 1 - h", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("FillPolygon",1135,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "k - 'Window_t' 0 - id k - 'GContext_t' 0 - gc " "U 'Point_t' - 0 - points i - 'Int_t' 0 - npnt", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("QueryPointer",1271,(G__InterfaceMethod) NULL,121, -1, -1, 0, 8, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Window_t' 1 - rootw " "k - 'Window_t' 1 - childw i - 'Int_t' 1 - root_x " "i - 'Int_t' 1 - root_y i - 'Int_t' 1 - win_x " "i - 'Int_t' 1 - win_y h - 'UInt_t' 1 - mask", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetForeground",1351,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'GContext_t' 0 - gc k - 'ULong_t' 0 - foreground", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetClipRectangles",1724,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "k - 'GContext_t' 0 - gc i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y U 'Rectangle_t' - 0 - recs " "i - 'Int_t' 0 - n", (char*)NULL, (void*) NULL, 1); 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); 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); 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); G__memfunc_setup("UnionRectWithRegion",1943,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "U 'Rectangle_t' - 0 - rect k - 'Region_t' 0 - src " "k - 'Region_t' 0 - dest", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("PolygonRegion",1356,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Region_t"), 0, 3, 1, 1, 0, "U 'Point_t' - 0 - points i - 'Int_t' 0 - np " "g - 'Bool_t' 0 - winding", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("UnionRegion",1133,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb " "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("IntersectRegion",1557,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb " "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SubtractRegion",1452,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb " "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("XorRegion",925,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb " "k - 'Region_t' 0 - result", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("PointInRegion",1317,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 3, 1, 1, 0, "i - 'Int_t' 0 - x i - 'Int_t' 0 - y " "k - 'Region_t' 0 - reg", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("EqualRegion",1116,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "k - 'Region_t' 0 - rega k - 'Region_t' 0 - regb", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetRegionBox",1197,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Region_t' 0 - reg U 'Rectangle_t' - 0 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ListFonts",934,(G__InterfaceMethod) NULL,67, -1, -1, 2, 3, 1, 1, 0, "C - - 10 - fontname i - 'Int_t' 0 - max " "i - 'Int_t' 1 - count", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("FreeFontNames",1293,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "C - - 2 - fontlist", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("CreateImage",1079,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Drawable_t"), 0, 2, 1, 1, 0, "h - 'UInt_t' 0 - width h - 'UInt_t' 0 - height", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetImageSize",1182,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Drawable_t' 0 - id h - 'UInt_t' 1 - width " "h - 'UInt_t' 1 - height", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("PutPixel",827,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "k - 'Drawable_t' 0 - id i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y k - 'ULong_t' 0 - pixel", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("PutImage",796,(G__InterfaceMethod) NULL,121, -1, -1, 0, 9, 1, 1, 0, "k - 'Drawable_t' 0 - id k - 'GContext_t' 0 - gc " "k - 'Drawable_t' 0 - img i - 'Int_t' 0 - dx " "i - 'Int_t' 0 - dy i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y h - 'UInt_t' 0 - w " "h - 'UInt_t' 0 - h", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("ShapeCombineMask",1594,(G__InterfaceMethod) NULL,121, -1, -1, 0, 4, 1, 1, 0, "k - 'Window_t' 0 - id i - 'Int_t' 0 - x " "i - 'Int_t' 0 - y k - 'Pixmap_t' 0 - mask", (char*)NULL, (void*) NULL, 1); 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); G__memfunc_setup("DeleteProperty",1464,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - - k - 'Atom_t' 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("GetProperty",1157,(G__InterfaceMethod) NULL,105, -1, G__defined_typename("Int_t"), 0, 11, 1, 1, 0, "k - 'Window_t' 0 - - k - 'Atom_t' 0 - - " "l - 'Long_t' 0 - - l - 'Long_t' 0 - - " "g - 'Bool_t' 0 - - k - 'Atom_t' 0 - - " "K - 'Atom_t' 0 - - I - 'Int_t' 0 - - " "K - 'ULong_t' 0 - - K - 'ULong_t' 0 - - " "B - - 2 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ChangeActivePointerGrab",2303,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Window_t' 0 - - h - 'UInt_t' 0 - - " "k - 'Cursor_t' 0 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ConvertSelection",1671,(G__InterfaceMethod) NULL,121, -1, -1, 0, 5, 1, 1, 0, "k - 'Window_t' 0 - - k - 'Atom_t' 1 - - " "k - 'Atom_t' 1 - - k - 'Atom_t' 1 - - " "k - 'Time_t' 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetSelectionOwner",1757,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "k - 'Window_t' 0 - - k - 'Atom_t' 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("ChangeProperties",1651,(G__InterfaceMethod) NULL,121, -1, -1, 0, 6, 1, 1, 0, "k - 'Window_t' 0 - id k - 'Atom_t' 0 - property " "k - 'Atom_t' 0 - type i - 'Int_t' 0 - format " "B - 'UChar_t' 0 - data i - 'Int_t' 0 - len", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetDNDAware",1010,(G__InterfaceMethod) NULL,121, -1, -1, 0, 2, 1, 1, 0, "k - 'Window_t' 0 - - K - 'Atom_t' 0 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("SetTypeList",1130,(G__InterfaceMethod) NULL,121, -1, -1, 0, 3, 1, 1, 0, "k - 'Window_t' 0 - win k - 'Atom_t' 0 - prop " "K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("FindRWindow",1099,(G__InterfaceMethod) NULL,107, -1, G__defined_typename("Window_t"), 0, 6, 1, 1, 0, "k - 'Window_t' 0 - win k - 'Window_t' 0 - dragwin " "k - 'Window_t' 0 - input i - - 0 - x " "i - - 0 - y i - - 0 - maxd", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("IsDNDAware",898,(G__InterfaceMethod) NULL,103, -1, G__defined_typename("Bool_t"), 0, 2, 1, 1, 0, "k - 'Window_t' 0 - win K - 'Atom_t' 0 - typelist", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Class",502,G__G__X11_178_0_238, 85, G__get_linked_tagnum(&G__G__X11LN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TGX11::Class) ), 0); G__memfunc_setup("Class_Name",982,G__G__X11_178_0_239, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGX11::Class_Name) ), 0); G__memfunc_setup("Class_Version",1339,G__G__X11_178_0_240, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TGX11::Class_Version) ), 0); G__memfunc_setup("Dictionary",1046,G__G__X11_178_0_241, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TGX11::Dictionary) ), 0); 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); G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - -", (char*)NULL, (void*) NULL, 1); G__memfunc_setup("StreamerNVirtual",1656,G__G__X11_178_0_245, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - ClassDef_StreamerNVirtual_b", (char*)NULL, (void*) NULL, 0); G__memfunc_setup("DeclFileName",1145,G__G__X11_178_0_246, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGX11::DeclFileName) ), 0); G__memfunc_setup("ImplFileLine",1178,G__G__X11_178_0_247, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGX11::ImplFileLine) ), 0); G__memfunc_setup("ImplFileName",1171,G__G__X11_178_0_248, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TGX11::ImplFileName) ), 0); G__memfunc_setup("DeclFileLine",1152,G__G__X11_178_0_249, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TGX11::DeclFileLine) ), 0); // automatic destructor G__memfunc_setup("~TGX11", 467, G__G__X11_178_0_250, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1); // automatic assignment operator G__memfunc_setup("operator=", 937, G__G__X11_178_0_251, (int) ('u'), G__get_linked_tagnum(&G__G__X11LN_TGX11), -1, 1, 1, 1, 1, 0, "u 'TGX11' - 11 - -", (char*) NULL, (void*) NULL, 0); G__tag_memfunc_reset(); } /********************************************************* * Member function information setup *********************************************************/ extern "C" void G__cpp_setup_memfuncG__X11() { } /********************************************************* * Global variable information setup for each class *********************************************************/ static void G__cpp_setup_global0() { /* Setting up global variables */ G__resetplocal(); } static void G__cpp_setup_global1() { } static void G__cpp_setup_global2() { } static void G__cpp_setup_global3() { } static void G__cpp_setup_global4() { G__resetglobalenv(); } extern "C" void G__cpp_setup_globalG__X11() { G__cpp_setup_global0(); G__cpp_setup_global1(); G__cpp_setup_global2(); G__cpp_setup_global3(); G__cpp_setup_global4(); } /********************************************************* * Global function information setup for each class *********************************************************/ static void G__cpp_setup_func0() { G__lastifuncposition(); } static void G__cpp_setup_func1() { } static void G__cpp_setup_func2() { } static void G__cpp_setup_func3() { } static void G__cpp_setup_func4() { G__resetifuncposition(); } extern "C" void G__cpp_setup_funcG__X11() { G__cpp_setup_func0(); G__cpp_setup_func1(); G__cpp_setup_func2(); G__cpp_setup_func3(); G__cpp_setup_func4(); } /********************************************************* * Class,struct,union,enum tag information setup *********************************************************/ /* Setup class/struct taginfo */ G__linked_taginfo G__G__X11LN_TClass = { "TClass" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TBuffer = { "TBuffer" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TMemberInspector = { "TMemberInspector" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TObject = { "TObject" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TNamed = { "TNamed" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TString = { "TString" , 99 , -1 }; G__linked_taginfo G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector >" , 99 , -1 }; G__linked_taginfo G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TAttLine = { "TAttLine" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TAttFill = { "TAttFill" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TAttText = { "TAttText" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TAttMarker = { "TAttMarker" , 99 , -1 }; G__linked_taginfo G__G__X11LN_EGEventType = { "EGEventType" , 101 , -1 }; G__linked_taginfo G__G__X11LN_SetWindowAttributes_t = { "SetWindowAttributes_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_WindowAttributes_t = { "WindowAttributes_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_Event_t = { "Event_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_EMouseButton = { "EMouseButton" , 101 , -1 }; G__linked_taginfo G__G__X11LN_GCValues_t = { "GCValues_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_ColorStruct_t = { "ColorStruct_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_PictureAttributes_t = { "PictureAttributes_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_EInitialState = { "EInitialState" , 101 , -1 }; G__linked_taginfo G__G__X11LN_Segment_t = { "Segment_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_Point_t = { "Point_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_Rectangle_t = { "Rectangle_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_ECursor = { "ECursor" , 101 , -1 }; G__linked_taginfo G__G__X11LN_TPoint = { "TPoint" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TVirtualX = { "TVirtualX" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TVirtualXcLcLEDrawMode = { "TVirtualX::EDrawMode" , 101 , -1 }; G__linked_taginfo G__G__X11LN_TVirtualXcLcLEBoxMode = { "TVirtualX::EBoxMode" , 101 , -1 }; G__linked_taginfo G__G__X11LN_TVirtualXcLcLETextMode = { "TVirtualX::ETextMode" , 101 , -1 }; G__linked_taginfo G__G__X11LN_TVirtualXcLcLETextSetMode = { "TVirtualX::ETextSetMode" , 101 , -1 }; G__linked_taginfo G__G__X11LN_pairlEunsignedsPintcOintgR = { "pair" , 115 , -1 }; G__linked_taginfo G__G__X11LN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR = { "vector,allocator > >" , 99 , -1 }; G__linked_taginfo G__G__X11LN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR = { "reverse_iterator,allocator > >::iterator>" , 99 , -1 }; G__linked_taginfo G__G__X11LN_GC = { "GC" , 115 , -1 }; G__linked_taginfo G__G__X11LN_Display = { "Display" , 115 , -1 }; G__linked_taginfo G__G__X11LN_Visual = { "Visual" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XVisualInfo = { "XVisualInfo" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XGCValues = { "XGCValues" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XSetWindowAttributes = { "XSetWindowAttributes" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XColor = { "XColor" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XEvent = { "XEvent" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XImage = { "XImage" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XPoint = { "XPoint" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XpmAttributes = { "XpmAttributes" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XWindow_t = { "XWindow_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_XColor_t = { "XColor_t" , 115 , -1 }; G__linked_taginfo G__G__X11LN_TExMap = { "TExMap" , 99 , -1 }; G__linked_taginfo G__G__X11LN_TGX11 = { "TGX11" , 99 , -1 }; /* Reset class/struct taginfo */ extern "C" void G__cpp_reset_tagtableG__X11() { G__G__X11LN_TClass.tagnum = -1 ; G__G__X11LN_TBuffer.tagnum = -1 ; G__G__X11LN_TMemberInspector.tagnum = -1 ; G__G__X11LN_TObject.tagnum = -1 ; G__G__X11LN_TNamed.tagnum = -1 ; G__G__X11LN_TString.tagnum = -1 ; G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ; G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ; G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__X11LN_TAttLine.tagnum = -1 ; G__G__X11LN_TAttFill.tagnum = -1 ; G__G__X11LN_TAttText.tagnum = -1 ; G__G__X11LN_TAttMarker.tagnum = -1 ; G__G__X11LN_EGEventType.tagnum = -1 ; G__G__X11LN_SetWindowAttributes_t.tagnum = -1 ; G__G__X11LN_WindowAttributes_t.tagnum = -1 ; G__G__X11LN_Event_t.tagnum = -1 ; G__G__X11LN_EMouseButton.tagnum = -1 ; G__G__X11LN_GCValues_t.tagnum = -1 ; G__G__X11LN_ColorStruct_t.tagnum = -1 ; G__G__X11LN_PictureAttributes_t.tagnum = -1 ; G__G__X11LN_EInitialState.tagnum = -1 ; G__G__X11LN_Segment_t.tagnum = -1 ; G__G__X11LN_Point_t.tagnum = -1 ; G__G__X11LN_Rectangle_t.tagnum = -1 ; G__G__X11LN_ECursor.tagnum = -1 ; G__G__X11LN_TPoint.tagnum = -1 ; G__G__X11LN_TVirtualX.tagnum = -1 ; G__G__X11LN_TVirtualXcLcLEDrawMode.tagnum = -1 ; G__G__X11LN_TVirtualXcLcLEBoxMode.tagnum = -1 ; G__G__X11LN_TVirtualXcLcLETextMode.tagnum = -1 ; G__G__X11LN_TVirtualXcLcLETextSetMode.tagnum = -1 ; G__G__X11LN_pairlEunsignedsPintcOintgR.tagnum = -1 ; G__G__X11LN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR.tagnum = -1 ; G__G__X11LN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR.tagnum = -1 ; G__G__X11LN_GC.tagnum = -1 ; G__G__X11LN_Display.tagnum = -1 ; G__G__X11LN_Visual.tagnum = -1 ; G__G__X11LN_XVisualInfo.tagnum = -1 ; G__G__X11LN_XGCValues.tagnum = -1 ; G__G__X11LN_XSetWindowAttributes.tagnum = -1 ; G__G__X11LN_XColor.tagnum = -1 ; G__G__X11LN_XEvent.tagnum = -1 ; G__G__X11LN_XImage.tagnum = -1 ; G__G__X11LN_XPoint.tagnum = -1 ; G__G__X11LN_XpmAttributes.tagnum = -1 ; G__G__X11LN_XWindow_t.tagnum = -1 ; G__G__X11LN_XColor_t.tagnum = -1 ; G__G__X11LN_TExMap.tagnum = -1 ; G__G__X11LN_TGX11.tagnum = -1 ; } extern "C" void G__cpp_setup_tagtableG__X11() { /* Setting up class,struct,union tag entry */ G__get_linked_tagnum_fwd(&G__G__X11LN_TClass); G__get_linked_tagnum_fwd(&G__G__X11LN_TBuffer); G__get_linked_tagnum_fwd(&G__G__X11LN_TMemberInspector); G__get_linked_tagnum_fwd(&G__G__X11LN_TObject); G__get_linked_tagnum_fwd(&G__G__X11LN_TNamed); G__get_linked_tagnum_fwd(&G__G__X11LN_TString); G__get_linked_tagnum_fwd(&G__G__X11LN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR); G__get_linked_tagnum_fwd(&G__G__X11LN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__X11LN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR); G__get_linked_tagnum_fwd(&G__G__X11LN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__X11LN_TAttLine); G__get_linked_tagnum_fwd(&G__G__X11LN_TAttFill); G__get_linked_tagnum_fwd(&G__G__X11LN_TAttText); G__get_linked_tagnum_fwd(&G__G__X11LN_TAttMarker); G__get_linked_tagnum_fwd(&G__G__X11LN_EGEventType); G__get_linked_tagnum_fwd(&G__G__X11LN_SetWindowAttributes_t); G__get_linked_tagnum_fwd(&G__G__X11LN_WindowAttributes_t); G__get_linked_tagnum_fwd(&G__G__X11LN_Event_t); G__get_linked_tagnum_fwd(&G__G__X11LN_EMouseButton); G__get_linked_tagnum_fwd(&G__G__X11LN_GCValues_t); G__get_linked_tagnum_fwd(&G__G__X11LN_ColorStruct_t); G__get_linked_tagnum_fwd(&G__G__X11LN_PictureAttributes_t); G__get_linked_tagnum_fwd(&G__G__X11LN_EInitialState); G__get_linked_tagnum_fwd(&G__G__X11LN_Segment_t); G__get_linked_tagnum_fwd(&G__G__X11LN_Point_t); G__get_linked_tagnum_fwd(&G__G__X11LN_Rectangle_t); G__get_linked_tagnum_fwd(&G__G__X11LN_ECursor); G__get_linked_tagnum_fwd(&G__G__X11LN_TPoint); G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualX); G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualXcLcLEDrawMode); G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualXcLcLEBoxMode); G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualXcLcLETextMode); G__get_linked_tagnum_fwd(&G__G__X11LN_TVirtualXcLcLETextSetMode); G__get_linked_tagnum_fwd(&G__G__X11LN_pairlEunsignedsPintcOintgR); G__get_linked_tagnum_fwd(&G__G__X11LN_vectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgR); G__get_linked_tagnum_fwd(&G__G__X11LN_reverse_iteratorlEvectorlEpairlEunsignedsPintcOintgRcOallocatorlEpairlEunsignedsPintcOintgRsPgRsPgRcLcLiteratorgR); G__get_linked_tagnum_fwd(&G__G__X11LN_GC); G__get_linked_tagnum_fwd(&G__G__X11LN_Display); G__get_linked_tagnum_fwd(&G__G__X11LN_Visual); G__get_linked_tagnum_fwd(&G__G__X11LN_XVisualInfo); G__get_linked_tagnum_fwd(&G__G__X11LN_XGCValues); G__get_linked_tagnum_fwd(&G__G__X11LN_XSetWindowAttributes); G__get_linked_tagnum_fwd(&G__G__X11LN_XColor); G__get_linked_tagnum_fwd(&G__G__X11LN_XEvent); G__get_linked_tagnum_fwd(&G__G__X11LN_XImage); G__get_linked_tagnum_fwd(&G__G__X11LN_XPoint); G__get_linked_tagnum_fwd(&G__G__X11LN_XpmAttributes); G__get_linked_tagnum_fwd(&G__G__X11LN_XWindow_t); G__get_linked_tagnum_fwd(&G__G__X11LN_XColor_t); G__get_linked_tagnum_fwd(&G__G__X11LN_TExMap); 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); } extern "C" void G__cpp_setupG__X11(void) { G__check_setup_version(30051515,"G__cpp_setupG__X11()"); G__set_cpp_environmentG__X11(); G__cpp_setup_tagtableG__X11(); G__cpp_setup_inheritanceG__X11(); G__cpp_setup_typetableG__X11(); G__cpp_setup_memvarG__X11(); G__cpp_setup_memfuncG__X11(); G__cpp_setup_globalG__X11(); G__cpp_setup_funcG__X11(); if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__X11(); return; } class G__cpp_setup_initG__X11 { public: G__cpp_setup_initG__X11() { G__add_setup_func("G__X11",(G__incsetup)(&G__cpp_setupG__X11)); G__call_setup_funcs(); } ~G__cpp_setup_initG__X11() { G__remove_setup_func("G__X11"); } }; G__cpp_setup_initG__X11 G__cpp_setup_initializerG__X11;