Esempio n. 1
0
        public virtual NativeWindowPair createWindow(string name, uint w, uint h)
        {
            NativeWindowPair ret = new NativeWindowPair((SwigDerivedClassHasMethod("createWindow", swigMethodTypes21) ? BitesPINVOKE.ApplicationContextBase_createWindowSwigExplicitApplicationContextBase__SWIG_1(swigCPtr, name, w, h) : BitesPINVOKE.ApplicationContextBase_createWindow__SWIG_1(swigCPtr, name, w, h)), true);

            if (BitesPINVOKE.SWIGPendingException.Pending)
            {
                throw BitesPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }