Example #1
0
 public IupHandle GetDialogChild(string name)
 {
     return(new IupHandle(NativeIUP.IupGetDialogChild(Handle, name)));
 }