Esempio n. 1
0
 public void writeWindowLayoutToStream(Window window, SWIGTYPE_p_std__ostream out_stream, bool writeParent)
 {
     CeguiBindingsPINVOKE.WindowManager_writeWindowLayoutToStream__SWIG_0(swigCPtr, Window.getCPtr(window), SWIGTYPE_p_std__ostream.getCPtr(out_stream), writeParent);
     if (CeguiBindingsPINVOKE.SWIGPendingException.Pending)
     {
         throw CeguiBindingsPINVOKE.SWIGPendingException.Retrieve();
     }
 }