Пример #1
0
 public IupHandle Append(IupHandle child)
 {
     return(new IupHandle(NativeIUP.IupAppend(Handle, IupHandle.GetCHandle(child))));
 }