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