func GetDialog(ih *Ihandle) *Ihandle { return (*Ihandle)(C.IupGetDialog(ih.C())) }
func (h *Handle) GetDialog() IHandle { return toHandle(C.IupGetDialog(h.p)) }