Exemplo n.º 1
0
 public void Remove(LayoutItemWrapper childLayout)
 {
     LayoutPINVOKE.LayoutGroupWrapper_Remove__SWIG_1(swigCPtr, LayoutItemWrapper.getCPtr(childLayout));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
     LayoutChildren.Remove(childLayout);
 }
Exemplo n.º 2
0
        public uint Add(LayoutItemWrapper childLayout)
        {
            uint ret = LayoutPINVOKE.LayoutGroupWrapper_Add(swigCPtr, LayoutItemWrapper.getCPtr(childLayout));

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            LayoutChildren.Add(childLayout);
            return(ret);
        }