예제 #1
0
 public static IupHandle DetachBox(IupHandle child)
 {
     return(IupHandle.Create(NativeIUP.IupDetachBox(IupHandle.GetCHandle(child))));
 }