예제 #1
0
 public IupHandle GetChild(int pos)
 {
     return(new IupHandle(NativeIUP.IupGetChild(Handle, pos)));
 }