예제 #1
0
파일: layout.go 프로젝트: DaviWei/iup
func GetBrother(ih *Ihandle) *Ihandle {
	return (*Ihandle)(C.IupGetBrother(ih.C()))
}
예제 #2
0
파일: handle.go 프로젝트: visualfc/go-iup
func (h *Handle) GetBrother() IHandle {
	return toHandle(C.IupGetBrother(h.p))
}