Beispiel #1
0
 public void writeWindowLayoutToStream(string window, SWIGTYPE_p_std__ostream out_stream, bool writeParent)
 {
     CeguiBindingsPINVOKE.WindowManager_writeWindowLayoutToStream__SWIG_2(swigCPtr, new CeguiDotNet.String(window).HandleRef, SWIGTYPE_p_std__ostream.getCPtr(out_stream), writeParent);
     if (CeguiBindingsPINVOKE.SWIGPendingException.Pending)
     {
         throw CeguiBindingsPINVOKE.SWIGPendingException.Retrieve();
     }
 }