Example #1
0
func GetParent(ih *Ihandle) *Ihandle {
	return (*Ihandle)(C.IupGetParent(ih.C()))
}
Example #2
0
func (h *Handle) GetParent() IHandle {
	return toHandle(C.IupGetParent(h.p))
}