示例#1
0
 public static IupHandle Frame(IupHandle child)
 {
     return(IupHandle.Create(NativeIUP.IupFrame(IupHandle.GetCHandle(child))));
 }