public IupHandle Append(IupHandle child) { return(new IupHandle(NativeIUP.IupAppend(Handle, IupHandle.GetCHandle(child)))); }