示例#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))
}